You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ao...@apache.org on 2023/04/04 20:49:30 UTC

[iceberg] branch master updated (49e930877a -> d485cc83ec)

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

aokolnychyi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


    from 49e930877a AWS: abort S3 input stream on close if not EOS (#7262)
     add d485cc83ec Spark 3.2: Use ProcedureInput in AncestorsOfProcedure and AddFilesProcedure (#7260)

No new revisions were added by this update.

Summary of changes:
 .../spark/extensions/TestAncestorsOfProcedure.java |  2 +-
 .../spark/procedures/AddFilesProcedure.java        | 47 ++++++++------------
 .../spark/procedures/AncestorsOfProcedure.java     | 16 ++++---
 .../procedures/CreateChangelogViewProcedure.java   | 10 ++---
 .../iceberg/spark/procedures/ProcedureInput.java   | 51 +++++++++++++++-------
 5 files changed, 69 insertions(+), 57 deletions(-)