vinothchandar commented on a change in pull request #1512:
URL: https://github.com/apache/incubator-hudi/pull/1512#discussion_r416109136
##########
File path: hudi-spark/src/main/scala/org/apache/hudi/DataSourceOptions.scala
##########
@@ -142,6 +143,16 @@ object DataSourceWriteOptions {
val MOR_TABLE_TYPE_OPT_VAL = HoodieTableType.MERGE_ON_READ.name
val DEFAULT_TABLE_TYPE_OPT_VAL = COW_TABLE_TYPE_OPT_VAL
+ /**
+ * The table base file format for the underlying data, for this write.
+ * Note that this can't change across writes.
+ *
+ * Default: PARQUET
+ */
+ val TABLE_FILE_FORMAT_OPT_KEY = "hoodie.table.base.file.format"
Review comment:
sorry did not catch this before.. so can we introduce this at the
`WriteConfig` level, that way it's common for both datasource and
deltastreamer..
Any write config can be passed through the datasource anyway
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]