This is an automated email from the ASF dual-hosted git repository.
vitalii pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.
from b23ae6e DRILL-6900: maven-release-plugin failure on the
release:perform stage
new 1df935f DRILL-6913: Fix multiple error output in the console
new 9dec514 DRILL-6912: NPE when other drillbit is already running
new 5af61ce DRILL-6916: Fix extraneous
"${project.basedir}/src/site/resources/repo/" directory appearance
new 6a9465a DRILL-6915: Disable generation of test tables with
case-sensitive names for non-Linux systems
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 | 36 ++++++-
.../exec/store/jdbc/TestJdbcPluginWithMySQLIT.java | 6 ++
.../test/resources/bootstrap-storage-plugins.json | 4 +-
.../src/test/resources/mysql-test-data-linux.sql | 10 ++
.../src/test/resources/mysql-test-data.sql | 7 --
.../drill/exec/planner/sql/DrillSqlWorker.java | 107 ++++++++++++---------
.../org/apache/drill/exec/server/Drillbit.java | 9 +-
.../apache/drill/test/TestGracefulShutdown.java | 43 +++++++++
pom.xml | 4 +-
9 files changed, 163 insertions(+), 63 deletions(-)
create mode 100644
contrib/storage-jdbc/src/test/resources/mysql-test-data-linux.sql