Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-48578][SQL][FOLLOWUP] Fix
dev/scalastyle
error for `Expressi…
…onImplUtilsSuite` ### What changes were proposed in this pull request? The pr is following up apache#46845, to fix ` dev/scalastyle` check error. ### Why are the changes needed? Make `sh dev/scalastyle` happy. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manually test ``` sh dev/scakastyle ``` Before: ``` (base) ➜ spark-community git:(master) ✗ sh dev/scalastyle -e Scalastyle checks failed at following occurrences: [error] /Users/panbingkun/Developer/spark/spark-community/sql/catalyst/src/test/java/org/apache/spark/sql/catalyst/expressions/ExpressionImplUtilsSuite.scala:394:28: nonascii.message [error] /Users/panbingkun/Developer/spark/spark-community/sql/catalyst/src/test/java/org/apache/spark/sql/catalyst/expressions/ExpressionImplUtilsSuite.scala:396:28: nonascii.message [error] Total time: 23 s, completed Jun 26, 2024, 9:49:06 AM ``` After: ``` (base) ➜ spark-community git:(fix_scalastyle) ✗ sh dev/scalastyle -e Scalastyle checks passed. ``` ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#47094 from panbingkun/fix_scalastyle. Authored-by: panbingkun <[email protected]> Signed-off-by: Wenchen Fan <[email protected]>
- Loading branch information