GitHub user sureshsubbiah opened a pull request:
https://github.com/apache/incubator-trafodion/pull/301
[TRAFODION-1799] create index failed with ERROR[3047]
Create index was failing when bulk load is used to populate the newly
created index
Bulk load uses RangePartitionFunction on source table. We get an error when
source table has timestamp column in key and rangepartitionfunction is used.
Fix is to avoid casting <min>/<max> used internally to TIMESTAMP type.
Change in ItemExpr.cpp
Change in NormRelExpr.cpp (tabs) and executor/test015 is rework for
previous PR.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sureshsubbiah/incubator-trafodion hive2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/301.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 #301
----
commit ac223ec7e3c4ba6dc213ad8eebc1236017a86a76
Author: Suresh Subbiah <[email protected]>
Date: 2016-02-02T17:40:59Z
[TRAFODION-1799] create index failed with ERROR[3047]
Create index was failing when bulk load is used to populate the newly
created index
Bulk load uses RangePartitionFunction on source table. We get an error when
source table has timestamp column in key and rangepartitionfunction is used.
Fix is to avoid casting <min>/<max> used internally to TIMESTAMP type.
Change in ItemExpr.cpp
Change in NormRelExpr.cpp (tabs) and executor/test015 is rework for
previous PR.
----
---
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.
---