Github user sandhyasun commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/252#discussion_r49123369
--- Diff: core/sql/executor/hiveHook.cpp ---
@@ -319,7 +319,7 @@ struct hive_sd_desc* populateSD(HiveMetaData *md, Int32
mainSdID,
// TODO : loop over SDs
if (findAToken(md, tblStr, pos, "sd:StorageDescriptor(",
- "getTableDesc::sd:StorageDescriptor(###"))
+ "getTableDesc::sd:StorageDescriptor(###"),FALSE)
--- End diff --
Ok looks like the right fix then. We don't want this error text to show up
for some other NATable error.
---
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.
---