Github user NicoK commented on a diff in the pull request:
https://github.com/apache/flink/pull/4346#discussion_r129230954
--- Diff:
flink-libraries/flink-gelly-examples/src/main/java/org/apache/flink/graph/drivers/input/InputBase.java
---
@@ -32,6 +35,9 @@
extends ParameterizedBase
implements Input<K, VV, EV> {
+ protected LongParameter parallelism = new LongParameter(this,
"__parallelism")
+ .setDefaultValue(PARALLELISM_DEFAULT);
--- End diff --
I know, it's been that way before, but what a `LongParameter` although only
the `intValue()` of it is actually used?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---