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 b28355c DRILL-1248: Allow positional / named aliases in group by /
having clauses
new 6ff854b DRILL-6625: Intermittent failures in Kafka unit tests Unit
test changes to fix intermittent kafka producer and consumer errors.
new 8f164bc DRILL-3853: Upgrade to SqlLine 1.5.0 closes #1462
The 2 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/pom.xml | 1 -
contrib/sqlline/pom.xml | 54 ------
contrib/storage-kafka/pom.xml | 26 +++
.../exec/store/kafka/KafkaFilterPushdownTest.java | 5 +
.../exec/store/kafka/KafkaMessageGenerator.java | 5 +-
.../drill/exec/store/kafka/KafkaTestBase.java | 2 +-
.../drill/exec/store/kafka/TestKafkaSuit.java | 1 +
distribution/pom.xml | 4 -
distribution/src/assemble/bin.xml | 5 +
.../resources/drill-sqlline-override-example.conf | 27 ++-
distribution/src/resources/sqlline | 2 +-
distribution/src/resources/sqlline.bat | 17 +-
exec/java-exec/pom.xml | 4 +
.../drill/exec/client/DrillSqlLineApplication.java | 193 +++++++++++++++++++++
.../org/apache/drill/exec/server/Drillbit.java | 4 +
.../src/main/resources/drill-sqlline.conf | 88 ++++++++++
.../exec/client/DrillSqlLineApplicationTest.java | 113 ++++++++++++
.../resources/drill-sqlline-test-override.conf | 20 ++-
.../src/test/resources/drill-sqlline-test.conf | 36 ++--
exec/jdbc-all/pom.xml | 4 +
pom.xml | 7 +-
21 files changed, 502 insertions(+), 116 deletions(-)
delete mode 100644 contrib/sqlline/pom.xml
copy drill-yarn/src/test/resources/test-doy-config.conf =>
distribution/src/resources/drill-sqlline-override-example.conf (58%)
create mode 100644
exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillSqlLineApplication.java
create mode 100644 exec/java-exec/src/main/resources/drill-sqlline.conf
create mode 100644
exec/java-exec/src/test/java/org/apache/drill/exec/client/DrillSqlLineApplicationTest.java
copy distribution/src/resources/drill-conf =>
exec/java-exec/src/test/resources/drill-sqlline-test-override.conf (68%)
mode change 100755 => 100644
copy drill-yarn/src/test/resources/third-test-config.conf =>
exec/java-exec/src/test/resources/drill-sqlline-test.conf (58%)