Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove private[sql].
  • Loading branch information
dongjoon-hyun committed Nov 2, 2017
commit f157cfd79c655723c7da233d20c167c849c75080
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import org.apache.spark.sql.internal.SQLConf
/**
* Options for the ORC data source.
*/
private[sql] class OrcOptions(
class OrcOptions(
@transient private val parameters: CaseInsensitiveMap[String],
@transient private val sqlConf: SQLConf)
extends Serializable {
Expand Down Expand Up @@ -59,7 +59,7 @@ private[sql] class OrcOptions(
}
}

private[sql] object OrcOptions {
object OrcOptions {
// The ORC compression short names
private val shortOrcCompressionCodecNames = Map(
"none" -> "NONE",
Expand Down