Alibaba-HZY commented on code in PR #771: URL: https://github.com/apache/incubator-paimon/pull/771#discussion_r1153382991
########## paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/log/LogStoreTableFactory.java: ########## @@ -50,7 +52,7 @@ * <p>Log tables are for processing only unbounded data. Support streaming reading and streaming * writing. */ -public interface LogStoreTableFactory extends DynamicTableFactory { +public interface LogStoreTableFactory extends DynamicTablePaimonFactory { Review Comment: yes we only need String factoryIdentifier() ; -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org