michalstutzmann commented on code in PR #26895:
URL: https://github.com/apache/flink/pull/26895#discussion_r2275368116
##########
flink-table/pom.xml:
##########
@@ -78,8 +78,8 @@ under the License.
</dependencyManagement>
<properties>
- <calcite.version>1.36.0</calcite.version>
- <!-- Calcite 1.36.0 depends on 3.1.9,
+ <calcite.version>1.37.0</calcite.version>
+ <!-- Calcite 1.37.0 depends on 3.1.9,
Review Comment:
Have corrected the comment. 1.37 depends already on 3.1.11 which is causing
the tests to fail but with 3.1.10 it seems to work. I'll have another look. If
bumping to 3.1.11 is a lot of work (lot of changes) I agree it's probably
better to do it separately.
--
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]