This is an automated email from the ASF dual-hosted git repository.
russellspitzer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git.
from c13d4e3 Doc: add documentation for JDBC and DynamoDB catalogs (#2831)
add 2a39712 Core: Adds SortRewriteStrategy (#2609)
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/iceberg/SortOrder.java | 2 +-
.../org/apache/iceberg/actions/SortStrategy.java | 124 ++++++++++++++++++
.../java/org/apache/iceberg/MockFileScanTask.java | 14 ++
.../apache/iceberg/actions/TestSortStrategy.java | 142 +++++++++++++++++++++
4 files changed, 281 insertions(+), 1 deletion(-)
create mode 100644
core/src/main/java/org/apache/iceberg/actions/SortStrategy.java
create mode 100644
core/src/test/java/org/apache/iceberg/actions/TestSortStrategy.java