[
https://issues.apache.org/jira/browse/BEAM-3679?focusedWorklogId=82043&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-82043
]
ASF GitHub Bot logged work on BEAM-3679:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Mar/18 21:04
Start Date: 19/Mar/18 21:04
Worklog Time Spent: 10m
Work Description: XuMingmin closed pull request #4887: [BEAM-3679] Bump
calcite and avatica versions
URL: https://github.com/apache/beam/pull/4887
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/sdks/java/extensions/sql/build.gradle
b/sdks/java/extensions/sql/build.gradle
index cb54097d03d..22f7a286040 100644
--- a/sdks/java/extensions/sql/build.gradle
+++ b/sdks/java/extensions/sql/build.gradle
@@ -43,8 +43,8 @@ configurations {
}
-def calcite_version = "1.15.0"
-def avatica_version = "1.10.0"
+def calcite_version = "1.16.0"
+def avatica_version = "1.11.0"
dependencies {
fmppTask "net.sourceforge.fmpp:fmpp:0.9.15"
diff --git a/sdks/java/extensions/sql/pom.xml b/sdks/java/extensions/sql/pom.xml
index 27c07680f9c..61fcb319f68 100644
--- a/sdks/java/extensions/sql/pom.xml
+++ b/sdks/java/extensions/sql/pom.xml
@@ -35,8 +35,8 @@
<properties>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd
HH:mm</maven.build.timestamp.format>
- <calcite.version>1.15.0</calcite.version>
- <avatica.version>1.10.0</avatica.version>
+ <calcite.version>1.16.0</calcite.version>
+ <avatica.version>1.11.0</avatica.version>
<mockito.version>1.9.5</mockito.version>
<!-- charset that calcite will use for the tables in the tests -->
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 82043)
Time Spent: 1h 50m (was: 1h 40m)
> Upgrade calcite to release 1.16
> -------------------------------
>
> Key: BEAM-3679
> URL: https://issues.apache.org/jira/browse/BEAM-3679
> Project: Beam
> Issue Type: Improvement
> Components: dsl-sql
> Reporter: Ted Yu
> Assignee: Andrew Pilloud
> Priority: Minor
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> Currently Beam uses Calcite 1.13.0
> This issue is to upgrade to Calcite 1.16.0
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)