Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
The build is currently broken on Guava versions 20 and lower. We claim in the release notes to support Guava 19 and higher.
As part of this change, enable testing in CI of the lowest and highest supported Guava version. (We used to do this, but we stopped when we moved from Maven to Gradle. I still don't know how to set the Guava version from the Gradle command line.)
The build is currently broken on Guava versions 20 and lower. We claim in the release notes to support Guava 19 and higher. As part of this change, enable testing in CI of the lowest and highest supported Guava version. (We used to do this, but we stopped when we moved from Maven to Gradle. I still don't know how to set the Guava version from the Gradle command line.)
Description
The build is broken on versions of Gradle less than 21. In our release notes we say we support Gradle 19 and higher.
We used to test the supported range of Guava versions in CI. The fix for this issue must resume CI testing for the range of supported versions (currently 19.0 to 29.0-jre per history.md and 19.0 and higher per a comment in gradle.properties).
How do I set the Guava version from the Gradle command line? I’d expect
./gradlew -Dguava.version=19.0
Attachments
Issue Links
- is related to
-
CALCITE-4301 Unit tests for Cassandra adapter are wrongly applying ITEM operator to STRUCT columns
- Closed
- split to
-
CALCITE-4793 CassandraAdapterDataTypesTest.testCollectionsInnerValues fails depending on the user timezone
- Closed