This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-go.git
from 64f20c62 fix(schema): Fix HighestFieldID to include ListType ElementID
(#609)
add 2d36cfcb feat(types) add support for TimestampNano(Tz) (#594)
No new revisions were added by this update.
Summary of changes:
literals.go | 72 +++++++++++++++++-
literals_test.go | 113 ++++++++++++++++++++++++++++
schema.go | 18 +++++
table/arrow_utils.go | 8 ++
table/metadata.go | 5 +-
table/metadata_builder_internal_test.go | 109 +++++++++++++++++++++++++++
table/metadata_schema_comptability.go | 126 ++++++++++++++++++++++++++++++++
table/substrait/substrait.go | 30 +++++---
transforms.go | 6 +-
transforms_test.go | 7 ++
types.go | 104 ++++++++++++++++++++------
types_test.go | 6 ++
12 files changed, 565 insertions(+), 39 deletions(-)
create mode 100644 table/metadata_schema_comptability.go