You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2022/10/05 12:32:43 UTC

[iceberg] branch master updated (3170e6ebc6 -> d5411d2c7f)

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

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


    from 3170e6ebc6 Spark 3.3: Fix nullability in merge-on-read projections (#5880)
     add d5411d2c7f Spark 3.2: Fix nullability in merge-on-read projections (#5917)

No new revisions were added by this update.

Summary of changes:
 .../catalyst/analysis/RewriteMergeIntoTable.scala  | 57 +++++++++++++++++++++-
 .../catalyst/analysis/RewriteRowLevelCommand.scala | 26 +++-------
 .../spark/extensions/TestCopyOnWriteMerge.java     | 35 -------------
 .../apache/iceberg/spark/extensions/TestMerge.java | 32 ++++++++++++
 4 files changed, 95 insertions(+), 55 deletions(-)