MaxGekk commented on code in PR #38583:
URL: https://github.com/apache/spark/pull/38583#discussion_r1018788345
##########
sql/core/src/test/resources/sql-tests/results/ansi/interval.sql.out:
##########
@@ -1500,17 +1500,12 @@ struct<>
-- !query output
org.apache.spark.sql.catalyst.parser.ParseException
{
- "errorClass" : "_LEGACY_ERROR_TEMP_0062",
+ "errorClass" : "PARSE_SYNTAX_ERROR",
+ "sqlState" : "42000",
"messageParameters" : {
- "msg" : "Error parsing ' 1 fake_unit' to interval, invalid unit
'fake_unit'"
- },
- "queryContext" : [ {
Review Comment:
It is not good that we lost the context here but this is another issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]