bvaradar commented on a change in pull request #673: Hudi-96: Command line
options instead of positional arguments
URL: https://github.com/apache/incubator-hudi/pull/673#discussion_r291836975
##########
File path: hoodie-spark/src/test/java/HoodieJavaApp.java
##########
@@ -44,52 +44,53 @@
*/
public class HoodieJavaApp {
- @Parameter(names = {"--table-path", "-p"}, description = "path for Hoodie
sample table")
- private String tablePath = "file:///tmp/hoodie/sample-table";
+ public static class Config extends AbstractCommandConfig {
Review comment:
Lets also revert this change as AbstractCommandConfig will be in
hoodie-utilities
----------------------------------------------------------------
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