MaxGekk commented on code in PR #47506:
URL: https://github.com/apache/spark/pull/47506#discussion_r1720826306
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -4795,6 +4795,18 @@
"Python UDF in the ON clause of a <joinType> JOIN. In case of an
INNER JOIN consider rewriting to a CROSS JOIN with a WHERE clause."
]
},
+ "QUERY_ONLY_CORRUPT_RECORD_COLUMN" : {
+ "message" : [
+ "Queries from raw JSON/CSV/XML files are disallowed when the",
+ "referenced columns only inclupade the internal corrupt record
column",
Review Comment:
```suggestion
"referenced columns only include the internal corrupt record
column",
```
--
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]