Hello Abhishek Rawat, Wenzhe Zhou, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/21015
to look at the new patch set (#4).
Change subject: IMPALA-12815: Support timestamp for scan predicates for
external data source table.
......................................................................
IMPALA-12815: Support timestamp for scan predicates
for external data source table.
The timestamp is of the ISO 8601 format(SQL standard):
'yyyy-mm-dd hh:mm:ss.ms'. It returns the timestamp as
string to the remote database.
Testing:
- Added custom cluster tests for timestamp predicates with operators:
'=', '>', '<', '>=', '<=', '!=', 'BETWEEN' for impala, mysql
and impala.
- Added coverage for timestamp with/without time in the timestamp
- Added coverage for timetamp with/without milliseconds in timestamp.
Change-Id: If6ffe672b4027e2cee094cec4f99b9df9308e441
---
M fe/src/main/java/org/apache/impala/planner/DataSourceScanNode.java
M
testdata/workloads/functional-query/queries/QueryTest/impala-ext-jdbc-tables-predicates.test
M testdata/workloads/functional-query/queries/QueryTest/jdbc-data-source.test
M
testdata/workloads/functional-query/queries/QueryTest/mysql-ext-jdbc-tables.test
4 files changed, 448 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/15/21015/4
--
To view, visit http://gerrit.cloudera.org:8080/21015
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: If6ffe672b4027e2cee094cec4f99b9df9308e441
Gerrit-Change-Number: 21015
Gerrit-PatchSet: 4
Gerrit-Owner: gaurav singh <[email protected]>
Gerrit-Reviewer: Abhishek Rawat <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
Gerrit-Reviewer: gaurav singh <[email protected]>