[HUDI-3344] Standard format for HoodieDataSourceExample.scala (#4717)
This commit is contained in:
@@ -82,7 +82,7 @@ object HoodieDataSourceExample {
|
|||||||
option(PARTITIONPATH_FIELD.key, "partitionpath").
|
option(PARTITIONPATH_FIELD.key, "partitionpath").
|
||||||
option(TBL_NAME.key, tableName).
|
option(TBL_NAME.key, tableName).
|
||||||
mode(Overwrite).
|
mode(Overwrite).
|
||||||
save(tablePath)
|
save(tablePath)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -127,7 +127,7 @@ object HoodieDataSourceExample {
|
|||||||
option(PARTITIONPATH_FIELD.key, "partitionpath").
|
option(PARTITIONPATH_FIELD.key, "partitionpath").
|
||||||
option(TBL_NAME.key, tableName).
|
option(TBL_NAME.key, tableName).
|
||||||
mode(Append).
|
mode(Append).
|
||||||
save(tablePath)
|
save(tablePath)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user