shardulm94 commented on issue #1257: URL: https://github.com/apache/iceberg/issues/1257#issuecomment-665907735
@RussellSpitzer I believe `TestIdentityPartitionData` is supposed to exercise it but what is probably happening here is that the identity partitioned data columns are read from the data file itself rather than the metadata. We may need to add a test where we intentionally modify the metadata so that identity values from metadata do not match the ones written in the data file so we know where the values are picked from. Maybe theres a less intrusive way to test this? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
