Skip to content

Commit b2cc3a4

Browse files
committed
bump calcite to latest
1 parent 01abeb2 commit b2cc3a4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

coral-spark/src/test/java/com/linkedin/coral/spark/CoralSparkTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,8 @@ public void testLateralViewOuterWithExtractUnion() {
269269
System.out.println(relNodePlan);
270270
String convertToSparkSql = createCoralSpark(relNode).getSparkSql();
271271

272-
String targetSql =
273-
"SELECT coalesce_struct(complex.ut, 'uniontype<int>'), t0.ccol\n"
274-
+ "FROM default.complex complex LATERAL VIEW OUTER EXPLODE(complex.c) t0 AS ccol";
272+
String targetSql = "SELECT coalesce_struct(complex.ut, 'uniontype<int>'), t0.ccol\n"
273+
+ "FROM default.complex complex LATERAL VIEW OUTER EXPLODE(complex.c) t0 AS ccol";
275274
assertEquals(convertToSparkSql, targetSql);
276275
}
277276

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def versions = [
99
'jetbrains': '16.0.2',
1010
'jline': '0.9.94',
1111
'kryo': '2.22',
12-
'linkedin-calcite-core': '1.21.0.264',
12+
'linkedin-calcite-core': '1.21.0.265',
1313
'pig': '0.15.0',
1414
'spark': '2.4.0',
1515
'spark3': '3.1.1',

0 commit comments

Comments
 (0)