[2/3] drill git commit: DRILL-4452: Uses Apache Calcite Avatica driver vs Optiq driver for Drill JDBC

2016-10-12 Thread venki
DRILL-4452: Uses Apache Calcite Avatica driver vs Optiq driver for Drill JDBC Drill JDBC driver uses Optiq Avatica as its basis, but this dependency has been moved over to Calcite, for quite some time without Drill code being updated for it. This patch updates Avatica version to the version from

[3/3] drill git commit: DRILL-4880: Support JDBC driver registration using ServiceLoader

2016-10-12 Thread venki
DRILL-4880: Support JDBC driver registration using ServiceLoader Support loading Drill driver using ServiceLoader. From the user perspective, it means being able to use the driver without registering it first, like by using Class.forName("org.apache.drill.jdbc.Driver") for example. this closes

drill-site git commit: edit to contribution guidelines-add link to design doc

2016-10-12 Thread bridgetb
Repository: drill-site Updated Branches: refs/heads/asf-site 9a606a9ca -> 6f3f62d14 edit to contribution guidelines-add link to design doc Project: http://git-wip-us.apache.org/repos/asf/drill-site/repo Commit: http://git-wip-us.apache.org/repos/asf/drill-site/commit/6f3f62d1 Tree:

drill git commit: DRILL-4927: Add support for Null Equality Joins

2016-10-12 Thread amansinha
Repository: drill Updated Branches: refs/heads/master 46b424cbd -> a29f1e292 DRILL-4927: Add support for Null Equality Joins These changes are a subset of the original pull request from DRILL-4539 (PR-462). - Added changes to support Null Equality Joins; - Created tests for it. close

[drill] Git Push Summary

2016-10-12 Thread amansinha
Repository: drill Updated Branches: refs/heads/merge_09_19_16 [deleted] a29f1e292

drill git commit: DRILL-4927: Add support for Null Equality Joins

2016-10-12 Thread amansinha
Repository: drill Updated Branches: refs/heads/merge_09_19_16 [created] a29f1e292 DRILL-4927: Add support for Null Equality Joins These changes are a subset of the original pull request from DRILL-4539 (PR-462). - Added changes to support Null Equality Joins; - Created tests for it. close