From 56eb062ba2eae239e9fdda6891830cf2ec60b605 Mon Sep 17 00:00:00 2001 From: caicancai <2356672992@qq.com> Date: Sun, 10 Dec 2023 20:37:27 +0800 Subject: [PATCH] [CALCITE-6131] There are duplicate sample tests in SqlTypeUtilTest --- .../test/java/org/apache/calcite/sql/type/SqlTypeUtilTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/test/java/org/apache/calcite/sql/type/SqlTypeUtilTest.java b/core/src/test/java/org/apache/calcite/sql/type/SqlTypeUtilTest.java index c72414c04c7..e918da54a22 100644 --- a/core/src/test/java/org/apache/calcite/sql/type/SqlTypeUtilTest.java +++ b/core/src/test/java/org/apache/calcite/sql/type/SqlTypeUtilTest.java @@ -76,7 +76,7 @@ class SqlTypeUtilTest { is(true)); assertThat(areSameFamily(ImmutableList.of(bigIntAndFloat, bigIntAndFloat)), is(true)); - assertThat(areSameFamily(ImmutableList.of(bigIntAndFloat, bigIntAndFloat)), + assertThat(areSameFamily(ImmutableList.of(floatAndBigInt, bigIntAndFloat)), is(true)); assertThat(areSameFamily(ImmutableList.of(floatAndBigInt, floatAndBigInt)), is(true));