xushiyan commented on a change in pull request #1405: [HUDI-344] Add
partitioner param to Exporter
URL: https://github.com/apache/incubator-hudi/pull/1405#discussion_r392606703
##########
File path:
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieSnapshotExporter.java
##########
@@ -113,21 +126,7 @@ public int export(SparkSession spark, Config cfg) throws
IOException {
return -1;
}
if (!cfg.outputFormat.equalsIgnoreCase("hudi")) {
Review comment:
Sure. Will fix this once #1404 merged, with explicit format checking.
----------------------------------------------------------------
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]
With regards,
Apache Git Services