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 2021/03/23 20:41:25 UTC

[iceberg] branch master updated (f0a6b71 -> 7cafcdb)

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 f0a6b71  Spark: Implement add_files procedure (#2210)
     add 7cafcdb  Core: Add a way to set sort order in writer classes (#2214)

No new revisions were added by this update.

Summary of changes:
 core/src/main/java/org/apache/iceberg/avro/Avro.java           | 10 +++++++++-
 .../java/org/apache/iceberg/deletes/EqualityDeleteWriter.java  |  6 +++++-
 core/src/main/java/org/apache/iceberg/io/DataWriter.java       |  9 +++++++++
 parquet/src/main/java/org/apache/iceberg/parquet/Parquet.java  | 10 +++++++++-
 4 files changed, 32 insertions(+), 3 deletions(-)