twalthr commented on code in PR #27294:
URL: https://github.com/apache/flink/pull/27294#discussion_r2581161470
##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/connector/ProviderContext.java:
##########
@@ -41,4 +41,26 @@ public interface ProviderContext {
* in batch mode, or UIDs cannot be guaranteed to be unique.
*/
Optional<String> generateUid(String name);
Review Comment:
Thanks for the feedback. I will reiterate on the docs to make them easier to
consume. In general, the terminology comes from the core's `Transformation`
interface. But I agree that name, uid, and description can be confusioning for
implementers.
--
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]