You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-41979][SQL] Add missing dots for error messages in error classes
### What changes were proposed in this pull request?
This PR proposes to add missing dots for error messages in error classes.
This PR also fixes related tests, and includes a minor error message fix.
### Why are the changes needed?
To keep consistency across all error messages. Error messages should end with a dot.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
`./build/sbt "sql/testOnly org.apache.spark.sql.SQLQueryTestSuite*`
Closesapache#39505 from itholic/missing_dots.
Authored-by: itholic <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
0 commit comments