gengliangwang commented on a change in pull request #24043: [SPARK-11412][SQL]
Support merge schema for ORC
URL: https://github.com/apache/spark/pull/24043#discussion_r292479871
##########
File path:
sql/hive/src/main/scala/org/apache/spark/sql/hive/orc/OrcFileOperator.scala
##########
@@ -101,6 +102,24 @@ private[hive] object OrcFileOperator extends Logging {
}
}
+ /**
+ * Reads ORC file schemas in multi-threaded manner, using Hive ORC library.
+ * This is visible for testing.
+ */
+ def readOrcSchemasInParallel(
+ partFiles: Seq[FileStatus], conf: Configuration, ignoreCorruptFiles:
Boolean)
Review comment:
Two more spaces indent
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]