[
https://issues.apache.org/jira/browse/TRAFODION-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15410191#comment-15410191
]
ASF GitHub Bot commented on TRAFODION-2117:
-------------------------------------------
Github user sureshsubbiah commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/639#discussion_r73768268
--- Diff: core/sql/optimizer/RelExpr.cpp ---
@@ -6630,6 +6630,23 @@ const NAString Intersect::getText() const
}
// -----------------------------------------------------------------------
+// // member functions for class Except
+// //
-----------------------------------------------------------------------
+Except::Except(RelExpr *leftChild,
+ RelExpr *rightChild)
+: RelExpr(REL_EXCEPT, leftChild, rightChild)
+{ setNonCacheable(); }
--- End diff --
Why is this noncacheable?
Also please check if we can do showshape on a statement with EXCEPT
> add support of SQL extension 'EXCEPT'
> --------------------------------------
>
> Key: TRAFODION-2117
> URL: https://issues.apache.org/jira/browse/TRAFODION-2117
> Project: Apache Trafodion
> Issue Type: New Feature
> Reporter: liu ming
> Assignee: liu ming
>
> add syntax and basic functional support for 'EXCEPT', meet the requirement to
> run TPCDS as initial goal.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)