[
https://issues.apache.org/jira/browse/BEAM-9379?focusedWorklogId=492852&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-492852
]
ASF GitHub Bot logged work on BEAM-9379:
----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Sep/20 09:20
Start Date: 30/Sep/20 09:20
Worklog Time Spent: 10m
Work Description: nielsbasjes commented on a change in pull request
#12962:
URL: https://github.com/apache/beam/pull/12962#discussion_r497365708
##########
File path: vendor/calcite-1_25_0/build.gradle
##########
@@ -18,29 +18,33 @@
plugins { id 'org.apache.beam.vendor-java' }
-description = "Apache Beam :: Vendored Dependencies :: Calcite 1.20.0"
+description = "Apache Beam :: Vendored Dependencies :: Calcite 1.25.0"
group = "org.apache.beam"
version = "0.2"
-def calcite_version = "1.20.0"
+def calcite_version = "1.25.0"
def avatica_version = "1.16.0"
-def prefix = "org.apache.beam.vendor.calcite.v1_20_0"
+def prefix = "org.apache.beam.vendor.calcite.v1_25_0"
List<String> packagesToRelocate = [
"com.esri",
+ "com.fasterxml",
"com.google.common",
- "com.google.thirdparty",
"com.google.protobuf",
- "com.fasterxml",
+ "com.google.thirdparty",
"com.jayway",
"com.yahoo",
+ "javax.annotation",
+ "net.minidev",
"org.apache.calcite",
"org.apache.commons",
"org.apache.http",
+ "org.apiguardian.api",
"org.codehaus",
+ "org.objectweb",
"org.pentaho",
- "org.yaml"
+ "org.yaml",
]
vendorJava(
Review comment:
I have copied (+ updated version) of the runtime dependencies part of
this.
As this is uncharted territory for me I'm unsure if this is correct now.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 492852)
Time Spent: 4h 50m (was: 4h 40m)
> Upgrade to Calcite 1.25.0
> -------------------------
>
> Key: BEAM-9379
> URL: https://issues.apache.org/jira/browse/BEAM-9379
> Project: Beam
> Issue Type: Task
> Components: dsl-sql
> Reporter: Rui Wang
> Assignee: Robin Qiu
> Priority: P2
> Time Spent: 4h 50m
> Remaining Estimate: 0h
>
> Upgrade to Calcite 1.22.0 after it gets released (expected by end of Feb
> 2020).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)