james5418 commented on code in PR #2190:
URL: https://github.com/apache/iceberg-python/pull/2190#discussion_r2217988988


##########
pyiceberg/io/pyarrow.py:
##########
@@ -2405,7 +2407,7 @@ def data_file_statistics_from_parquet_metadata(
 
                     if field_id not in col_aggs:
                         col_aggs[field_id] = StatsAggregator(
-                            stats_col.iceberg_type, statistics.physical_type, 
stats_col.mode.length
+                            stats_col.iceberg_type, statistics.physical_type, 
stats_col.mode.length, stats_col.column_name

Review Comment:
   Makes sense. I’ll update the PR to follow this approach. Thanks!



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to