File tree Expand file tree Collapse file tree
sql/hive/src/main/scala/org/apache/spark/sql/hive/orc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ import org.apache.spark.sql.SparkSession
3838import org .apache .spark .sql .catalyst .InternalRow
3939import org .apache .spark .sql .catalyst .expressions ._
4040import org .apache .spark .sql .execution .datasources ._
41- import org .apache .spark .sql .execution .datasources .orc .OrcFileFormat
4241import org .apache .spark .sql .hive .{HiveInspectors , HiveShim }
4342import org .apache .spark .sql .sources ._
4443import org .apache .spark .sql .types .StructType
@@ -84,7 +83,8 @@ class OrcFileFormat extends FileFormat with DataSourceRegister with Serializable
8483 classOf [MapRedOutputFormat [_, _]])
8584 }
8685
87- dataSchema.map(_.name).foreach(OrcFileFormat .checkFieldName)
86+ dataSchema.map(_.name).foreach(
87+ org.apache.spark.sql.execution.datasources.orc.OrcFileFormat .checkFieldName)
8888
8989 new OutputWriterFactory {
9090 override def newInstance (
You can’t perform that action at this time.
0 commit comments