1
0

[MINOR] Fix typo."funcitons" corrected to "functions" (#3681)

This commit is contained in:
Jimmy.Zhou
2021-09-22 08:30:13 +08:00
committed by GitHub
parent 5a94043f38
commit 55df8f61e1

View File

@@ -39,7 +39,7 @@ import java.util.stream.Collectors;
import java.util.stream.IntStream;
/**
* Utility funcitons copied from Hive ColumnProjectionUtils.java.
* Utility functions copied from Hive ColumnProjectionUtils.java.
* Needed to copy as we see NoSuchMethod errors when directly using these APIs with/without Spark.
* Some of these methods are not available across hive versions.
*/