Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
I just stumbled across these classes recently and was looking for sample uses.
No examples and other tests in the code base seem to use RequiredParameters and OptionType. They also seem quite redundant with how ParameterTool itself works (tool.getRequired()). Should we drop them, in an attempt to reduce unnecessary code and confusion for users (multiple ways to do the same thing)? There are also many better command line parsing libraries out there, this seems like something we don't need to solve in Flink. Best, Stephan |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
+1 on removing it. On Tue, Dec 3, 2019 at 12:31 PM Stephan Ewen <[hidden email]> wrote:
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
+1 to remove them. It seems that we should also drop the class Option as it's currently only used in RequiredParameters.
... [show rest of quote] |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
+1, One concern: these two classes are marked with `@publicEvolving` annotation. Shall we mark them with `@Deprecated` annotation firstly? Best, Vino Dian Fu <[hidden email]> 于2019年12月3日周二 下午8:56写道:
... [show rest of quote] |
Free forum by Nabble | Edit this page |