Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/19636#discussion_r148420534
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/orc/OrcOptions.scala
---
@@ -27,7 +27,7 @@ import org.apache.spark.sql.internal.SQLConf
/**
* Options for the ORC data source.
*/
-private[orc] class OrcOptions(
+private[sql] class OrcOptions(
--- End diff --
I believe `private[sql]` can be removed per
[SPARK-16964](https://issues.apache.org/jira/browse/SPARK-16964).
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]