wuchong commented on a change in pull request #11726: [FLINK-17128][table] Add
isBounded to TableSinkFactory#Context
URL: https://github.com/apache/flink/pull/11726#discussion_r409263876
##########
File path:
flink-table/flink-table-common/src/main/java/org/apache/flink/table/factories/TableSinkFactory.java
##########
@@ -98,6 +98,11 @@
* {@code TableEnvironment} session configurations.
*/
ReadableConfig getConfiguration();
+
+ /**
+ * @return true if input of the sink is bounded, otherwise it
is a unbounded input.
Review comment:
Could you take `Boundedness` as an example to improve the Javadoc a little?
It's still not very clear what is bounded means here, and streaming may also
produce bounded input.
----------------------------------------------------------------
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