This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 512ac6c DRILL-7971: Support Elasticsearch authentication (#2273)
512ac6c is described below
commit 512ac6cd7fa13f3b202ca1b88a391b32b3a6a660
Author: Volodymyr Vysotskyi <[email protected]>
AuthorDate: Mon Jul 12 21:45:27 2021 +0300
DRILL-7971: Support Elasticsearch authentication (#2273)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fea724b..f7cf7f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
avoid_bad_dependencies plugin found in the file.
-->
<calcite.groupId>com.github.vvysotskyi.drill-calcite</calcite.groupId>
- <calcite.version>1.21.0-drill-r2</calcite.version>
+ <calcite.version>1.21.0-drill-r3</calcite.version>
<avatica.version>1.17.0</avatica.version>
<janino.version>3.0.11</janino.version>
<sqlline.version>1.9.0</sqlline.version>