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/19 22:04:10 UTC

[iceberg] branch master updated (a88079466b -> 6504fd8091)

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 a88079466b Spark 3.4: Initial support
     add 6504fd8091 Spark 3.3: Honor Spark case sensitivity in ALTER TABLE ... WRITE ORDERED (#7324)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iceberg/SortOrder.java    |  1 +
 .../java/org/apache/iceberg/SortOrderBuilder.java  | 11 +++++++++
 .../org/apache/iceberg/BaseReplaceSortOrder.java   |  6 +++++
 .../java/org/apache/iceberg/TestSortOrder.java     | 27 +++++++++++++++++++---
 .../v2/SetWriteDistributionAndOrderingExec.scala   |  3 ++-
 .../TestSetWriteDistributionAndOrdering.java       | 25 ++++++++++++++++++++
 6 files changed, 69 insertions(+), 4 deletions(-)