This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/github.com/aws/aws-sdk-go-v2-1.30.4
in repository https://gitbox.apache.org/repos/asf/iceberg-go.git


 discard 4abcfbe  build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.27.0 to 
1.30.4
     add 607a2fd  refactor(evaluators): shift evaluator code into the table 
package for future development (#123)
     add a11721c  chore(s3): update to remove deprecated s3 sdk (#122)
     add ea71202  feat(manifest): fix partition data map (#124)
     add 67b192c  build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.27.0 to 
1.30.4

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4abcfbe)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/github.com/aws/aws-sdk-go-v2-1.30.4 (67b192c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 io/local.go              |   7 +-
 io/s3.go                 |  46 ++---
 manifest.go              | 103 +++++++++-
 table/evaluators.go      | 490 +++++++++++++++++++++++++++++++++++++++++++++
 table/evaluators_test.go | 505 +++++++++++++++++++++++++++++++++++++++++++++++
 visitors.go              | 469 +------------------------------------------
 visitors_test.go         | 478 --------------------------------------------
 7 files changed, 1119 insertions(+), 979 deletions(-)
 create mode 100644 table/evaluators.go
 create mode 100644 table/evaluators_test.go

Reply via email to