Skip to content

Commit

Permalink
Remove sout
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Kwok <[email protected]>
  • Loading branch information
andy-k-improving committed Dec 16, 2024
1 parent 04af9ad commit a588236
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ class PPLLogicalPlanAppendColCommandTranslatorTestSuite
T12_COLUMNS_SEQ,
Join(t1, t2, LeftOuter, Some(T12_JOIN_CONDITION), JoinHint.NONE)))

// // scalastyle:off
// println(logicalPlan)
// println(expectedPlan)
// // scalastyle:on

comparePlans(logicalPlan, expectedPlan, checkAnalysis = false)
}

Expand Down

0 comments on commit a588236

Please sign in to comment.