Skip to content

Commit 317d15e

Browse files
committed
remove unused
1 parent 85464ad commit 317d15e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ public void testLateralViewOuter() {
265265
public void testLateralViewOuterWithExtractUnion() {
266266
RelNode relNode = TestUtils.toRelNode(String.join("\n", "", "SELECT extract_union(ut), t.ccol", "FROM complex",
267267
"LATERAL VIEW OUTER explode(complex.c) t as ccol"));
268-
String relNodePlan = RelOptUtil.toString(relNode);
269268
String convertToSparkSql = createCoralSpark(relNode).getSparkSql();
270269

271270
String targetSql = "SELECT coalesce_struct(complex.ut, 'uniontype<int>'), t0.ccol\n"

0 commit comments

Comments
 (0)