1
0

[MINOR] Fix typo,'properites' corrected to 'properties' (#3738)

This commit is contained in:
董可伦
2021-10-07 08:37:01 +08:00
committed by GitHub
parent 2e152177fb
commit 10e3a9a3fb
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ public abstract class AbstractSyncHoodieClient {
* @param inputFormatClass The input format class of this table.
* @param outputFormatClass The output format class of this table.
* @param serdeClass The serde class of this table.
* @param serdeProperties The serde properites of this table.
* @param serdeProperties The serde properties of this table.
* @param tableProperties The table properties for this table.
*/
public abstract void createTable(String tableName, MessageType storageSchema,