Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/346#discussion_r54660334
--- Diff: core/sql/executor/ExExeUtilGet.cpp ---
@@ -3173,6 +3149,21 @@ short ExExeUtilGetHbaseObjectsTcb::work()
}
break;
+ case EVAL_EXPR_:
--- End diff --
This is a very nice feature. Thanks for adding this. I've always wondered
though why GET statements aren't simply SELECTs. Would be nice to embed them
within other SELECTs for example. There have been times when I've wanted to
join them to other things too.
---
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.
---