JavaLeb commented on PR #27436:
URL: https://github.com/apache/flink/pull/27436#issuecomment-3766221870
This is defined in class DataGenConnectorOptions.
public static final ConfigOption FIELD_NULL_RATE =
ConfigOptions.key(String.format("%s.#.%s", FIELDS, NULL_RATE))
.floatType()
.defaultValue(0f)
.withDescription("The proportion of null values.");
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]