This is an automated email from the ASF dual-hosted git repository.

sorabh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.


    from fc1eacd  Changes following second code review
     new 4b66226  DRILL-6918: Skip ensureAtLeastOneField when there are no 
records
     new e76d1e2  DRILL-6928: Update description for 
exec.query.return_result_set_for_ddl option to reflect it affects JDBC 
connections only closes #1601
     new eb02999  DRILL-6955: storage-jdbc tests improvements
     new 7be4c53  DRILL-6954: Move commons libs used in UDFs module to the 
dependency management closes #1604

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 contrib/storage-jdbc/pom.xml                       | 241 +--------------------
 ...ithDerbyIT.java => TestJdbcPluginWithH2IT.java} | 144 +++++++++---
 .../exec/store/jdbc/TestJdbcPluginWithMySQLIT.java | 117 ++++++++--
 .../test/resources/bootstrap-storage-plugins.json  |  25 ---
 .../{derby-test-data.sql => h2-test-data.sql}      |   4 +-
 .../src/test/resources/mysql-test-data-linux.sql   |   2 -
 .../src/test/resources/mysql-test-data.sql         |   3 -
 .../drill/exec/store/kafka/KafkaRecordReader.java  |   4 +-
 contrib/udfs/pom.xml                               |  11 +-
 .../java/org/apache/drill/exec/ExecConstants.java  |   5 +-
 pom.xml                                            |  34 ++-
 11 files changed, 260 insertions(+), 330 deletions(-)
 rename 
contrib/storage-jdbc/src/test/java/org/apache/drill/exec/store/jdbc/{TestJdbcPluginWithDerbyIT.java
 => TestJdbcPluginWithH2IT.java} (51%)
 delete mode 100755 
contrib/storage-jdbc/src/test/resources/bootstrap-storage-plugins.json
 rename contrib/storage-jdbc/src/test/resources/{derby-test-data.sql => 
h2-test-data.sql} (96%)

Reply via email to