1
0

[MINOR] Fix typos (#4567)

This commit is contained in:
董可伦
2022-01-12 15:17:10 +08:00
committed by GitHub
parent 4b0111974f
commit 017ddbbfac
8 changed files with 26 additions and 26 deletions

View File

@@ -22,7 +22,7 @@ import java.util.Collections;
import java.util.List;
/**
* Extractor for Hive Style Partitioned tables, when the parition folders are key value pairs.
* Extractor for Hive Style Partitioned tables, when the partition folders are key value pairs.
*
* <p>This implementation extracts the partition value of yyyy-mm-dd from the path of type datestr=yyyy-mm-dd.
*/