Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/473#discussion_r62942752
--- Diff: core/sql/regress/executor/EXPECTED130 ---
@@ -124,7 +134,16 @@ inserted row13
--- 3 row(s) selected.
>>
->>
+>>values (filetolob('./myfile.txt'));
+
+*** ERROR[8442] Unable to access ExpLOB interface. Call to ExpLOB returned error LOB_PTR_ERROR(532).
Error detail 0.
--- End diff --
That sounds like a static semantic restriction. Shouldn't the binder catch that? I'm wondering
if there are other contexts where the function should be forbidden. For example, inside a
CAST, or SUBSTRING, or a column reference in a GROUP BY clause?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---
|