Kaixuan-Duan commented on PR #3227:
URL: https://github.com/apache/fluss/pull/3227#issuecomment-4412818377

   @beryllw Thanks for the suggestion! Done. The Spark connector now implements 
`SupportsPushDownAggregates` and answers `COUNT(*)` / `COUNT(1)` / 
`COUNT(non-null col)` (no GROUP BY, no DISTINCT) on PK non-lake tables directly 
via `Admin.getTableStats().getRowCount()` — no data scan. Falls back gracefully 
on `UnsupportedVersionException` for older clusters. PTAL.


-- 
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]

Reply via email to