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 18, 2023
1 parent 4d1f335 commit 31aa990
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 31aa990

Please sign in to comment.