Skip to content

Commit

Permalink
We don't need the toArray and with that it compiles for 3.4 and 3.5 w…
Browse files Browse the repository at this point in the history
…/Scala 2.13
  • Loading branch information
holdenk committed Nov 21, 2023
1 parent 9d9fbd2 commit 7e1916c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class HivePartitionConverter(hadoopConf: Configuration, session: SparkSession)
}
})
.filter(isNonEmptyDataFile)
PartitionDirectory(partValues, dirContents.toArray)
PartitionDirectory(partValues, dirContents)
}
}

Expand Down

0 comments on commit 7e1916c

Please sign in to comment.