zeroshade commented on code in PR #524: URL: https://github.com/apache/iceberg-go/pull/524#discussion_r2282902427
########## table/internal/utils.go: ########## @@ -212,8 +214,7 @@ func (d *DataFileStatistics) PartitionValue(field iceberg.PartitionField, sc *ic } if !field.Transform.PreservesOrder() { - panic(fmt.Errorf("cannot infer partition value from parquet metadata for a non-linear partition field: %s with transform %s", - field.Name, field.Transform)) + return nil Review Comment: Why remove this error? -- 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