davidradl commented on code in PR #24835:
URL: https://github.com/apache/flink/pull/24835#discussion_r1675715727
##########
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/connectors/hive/FileSystemLookupFunction.java:
##########
@@ -88,6 +94,7 @@ public FileSystemLookupFunction(
}
this.reloadInterval = reloadInterval;
this.serializer = InternalSerializers.create(rowType);
+ this.lineageVertex = new
DefaultSourceLineageVertex(Boundedness.BOUNDED);
Review Comment:
I wonder if it would be better to wrap the Default lineage vertices with
Factories, so the caller is not hard coding a dependancy on the default but
deals with the interface.
--
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]