This is an automated email from the ASF dual-hosted git repository.
dzamo pushed a change to branch 1.20
in repository https://gitbox.apache.org/repos/asf/drill.git
from eb38d27cc0 [maven-release-plugin] prepare for next development
iteration
new 507172a948 DRILL-8224: Fix TestHttpPlugin#testSlowResponse
new a951172918 DRILL-8228: Drill2288GetColumnsMetadataWhenNoRowsTest
regression (#2554)
new aa5341df68 DRILL-8227: JConnect and jTDS JDBC drivers do not implement
Connection::getSchema (#2551)
The 3 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:
.travis.yml | 3 +-
contrib/storage-http/pom.xml | 2 +-
.../drill/exec/store/http/TestHttpPlugin.java | 7 +-
.../drill/exec/store/http/TestOAuthProcess.java | 4 +-
contrib/storage-jdbc/pom.xml | 22 +++
.../drill/exec/store/jdbc/JdbcCatalogSchema.java | 14 +-
...hPostgres.java => TestJdbcPluginWithMSSQL.java} | 180 +++++++++++----------
.../src/test/resources/mssql-test-data.ms.sql | 72 +++++++++
.../Drill2288GetColumnsMetadataWhenNoRowsTest.java | 3 +-
.../drill/exec/memory/AllocationManager.java | 2 +-
.../apache/drill/exec/memory/BaseAllocator.java | 7 +-
11 files changed, 214 insertions(+), 102 deletions(-)
copy
contrib/storage-jdbc/src/test/java/org/apache/drill/exec/store/jdbc/{TestJdbcPluginWithPostgres.java
=> TestJdbcPluginWithMSSQL.java} (61%)
create mode 100644
contrib/storage-jdbc/src/test/resources/mssql-test-data.ms.sql