strongduanmu commented on code in PR #4424: URL: https://github.com/apache/calcite/pull/4424#discussion_r2166193783
########## gradle.properties: ########## @@ -28,7 +28,7 @@ systemProp.org.gradle.internal.publish.checksums.insecure=true # Release version can be generated by using -Prelease or -Prc=<int> arguments calcite.version=1.41.0 # This is a version to be used from Maven repository. It can be overridden by localAvatica below -calcite.avatica.version=1.26.0 +calcite.avatica.version=1.27.0-SNAPSHOT Review Comment: Yes, this is intentional, because this PR depends on https://github.com/apache/calcite-avatica/pull/275, we need to wait for it to be merged and the calcite-avatica project releases a new version before merging this PR. Currently, I want to test unsigned types with 1.27.0-SNAPSHOT, and when the test passes and calcite-avatica releases a new version, I will modify it to 1.27.0. -- 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]
