Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/19451#discussion_r146984254
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -1200,6 +1211,8 @@ class SQLConf extends Serializable with Logging {
def arrowMaxRecordsPerBatch: Int =
getConf(ARROW_EXECUTION_MAX_RECORDS_PER_BATCH)
+ def replaceExceptWithFilter: Boolean =
getConf(REPLACE_EXCEPT_WITH_FILTER)
--- End diff --
You need to address
https://github.com/apache/spark/pull/19451/files#r146315930
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]