Github user sathiyapk commented on a diff in the pull request:
https://github.com/apache/spark/pull/19451#discussion_r146906157
--- 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 --
Yes, this function is not used anywhere.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]