JingsongLi commented on code in PR #8353:
URL: https://github.com/apache/paimon/pull/8353#discussion_r3472901213
##########
paimon-core/src/main/java/org/apache/paimon/table/format/FormatTableScan.java:
##########
@@ -174,6 +180,10 @@ public List<Split> splits() {
}
List<Pair<LinkedHashMap<String, String>, Path>> findPartitions() {
+ LOG.info(
Review Comment:
These logs run on every format-table partition discovery, including scans
that are re-planned after runtime filters arrive. At INFO level this can add a
lot of noise for normal queries and may also print very large predicates. Could
we either remove these messages or lower them to DEBUG?
--
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]