JingsongLi commented on code in PR #426:
URL: https://github.com/apache/flink-table-store/pull/426#discussion_r1045664269
##########
flink-table-store-core/src/main/java/org/apache/flink/table/store/table/source/Split.java:
##########
@@ -23,5 +23,5 @@
/** An input split for reading. */
public interface Split extends Serializable {
- long rowCount();
Review Comment:
Maybe current `rowCount` is OK for now?
`SplitStatistics` is too heavy (column stats are very heavy to compute), we
can introduce it in future.
WDYT?
--
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]