Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
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
Next Next commit
remove outdate comment.
  • Loading branch information
dongjoon-hyun committed Nov 29, 2017
commit fdab6a7eb3acc63f78889fd31f8f078fca66aa0f
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ class OrcFileFormat
val conf = broadcastedConf.value.value

// SPARK-8501: Some old empty ORC files always have an empty schema stored in their footer.
// In this case, `getMissingColumnNames` returns `None` and we return an empty iterator.
val (isEmptyFile, missingColumnNames) = OrcUtils.getMissingColumnNames(
isCaseSensitive, dataSchema, partitionSchema, new Path(new URI(file.filePath)), conf)
if (isEmptyFile) {
Expand Down