cloud-fan commented on code in PR #49961:
URL: https://github.com/apache/spark/pull/49961#discussion_r1984615352
##########
python/pyspark/errors/error-conditions.json:
##########
@@ -189,11 +189,21 @@
"Remote client cannot create a SparkContext. Create SparkSession
instead."
]
},
+ "DATA_SOURCE_EXTRANEOUS_FILTERS": {
+ "message": [
+ "<type>.pushFilters() returned <extraneous> that are not part of the
input <input>. Make sure that the returned filters are a subset of the input
filters."
Review Comment:
printing all the pushed filters might be too heavy for the error message.
Maybe just mention the extraneous filters?
--
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]