prashantwason commented on a change in pull request #1687:
URL: https://github.com/apache/hudi/pull/1687#discussion_r445765693



##########
File path: 
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamer.java
##########
@@ -177,6 +177,9 @@ public Operation convert(String value) throws 
ParameterException {
     @Parameter(names = {"--table-type"}, description = "Type of table. 
COPY_ON_WRITE (or) MERGE_ON_READ", required = true)
     public String tableType;
 
+    @Parameter(names = {"--base-file-format"}, description = "File format for 
the base files. PARQUET (or) HFILE", required = false)

Review comment:
       Done. The changes are in 
   hudi-spark/src/main/java/org/apache/hudi/DataSourceUtils.java
   hudi-spark/src/main/scala/org/apache/hudi/DataSourceOptions.scala
   hudi-spark/src/main/scala/org/apache/hudi/HoodieSparkSqlWriter.scala




----------------------------------------------------------------
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]


Reply via email to