Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
sync from master
  • Loading branch information
dtenedor committed Mar 20, 2023
commit d9d8abd60b80f8eac93f990f0cde8dd03280e0f1
Original file line number Diff line number Diff line change
Expand Up @@ -468,11 +468,10 @@ class SQLQueryTestSuite extends QueryTest with SharedSparkSession with SQLHelper
val (_, output) =
handleExceptions(getNormalizedQueryAnalysisResult(localSparkSession, sql))
// We might need to do some query canonicalization in the future.
val result = AnalyzerOutput(
AnalyzerOutput(
sql = sql,
schema = None,
output = output.mkString("\n").replaceAll("\\s+$", ""))
result
case _ =>
val (schema, output) =
handleExceptions(getNormalizedQueryExecutionResult(localSparkSession, sql))
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.