This is an automated email from the ASF dual-hosted git repository.
timothyfarkas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.
from 87ed03f DRILL-6747:
new c1bd6f6 DRILL-6753: Fix show files command to return result the same
way as before
new 2a8d5bb DRILL-6752: Surround Drill quotes with double quotes
new e82f5ef DRILL-6746: Query can hang when PartitionSender task thread
sees a connection failure while sending data batches to remote fragment
new 3bc3b66 DRILL-5782: Web UI: do not attempt to build visualized plan
when plan is absent
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:
.../resources/drill-sqlline-override-example.conf | 2 +-
.../planner/sql/handlers/ShowFilesHandler.java | 98 ++++++++++----------
.../exec/store/ischema/InfoSchemaConstants.java | 1 +
.../drill/exec/store/ischema/InfoSchemaTable.java | 10 +-
.../apache/drill/exec/store/ischema/Records.java | 25 ++++-
.../drill/exec/work/batch/BaseRawBatchBuffer.java | 39 ++++++--
.../exec/work/batch/SpoolingRawBatchBuffer.java | 17 ++--
.../exec/work/batch/UnlimitedRawBatchBuffer.java | 10 ++
.../src/main/resources/drill-sqlline.conf | 58 ++++++------
.../src/main/resources/rest/static/js/graph.js | 19 ++--
.../exec/client/DrillSqlLineApplicationTest.java | 8 +-
.../impersonation/TestImpersonationMetadata.java | 47 ++++------
.../org/apache/drill/exec/sql/TestInfoSchema.java | 1 -
.../drill/exec/store/ischema/TestFilesTable.java | 103 +++++++++++----------
.../exec/work/metadata/TestMetadataProvider.java | 2 +-
.../resources/drill-sqlline-test-override.conf | 5 +-
.../src/test/resources/drill-sqlline-test.conf | 40 --------
17 files changed, 257 insertions(+), 228 deletions(-)
delete mode 100644 exec/java-exec/src/test/resources/drill-sqlline-test.conf