stefankandic commented on code in PR #45104:
URL: https://github.com/apache/spark/pull/45104#discussion_r1507789713
##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -5142,7 +5143,7 @@
},
"_LEGACY_ERROR_TEMP_1183" : {
"message" : [
- "Cannot use interval type in the table schema."
+ "Cannot use \"INTERVAL\" type in the table schema."
Review Comment:
it isn't, there is a test `SQLInsertTestSuite.scala` checking for both cases
where interval is used in a schema or in a partition column, so when I updated
the error class for partitioning to use sql type it broke the test for checking
for interval type in the schema
--
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]