MaxGekk commented on code in PR #43029:
URL: https://github.com/apache/spark/pull/43029#discussion_r1350302410
##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -921,6 +921,11 @@
}
}
},
+ "EXPRESSION_DECODING_FAILED" : {
+ "message" : [
+ "Error while decoding: <expressions>."
Review Comment:
Maybe more precise:
```suggestion
"Failed to decode a row to a value of the expressions: <expressions>."
```
--
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]