Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/21414#discussion_r190354077
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/csv/CSVOptions.scala
---
@@ -25,7 +25,6 @@ import org.apache.commons.lang3.time.FastDateFormat
import org.apache.spark.internal.Logging
import org.apache.spark.sql.catalyst.util._
-import org.apache.spark.sql.internal.SQLConf
class CSVOptions(
@transient val parameters: CaseInsensitiveMap[String],
--- End diff --
We can add the columnPruning conf here, like what we are doing for
`sparkSession.sessionState.conf.sessionLocalTimeZone`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]