Hello Wenzhe Zhou, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/20710
to look at the new patch set (#3).
Change subject: IMPALA-12471: Scripts to run unit tests of external jdbc tables
for mysql
......................................................................
IMPALA-12471: Scripts to run unit tests of
external jdbc tables for mysql
This patch adds mysql tests for the "external data source"
mechanism in Impala to implement data source for querying JDBC.
This patch also fixes the mysql query by removing double quotes
for case-sensitive table and column names.
Testing:
- Added unit test for mysql and ran unit-test with JDBC
driver mysql-connector-j-8.1.0.jar.
Change-Id: I446ec3d4ebaf53c8edac0b2d181514bde587dfae
---
M
java/ext-data-source/jdbc/src/main/java/org/apache/impala/extdatasource/jdbc/JdbcDataSource.java
M
java/ext-data-source/jdbc/src/main/java/org/apache/impala/extdatasource/jdbc/dao/DatabaseAccessor.java
M
java/ext-data-source/jdbc/src/main/java/org/apache/impala/extdatasource/jdbc/dao/GenericJdbcDatabaseAccessor.java
M
java/ext-data-source/jdbc/src/main/java/org/apache/impala/extdatasource/jdbc/dao/PostgresDatabaseAccessor.java
A testdata/bin/clean-mysql-env.sh
M testdata/bin/copy-ext-data-sources.sh
A testdata/bin/create-ext-mysql-data-source-table.sql
M testdata/bin/load-ext-data-sources.sh
A testdata/bin/setup-mysql-env.sh
A
testdata/workloads/functional-query/queries/QueryTest/mysql-ext-jdbc-tables.test
M tests/custom_cluster/test_ext_data_sources.py
11 files changed, 517 insertions(+), 13 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/10/20710/3
--
To view, visit http://gerrit.cloudera.org:8080/20710
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I446ec3d4ebaf53c8edac0b2d181514bde587dfae
Gerrit-Change-Number: 20710
Gerrit-PatchSet: 3
Gerrit-Owner: Anonymous Coward <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Wenzhe Zhou <[email protected]>