See
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/109/display/redirect?page=changes>
Changes:
[nobigogle] [CALCITE-5021] Double JOIN is created for NOT IN when IN-list that
the values all non-nullable is converted to Values
------------------------------------------
[...truncated 319.30 KB...]
public static IndexCondition create(
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/IndexCondition.java>:137:
warning: no @param for rangeQueryLowerKey
public static IndexCondition create(
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/IndexCondition.java>:137:
warning: no @param for rangeQueryUpperKey
public static IndexCondition create(
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/IndexCondition.java>:137:
warning: no @return
public static IndexCondition create(
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60:
warning: no @param for cluster
public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60:
warning: no @param for traitSet
public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60:
warning: no @param for input
public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60:
warning: no @param for condition
public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60:
warning: no @param for indexCondition
public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60:
warning: no @param for tableDef
public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60:
warning: no @param for forceIndexName
public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbFilter.java>:60:
warning: no @return
public static InnodbFilter create(RelOptCluster cluster, RelTraitSet traitSet,
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbRules.java>:164:
warning: no @param for config
protected InnodbFilterRule(InnodbFilterRuleConfig config) {
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbRules.java>:306:
warning: no @param for config
protected InnodbSortFilterRule(InnodbSortFilterRuleConfig config) {
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbRules.java>:346:
warning: no @param for config
protected InnodbSortTableScanRule(InnodbSortTableScanRuleConfig config) {
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbSchema.java>:121:
warning: no @param for tableName
public TableDef getTableDef(String tableName) {
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbSchema.java>:121:
warning: no @return
public TableDef getTableDef(String tableName) {
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbTable.java>:267:
warning: no @param for fields
public Enumerable<Object> query(List<Map.Entry<String, Class>> fields,
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbTable.java>:267:
warning: no @param for selectFields
public Enumerable<Object> query(List<Map.Entry<String, Class>> fields,
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbTable.java>:267:
warning: no @param for condition
public Enumerable<Object> query(List<Map.Entry<String, Class>> fields,
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbTable.java>:267:
warning: no @param for ascOrder
public Enumerable<Object> query(List<Map.Entry<String, Class>> fields,
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbTable.java>:267:
warning: no @return
public Enumerable<Object> query(List<Map.Entry<String, Class>> fields,
^
<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/innodb/src/main/java/org/apache/calcite/adapter/innodb/InnodbToEnumerableConverterRule.java>:37:
warning: no @param for config
protected InnodbToEnumerableConverterRule(Config config) {
^
28 warnings
> Task :plus:test
[0;1m 15.2sec[0m, org.apache.calcite.adapter.tpch.[0;1mTpchTest[0m
> [0;1mtestQuery16()[0m
[0;1m 19.8sec[0m, org.apache.calcite.adapter.tpch.[0;1mTpchTest[0m
> [0;1mtestQuery11()[0m
[0;1m 39.9sec[0m, org.apache.calcite.adapter.tpch.[0;1mTpchTest[0m
> [0;1mtestQuery02()[0m
[0;1m 11.3sec[0m, org.apache.calcite.adapter.tpch.[0;1mTpchTest[0m
> [0;1mtestQuery22()[0m
[0;1m 41.3sec[0m, org.apache.calcite.adapter.tpch.[0;1mTpchTest[0m
> [0;1mtestQuery06()[0m
[0;1m 16.9sec[0m, org.apache.calcite.adapter.tpch.[0;1mTpchTest[0m
> [0;1mtestQuery14()[0m
[0;1m 41.3sec[0m, org.apache.calcite.adapter.tpch.[0;1mTpchTest[0m
> [0;1mtestQuery01()[0m
[0;1m 20.7sec[0m, org.apache.calcite.adapter.tpch.[0;1mTpchTest[0m
> [0;1mtestQuery13()[0m
[0;1m 22.9sec[0m, org.apache.calcite.adapter.tpch.[0;1mTpchTest[0m
> [0;1mtestQuery10()[0m
[0;1m 15.7sec[0m, org.apache.calcite.adapter.tpch.[0;1mTpchTest[0m
> [0;1mtestQuery20()[0m
[0;1m 21.6sec[0m, org.apache.calcite.adapter.tpch.[0;1mTpchTest[0m
> [0;1mtestQuery12()[0m
[0;1m 42.3sec[0m, org.apache.calcite.adapter.tpch.[0;1mTpchTest[0m
> [0;1mtestQuery03()[0m
[0;1m 42.4sec[0m, org.apache.calcite.adapter.tpch.[0;1mTpchTest[0m
> [0;1mtestQuery04()[0m
[0;1m 42.6sec[0m, org.apache.calcite.adapter.tpch.[0;1mTpchTest[0m
> [0;1mtestQuery08()[0m
[0;1m 18.1sec[0m, org.apache.calcite.adapter.tpch.[0;1mTpchTest[0m
> [0;1mtestQuery15()[0m
[0;1m 17.2sec[0m, org.apache.calcite.adapter.tpch.[0;1mTpchTest[0m
> [0;1mtestQuery17()[0m
[0;1m 23.8sec[0m, org.apache.calcite.adapter.tpch.[0;1mTpchTest[0m
> [0;1mtestQuery09()[0m
[0;1m 17.3sec[0m, org.apache.calcite.adapter.tpch.[0;1mTpchTest[0m
> [0;1mtestQuery18()[0m
> Task :geode:test
[0;1m 13.2sec[0m,
org.apache.calcite.adapter.geode.rel.[0;1mGeodeBookstoreTest[0m >
[0;1mtestFilterWithNestedField()[0m
[0;1m 13.2sec[0m,
org.apache.calcite.adapter.geode.rel.[0;1mGeodeAllDataTypesTest[0m >
[0;1mtestSqlSingleTimestampWhereFilter()[0m
[0;1m 13.4sec[0m,
org.apache.calcite.adapter.geode.rel.[0;1mGeodeAllDataTypesTest[0m >
[0;1mtestSqlSingleTimeWhereFilter()[0m
[0;1m 13.5sec[0m,
org.apache.calcite.adapter.geode.rel.[0;1mGeodeAllDataTypesTest[0m >
[0;1mtestSqlSingleDateWhereFilter()[0m
38.8sec, 12 completed, 0 failed, 0 skipped,
org.apache.calcite.adapter.geode.rel.GeodeAllDataTypesTest
[0;1m 2.3sec[0m,
org.apache.calcite.adapter.geode.rel.[0;1mGeodeZipsTest[0m >
[0;1mtestWhereWithOrForLargeValueList()[0m
39.8sec, 36 completed, 0 failed, 0 skipped,
org.apache.calcite.adapter.geode.rel.GeodeBookstoreTest
[0;1m 2.4sec[0m,
org.apache.calcite.adapter.geode.rel.[0;1mGeodeZipsTest[0m >
[0;1mtestItemPredicate()[0m
[0;34;1mWARNING[0m 40.1sec, 14 completed, 0 failed, [0;34;1m 3[0m
skipped, org.apache.calcite.adapter.geode.rel.[0;34;1mGeodeZipsTest[0m
[0;34;1mWARNING[0m 49.5sec, 62 completed, 0 failed, [0;34;1m 3[0m
skipped, [0;34;1mGradle Test Run :geode:test[0m
> Task :spark:test
[0;1m 38.7sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestArithmeticDiv()[0m
[0;1m 38.8sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestUnionWithFiltersProject()[0m
[0;1m 39.0sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestOrderByLimit()[0m
[0;1m 39.0sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestFilterIsNull()[0m
[0;1m 38.9sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestUnion()[0m
[0;1m 39.0sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestFilterTrue()[0m
[0;1m 38.8sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestArithmeticPlus()[0m
[0;1m 38.8sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestSortXAscProjectY()[0m
[0;1m 39.1sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestFilterFalse()[0m
[0;1m 38.9sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestFilterIsNotNull()[0m
[0;1m 38.9sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestLimit()[0m
[0;1m 38.8sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestJoinProjectAliasProject()[0m
[0;1m 38.8sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestUnionAll()[0m
[0;1m 38.8sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestFilterOr()[0m
[0;1m 38.8sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestSelectDistinct()[0m
[0;1m 38.8sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestJoinProject()[0m
[0;1m 39.1sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestSortXDescYAscProjectY()[0m
[0;1m 39.1sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestArithmeticMul()[0m
[0;1m 39.4sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestSortXDescYDescProjectY()[0m
[0;1m 39.1sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestSortXAscYDescProjectY()[0m
[0;1m 39.2sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestGroupByOrderByAsc()[0m
[0;1m 39.8sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestGroupBy()[0m
[0;1m 40.0sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestGroupByMinMaxCountCountDistinctOrderByAsc()[0m
[0;1m 39.9sec[0m, org.apache.calcite.test.[0;1mSparkAdapterTest[0m
> [0;1mtestAggFuncNoGroupBy()[0m
[0;34;1mWARNING[0m 40.3sec, 38 completed, 0 failed, [0;34;1m 4[0m
skipped, org.apache.calcite.test.[0;34;1mSparkAdapterTest[0m
[0;34;1mWARNING[0m 46.8sec, 38 completed, 0 failed, [0;34;1m 4[0m
skipped, [0;34;1mGradle Test Run :spark:test[0m
> Task :elasticsearch:test
Gradle Test Executor 20 STANDARD_OUT
2022-04-06 22:43:18,833 [ForkJoinPool-1-worker-19] WARN -
gateway.auto_import_dangling_indices is disabled, dangling indices will not be
automatically detected or imported and must be managed manually
> Task :redis:test
docker[redis:2.8.19] 2022-04-06 22:43:20,667
[docker-java-stream--1133810895] INFO - Pulling image layers: 0 pending, 9
downloaded, 1 extracted, (42 MB/46 MB)
docker[redis:2.8.19] 2022-04-06 22:43:21,338
[docker-java-stream--1133810895] INFO - Pulling image layers: 0 pending, 9
downloaded, 2 extracted, (42 MB/46 MB)
docker[redis:2.8.19] 2022-04-06 22:43:22,805
[docker-java-stream--1133810895] INFO - Pulling image layers: 0 pending, 9
downloaded, 3 extracted, (42 MB/46 MB)
docker[redis:2.8.19] 2022-04-06 22:43:23,796
[docker-java-stream--1133810895] INFO - Pulling image layers: 0 pending, 9
downloaded, 4 extracted, (45 MB/46 MB)
docker[redis:2.8.19] 2022-04-06 22:43:24,246
[docker-java-stream--1133810895] INFO - Pulling image layers: 0 pending, 9
downloaded, 5 extracted, (45 MB/46 MB)
docker[redis:2.8.19] 2022-04-06 22:43:24,686
[docker-java-stream--1133810895] INFO - Pulling image layers: 0 pending, 9
downloaded, 6 extracted, (45 MB/46 MB)
docker[redis:2.8.19] 2022-04-06 22:43:26,782
[docker-java-stream--1133810895] INFO - Pulling image layers: 0 pending, 9
downloaded, 7 extracted, (46 MB/46 MB)
docker[redis:2.8.19] 2022-04-06 22:43:27,379
[docker-java-stream--1133810895] INFO - Pulling image layers: 0 pending, 9
downloaded, 8 extracted, (46 MB/46 MB)
docker[redis:2.8.19] 2022-04-06 22:43:29,062
[docker-java-stream--1133810895] INFO - Pulling image layers: 0 pending, 9
downloaded, 9 extracted, (46 MB/46 MB)
docker[redis:2.8.19] 2022-04-06 22:43:31,554
[docker-java-stream--1133810895] INFO - Pull complete. 9 layers, pulled in 18s
(downloaded 46 MB at 2 MB/s)
docker[redis:2.8.19] 2022-04-06 22:43:31,612 [ForkJoinPool-1-worker-25]
INFO - Creating container for image: redis:2.8.19
docker[redis:2.8.19] 2022-04-06 22:43:43,204 [ForkJoinPool-1-worker-25]
INFO - Starting container with ID:
10adc67aa6e926ef295b4de13ce00f95ac745bac71273f8e448fcc782901518f
docker[redis:2.8.19] 2022-04-06 22:43:44,794 [ForkJoinPool-1-worker-25]
INFO - Container redis:2.8.19 is starting:
10adc67aa6e926ef295b4de13ce00f95ac745bac71273f8e448fcc782901518f
docker[redis:2.8.19] 2022-04-06 22:43:45,034 [ForkJoinPool-1-worker-25]
INFO - Container redis:2.8.19 started in PT34.273S
> Task :plus:test
[0;1m 18.8sec[0m, org.apache.calcite.adapter.tpch.[0;1mTpchTest[0m
> [0;1mtestQuery21()[0m
[0;1m 49.6sec[0m, org.apache.calcite.adapter.tpch.[0;1mTpchTest[0m
> [0;1mtestQuery05()[0m
> Task :elasticsearch:test
[0;1m 3.9sec[0m,
org.apache.calcite.adapter.elasticsearch.[0;1mAggregationTest[0m >
[0;1mintegerCat()[0m
[0;1m 3.9sec[0m,
org.apache.calcite.adapter.elasticsearch.[0;1mAggregationTest[0m >
[0;1mcat1Cat2Cat3()[0m
[0;1m 3.9sec[0m,
org.apache.calcite.adapter.elasticsearch.[0;1mAggregationTest[0m >
[0;1mcat1Cat3()[0m
[0;1m 3.9sec[0m,
org.apache.calcite.adapter.elasticsearch.[0;1mProjection2Test[0m >
[0;1mprojection()[0m
[0;1m 3.9sec[0m,
org.apache.calcite.adapter.elasticsearch.[0;1mProjection2Test[0m >
[0;1mprojection2()[0m
61.2sec, 1 completed, 0 failed, 0 skipped,
org.apache.calcite.adapter.elasticsearch.MatchTest
[0;1m 4.1sec[0m,
org.apache.calcite.adapter.elasticsearch.[0;1mAggregationTest[0m >
[0;1maggregationWithCast()[0m
[0;1m 4.2sec[0m,
org.apache.calcite.adapter.elasticsearch.[0;1mProjection2Test[0m >
[0;1mprojection3()[0m
[0;1m 4.2sec[0m,
org.apache.calcite.adapter.elasticsearch.[0;1mAggregationTest[0m >
[0;1mcat1Cat2()[0m
[0;1m 4.2sec[0m,
org.apache.calcite.adapter.elasticsearch.[0;1mProjection2Test[0m >
[0;1msimpleProjectionNoScripting()[0m
[0;1m 4.7sec[0m,
org.apache.calcite.adapter.elasticsearch.[0;1mAggregationTest[0m >
[0;1mcat2()[0m
[0;1m 4.7sec[0m,
org.apache.calcite.adapter.elasticsearch.[0;1mAggregationTest[0m >
[0;1manyValue()[0m
[0;1m 4.7sec[0m,
org.apache.calcite.adapter.elasticsearch.[0;1mAggregationTest[0m >
[0;1manyValueWithOtherAgg()[0m
[0;1m 5.0sec[0m,
org.apache.calcite.adapter.elasticsearch.[0;1mAggregationTest[0m >
[0;1mcat1()[0m
[0;1m 5.0sec[0m,
org.apache.calcite.adapter.elasticsearch.[0;1mAggregationTest[0m >
[0;1mapproximateCountDistinct()[0m
[0;1m 5.1sec[0m,
org.apache.calcite.adapter.elasticsearch.[0;1mAggregationTest[0m >
[0;1mall()[0m
[0;1m 5.4sec[0m,
org.apache.calcite.adapter.elasticsearch.[0;1mProjection2Test[0m >
[0;1mprojectionStringLiteralAndColumn()[0m
[0;1m 5.4sec[0m,
org.apache.calcite.adapter.elasticsearch.[0;1mProjectionTest[0m >
[0;1mprojection()[0m
62.5sec, 1 completed, 0 failed, 0 skipped,
org.apache.calcite.adapter.elasticsearch.ProjectionTest
[0;1m 3.0sec[0m,
org.apache.calcite.adapter.elasticsearch.[0;1mElasticSearchAdapterTest[0m >
[0;1mtestFilterSort()[0m
[0;34;1mWARNING[0m 62.8sec, 14 completed, 0 failed, [0;34;1m 1[0m
skipped, org.apache.calcite.adapter.elasticsearch.[0;34;1mAggregationTest[0m
[0;1m 5.7sec[0m,
org.apache.calcite.adapter.elasticsearch.[0;1mProjection2Test[0m >
[0;1mprojectionWithIdField()[0m
62.8sec, 7 completed, 0 failed, 0 skipped,
org.apache.calcite.adapter.elasticsearch.Projection2Test
[0;34;1mWARNING[0m 63.9sec, 22 completed, 0 failed, [0;34;1m 1[0m
skipped,
org.apache.calcite.adapter.elasticsearch.[0;34;1mElasticSearchAdapterTest[0m
[0;1m 7.2sec[0m,
org.apache.calcite.adapter.elasticsearch.[0;1mBooleanLogicTest[0m >
[0;1mnotExpression()[0m
> Task :redis:test
[0;1m 5.7sec[0m,
org.apache.calcite.adapter.redis.[0;1mRedisAdapterCaseBase[0m >
[0;1mtestSqlWithJoin()[0m
80.2sec, 2 completed, 0 failed, 0 skipped,
org.apache.calcite.adapter.redis.RedisAdapterCaseBase
[0;34;1mWARNING[0m 84.7sec, 3 completed, 0 failed, [0;34;1m 1[0m
skipped, [0;34;1mGradle Test Run :redis:test[0m
> Task :elasticsearch:test
[0;34;1mWARNING[0m 4.3sec, 1 completed, 0 failed, [0;34;1m 1[0m
skipped, org.apache.calcite.adapter.elasticsearch.[0;34;1mScrollingTest[0m
[0;34;1mWARNING[0m 76.9sec, 64 completed, 0 failed, [0;34;1m 3[0m
skipped, [0;34;1mGradle Test Run :elasticsearch:test[0m
> Task :plus:test
[0;1m 91.8sec[0m, org.apache.calcite.adapter.tpch.[0;1mTpchTest[0m
> [0;1mtestQuery07()[0m
[0;34;1mWARNING[0m 92.4sec, 29 completed, 0 failed, [0;34;1m 7[0m
skipped, org.apache.calcite.adapter.tpch.[0;34;1mTpchTest[0m
[0;34;1mWARNING[0m 96.7sec, 51 completed, 0 failed, [0;34;1m 11[0m
skipped, [0;34;1mGradle Test Run :plus:test[0m
> Task :cassandra:test
CassandraAdapterDataTypesTest STANDARD_OUT
2022-04-06 22:44:06,488 [s0-io-3] WARN - [s0] Detected a keyspace change
at runtime (<none> => cassandraunitkeyspace). This is an anti-pattern that
should be avoided in production (see 'advanced.request.warn-if-set-keyspace' in
the configuration).
2022-04-06 22:44:10,409 [s0-io-3] WARN - [s0] Detected a keyspace change
at runtime (cassandraunitkeyspace => dtcassandra). This is an anti-pattern that
should be avoided in production (see 'advanced.request.warn-if-set-keyspace' in
the configuration).
[0;1m 4.3sec[0m,
org.apache.calcite.test.[0;1mCassandraAdapterDataTypesTest[0m >
[0;1mtestCollectionsRowType()[0m
105.7sec, 11 completed, 0 failed, 0 skipped,
org.apache.calcite.test.CassandraAdapterDataTypesTest
CassandraAdapterTest STANDARD_OUT
2022-04-06 22:44:38,771 [s0-io-3] WARN - [s0] Detected a keyspace change
at runtime (dtcassandra => cassandraunitkeyspace). This is an anti-pattern that
should be avoided in production (see 'advanced.request.warn-if-set-keyspace' in
the configuration).
2022-04-06 22:45:01,309 [s0-io-3] WARN - [s0] Detected a keyspace change
at runtime (cassandraunitkeyspace => twissandra). This is an anti-pattern that
should be avoided in production (see 'advanced.request.warn-if-set-keyspace' in
the configuration).
2022-04-06 22:45:01,337 [s0-admin-0] WARN - Query '[0 values] CREATE
MATERIALIZED VIEW twissandra."Tweets_By_User" AS SELECT username, tweet_id FROM
twissandra.tweets WHERE username IS NOT NULL AND tweet_id IS NOT NULL PRIMARY
KEY (username, tweet_id);' generated server side warning(s): Materialized views
are experimental and are not recommended for production use.
32.1sec, 11 completed, 0 failed, 0 skipped,
org.apache.calcite.test.CassandraAdapterTest
Gradle Test Executor 19 STANDARD_OUT
2022-04-06 22:45:07,033 [s1-admin-0] WARN - [s1|localhost/127.0.0.1:9142]
Error while opening new channel (ConnectionInitException: [s1|connecting...]
Protocol initialization request, step 1 (STARTUP {CQL_VERSION=3.0.0,
DRIVER_NAME=DataStax Java driver for Apache Cassandra(R),
DRIVER_VERSION=4.13.0, CLIENT_ID=23839517-5b73-465f-8700-43b35021d4c9}): failed
to send request (io.netty.channel.StacklessClosedChannelException))
2022-04-06 22:45:07,033 [s2-admin-0] WARN - [s2|localhost/127.0.0.1:9142]
Error while opening new channel (ConnectionInitException: [s2|connecting...]
Protocol initialization request, step 1 (STARTUP {CQL_VERSION=3.0.0,
DRIVER_NAME=DataStax Java driver for Apache Cassandra(R),
DRIVER_VERSION=4.13.0, CLIENT_ID=e55e7018-4ff0-4988-b5c0-2fcb1625ab60}): failed
to send request (io.netty.channel.StacklessClosedChannelException))
2022-04-06 22:45:08,799 [s2-admin-0] WARN - [s2|localhost/127.0.0.1:9142]
Error while opening new channel (ConnectionInitException: [s2|connecting...]
Protocol initialization request, step 1 (STARTUP {CQL_VERSION=3.0.0,
DRIVER_NAME=DataStax Java driver for Apache Cassandra(R),
DRIVER_VERSION=4.13.0, CLIENT_ID=e55e7018-4ff0-4988-b5c0-2fcb1625ab60}): failed
to send request (io.netty.channel.StacklessClosedChannelException))
2022-04-06 22:45:09,281 [s1-admin-0] WARN - [s1|localhost/127.0.0.1:9142]
Error while opening new channel (ConnectionInitException: [s1|connecting...]
Protocol initialization request, step 1 (STARTUP {CQL_VERSION=3.0.0,
DRIVER_NAME=DataStax Java driver for Apache Cassandra(R),
DRIVER_VERSION=4.13.0, CLIENT_ID=23839517-5b73-465f-8700-43b35021d4c9}): failed
to send request (io.netty.channel.StacklessClosedChannelException))
2022-04-06 22:45:12,766 [s1-admin-0] WARN - [s1|localhost/127.0.0.1:9142]
Error while opening new channel (ConnectionInitException: [s1|connecting...]
Protocol initialization request, step 1 (STARTUP {CQL_VERSION=3.0.0,
DRIVER_NAME=DataStax Java driver for Apache Cassandra(R),
DRIVER_VERSION=4.13.0, CLIENT_ID=23839517-5b73-465f-8700-43b35021d4c9}): failed
to send request (io.netty.channel.StacklessClosedChannelException))
155.9sec, 22 completed, 0 failed, 0 skipped, Gradle Test Run
:cassandra:test
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':server:test'.
> There were failing tests. See the report at:
> file://<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/server/build/reports/tests/test/index.html>
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with
Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings
and determine if they come from your own scripts or plugins.
See
https://docs.gradle.org/7.3/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 5m 1s
421 actionable tasks: 421 executed
See the profiling report at:
file://<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/build/reports/profile/profile-2022-04-06-22-40-19.html>
A fine-grained performance profile is available: use the --scan option.
See the profiling report at:
file://<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/buildSrc/build/reports/profile/profile-2022-04-06-22-40-25.html>
A fine-grained performance profile is available: use the --scan option.
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Recording test results
[Checks API] No suitable checks publisher found.