Skip to content
Closed
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ class OrcFileFormat extends FileFormat with DataSourceRegister with Serializable

override def toString: String = "ORC"

override def hashCode(): Int = getClass.hashCode()

override def equals(other: Any): Boolean = other.isInstanceOf[OrcFileFormat]

override def inferSchema(
sparkSession: SparkSession,
options: Map[String, String],
Expand Down