wengh commented on code in PR #49961: URL: https://github.com/apache/spark/pull/49961#discussion_r1984638659
########## 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: do the error parameters still show as part of the error even if the message format string doesn't use it? if so then we don't need to include it here yeah. -- 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