Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/19982#discussion_r157045722
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/text/TextFileFormat.scala
---
@@ -116,9 +116,10 @@ class TextFileFormat extends TextBasedFileFormat with
DataSourceRegister {
readToUnsafeMem(broadcastedHadoopConf, requiredSchema,
textOptions.wholeText)
}
- private def readToUnsafeMem(conf: Broadcast[SerializableConfiguration],
- requiredSchema: StructType, wholeTextMode: Boolean):
- (PartitionedFile) => Iterator[UnsafeRow] = {
+ private def readToUnsafeMem(
+ conf: Broadcast[SerializableConfiguration],
+ requiredSchema: StructType,
+ wholeTextMode: Boolean): (PartitionedFile) => Iterator[UnsafeRow] = {
--- End diff --
This is just a style fix of a PR I merged today.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]