Skip to content

Commit

Permalink
fix maropu's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yangjie authored and yangjie committed Sep 3, 2020
1 parent cbb0fcd commit 85299b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class ExpressionsSchemaSuite extends QueryTest with SharedSparkSession {
"record in result file. Try regenerating the result files.")
assert(numberOfMissingExamples == missingExamples.size,
s"missing examples size: ${missingExamples.size} not same as " +
s"numberOfMissingExample: $numberOfMissingExamples " +
s"numberOfMissingExamples: $numberOfMissingExamples " +
"record in result file. Try regenerating the result files.")

(missingExamples, expectedOutputs)
Expand Down

0 comments on commit 85299b1

Please sign in to comment.