somu-imply commented on code in PR #14496:
URL: https://github.com/apache/druid/pull/14496#discussion_r1245670802
##########
pom.xml:
##########
@@ -80,15 +80,17 @@
<apache.ranger.version>2.0.0</apache.ranger.version>
<apache.ranger.gson.version>2.2.4</apache.ranger.gson.version>
<scala.library.version>2.13.9</scala.library.version>
- <avatica.version>1.17.0</avatica.version>
+ <avatica.version>1.23.0</avatica.version>
<avro.version>1.11.1</avro.version>
- <!-- sql/src/main/codegen/config.fmpp is based on a file from
calcite-core, and needs to be
- updated when upgrading Calcite. Refer to the top-level comments in
that file for details.
- Also, CalcitePlanner is a clone of Calcite's PlannerImpl and may
require updates when
- Calcite is upgrade. -->
- <calcite.version>1.21.0</calcite.version>
+ <!-- When updating Calcite, also propagate updates to these files
which we've copied and modified:
+ * sql/src/main/codegen/config.fmpp
+ - original: core/src/main/codegen/config.fmpp
+ *
sql/src/main/java/org/apache/druid/sql/calcite/planner/CalcitePlanner.java
+ - original:
core/src/main/java/org/apache/calcite/prepare/PlannerImpl.java
+ -->
+ <calcite.version>1.35.0-SNAPSHOT</calcite.version>
<datasketches.version>4.1.0</datasketches.version>
- <datasketches.memory.version>2.2.0</datasketches.memory.version>
+ <datasketches.memory.version>2.0.0</datasketches.memory.version>
Review Comment:
This needs to be changed
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]