Skip to content

Commit 55df8f6

Browse files
authored
[MINOR] Fix typo."funcitons" corrected to "functions" (apache#3681)
1 parent 5a94043 commit 55df8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/HoodieColumnProjectionUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
import java.util.stream.IntStream;
4040

4141
/**
42-
* Utility funcitons copied from Hive ColumnProjectionUtils.java.
42+
* Utility functions copied from Hive ColumnProjectionUtils.java.
4343
* Needed to copy as we see NoSuchMethod errors when directly using these APIs with/without Spark.
4444
* Some of these methods are not available across hive versions.
4545
*/

0 commit comments

Comments
 (0)