Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGe00 committed Nov 12, 2024
1 parent 85464ad commit 317d15e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ public void testLateralViewOuter() {
public void testLateralViewOuterWithExtractUnion() {
RelNode relNode = TestUtils.toRelNode(String.join("\n", "", "SELECT extract_union(ut), t.ccol", "FROM complex",
"LATERAL VIEW OUTER explode(complex.c) t as ccol"));
String relNodePlan = RelOptUtil.toString(relNode);
String convertToSparkSql = createCoralSpark(relNode).getSparkSql();

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

0 comments on commit 317d15e

Please sign in to comment.