Describe the bug
spark.comet.scan.icebergNative.enabled=true

spark.comet.scan.icebergNative.enabled=false
Steps to reproduce
SELECT COUNT(DISTINCT(col_string)) FROM $ICEBERG_TABLE WHERE ... (predicates)
Expected behavior
CometIcebergNativeScan should also report input size per executor.
Additional context
No response
Describe the bug
spark.comet.scan.icebergNative.enabled=truespark.comet.scan.icebergNative.enabled=falseSteps to reproduce
SELECT COUNT(DISTINCT(col_string)) FROM $ICEBERG_TABLE WHERE ... (predicates)Expected behavior
CometIcebergNativeScanshould also report input size per executor.Additional context
No response