Github user sandhyasun commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/951#discussion_r100475043
--- Diff: core/sql/generator/GenPreCode.cpp ---
@@ -4177,9 +4177,11 @@ RelExpr * FileScan::preCodeGen(Generator * generator,
TRUE);
if (isHiveTable())
- // assign individual files and blocks to each ESPs
- ((NodeMap *)
getPartFunc()->getNodeMap())->assignScanInfos(hiveSearchKey_);
- generator->setProcessLOB(TRUE);
+ {
+ // assign individual files and blocks to each ESPs
+ ((NodeMap *)
getPartFunc()->getNodeMap())->assignScanInfos(hiveSearchKey_);
+ generator->setProcessLOB(TRUE);
--- End diff --
Need to ensure this is set to TRU for LOB datatype access too not just for
hive .
---
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 [email protected] or file a JIRA ticket
with INFRA.
---