Skip to content

Commit e9e92a3

Browse files
committed
Fixing broken integration tests due to boolean cast fix.
1 parent e2cebc6 commit e9e92a3

File tree

2 files changed

+118
-118
lines changed

2 files changed

+118
-118
lines changed

src/it/scala/io/github/spark_redshift_community/spark/redshift/pushdown/IntegrationPushdownSuiteBase.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class IntegrationPushdownSuiteBase extends IntegrationSuiteBase {
9898
val threadName = Thread.currentThread.getName
9999
val lastBuildStmt = Utils.lastBuildStmt(threadName).replaceAll("\\s", "")
100100
assert(expectedAnswers.exists(_.replaceAll("\\s", "") == lastBuildStmt),
101-
s"Actual sql: ${Utils.lastBuildStmt}")
101+
s"\n\nActual sql: ${Utils.lastBuildStmt}")
102102
}
103103
}
104104

0 commit comments

Comments
 (0)