GitHub user eowhadi opened a pull request:
https://github.com/apache/incubator-trafodion/pull/364
[TRAFODION-1863] PR340 caused PushdownV2 issues with column having non null
default
since non null default columns are sometime resolved at select time, we
need to disable pushdown for these.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eowhadi/incubator-trafodion jira1863
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/364.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 #364
----
commit e9b02c2c37890626cccbb2e7fda40af0edc874c6
Author: Eric Owhadi <[email protected]>
Date: 2016-03-04T14:46:04Z
Fix jira1863. Pushdown V2 is disabled on columns with non null default as
we are resolving default at select time and hbase don t know about the default
values.
commit b929e6e20f66a5ce9f27f16ee90f4598519784bf
Author: Eric Owhadi <[email protected]>
Date: 2016-03-04T14:50:36Z
Merge branch 'master' of github.com:apache/incubator-trafodion into jira1863
commit 11c58b6d9e4331f01236bd588397189f2b626352
Author: Eric Owhadi <[email protected]>
Date: 2016-03-04T21:45:18Z
fix EXPECTED056 to remove the workaround introduced with PR340
----
---
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.
---