1
0

[MINOR] Fix typo,'multipe' corrected to 'multiple' (#4068)

This commit is contained in:
Jimmy.Zhou
2021-11-23 09:20:23 +08:00
committed by GitHub
parent 772af935d5
commit 0d1e7ecdab

View File

@@ -59,7 +59,7 @@ import java.util.stream.IntStream;
/** /**
* HoodieInputFormat which understands the Hoodie File Structure and filters files based on the Hoodie Mode. If paths * HoodieInputFormat which understands the Hoodie File Structure and filters files based on the Hoodie Mode. If paths
* that does not correspond to a hoodie table then they are passed in as is (as what FileInputFormat.listStatus() * that does not correspond to a hoodie table then they are passed in as is (as what FileInputFormat.listStatus()
* would do). The JobConf could have paths from multipe Hoodie/Non-Hoodie tables * would do). The JobConf could have paths from multiple Hoodie/Non-Hoodie tables
*/ */
@UseRecordReaderFromInputFormat @UseRecordReaderFromInputFormat
@UseFileSplitsFromInputFormat @UseFileSplitsFromInputFormat