feniljain commented on code in PR #19561:
URL: https://github.com/apache/datafusion/pull/19561#discussion_r2687064800
##########
datafusion/datasource-parquet/src/metrics.rs:
##########
@@ -77,11 +77,11 @@ pub struct ParquetFileMetrics {
/// Parquet.
///
/// This is the expensive path (IO + Decompression + Decoding).
- pub predicate_cache_inner_records: Count,
+ pub predicate_cache_inner_records: Gauge,
Review Comment:
That's a good catch, should have thought about that 🙈
I have tried to add a slightly more detailed comment, lemme know if that
does not work 😅
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]