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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org