GitHub user traflm opened a pull request:
https://github.com/apache/incubator-trafodion/pull/623
[TRAFODION-2047] add support of SQL syntax INTERSECT
support of SQL syntax INTERSECT, INTERSECT DISTINCT
not able to support INTERSECT ALL, which will raise an error.
TPCDS quries only need INTERSECT, and the semantics is same, while two
child input of INTERSECT must have same number of columns and in same order and
each column type must be matching.
Also a minor change to TM Makefile to include log4cxx header file path, if
log4cxx is not installed into system include path.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/traflm/incubator-trafodion TRAFODION-2047-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/623.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #623
----
commit 23fe6d5a6c5c9832bf85bb2348bba5d75f91c8ea
Author: Liu Ming <[email protected]>
Date: 2016-07-28T16:58:20Z
[TRAFODION-2047] add support of SQL syntax INTERSECT
----
---
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.
---