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 686c21e535 DRILL-8187: Dialect factory returns ANSI SQL dialect for
BigQuery (#2513)
686c21e535 is described below
commit 686c21e535b4ca927fe30996e46f3dcd31262d78
Author: Volodymyr Vysotskyi <[email protected]>
AuthorDate: Mon Apr 4 00:45:50 2022 +0300
DRILL-8187: Dialect factory returns ANSI SQL dialect for BigQuery (#2513)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c1889b187d..ba8d4d5c96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
avoid_bad_dependencies plugin found in the file.
-->
<calcite.groupId>com.github.vvysotskyi.drill-calcite</calcite.groupId>
- <calcite.version>1.21.0-drill-r7</calcite.version>
+ <calcite.version>1.21.0-drill-r8</calcite.version>
<avatica.version>1.17.0</avatica.version>
<janino.version>3.0.11</janino.version>
<sqlline.version>1.12.0</sqlline.version>