This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a change to branch specPartitionIdentity
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
was 836bf8ab try/catch partition record access
This change permanently discards the following revisions:
discard 836bf8ab try/catch partition record access
discard 60d58b88 make lint
discard f756bb50 Check for name before injecting, fix lint issues
discard 7ef8e9e6 Add should_project check, add lookup by accessor,
multiple-partition test
discard 2bf1ecfc Removed file_schema check and initial-default logic,
separated projection logic to helper method, changed test to use high-level
table scan
discard d57af796 Fix lint issues, reorder partition spec to be of higher
importance than initial-default
discard 0a39eee3 Add continue, check file_schema before using it, group steps
of projection together
discard e2f42ef4 default-value bug fixes and adding more tests
discard ba87bbfb Add test and commit lint changes
discard 9640fa38 Initial commit for fix