You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2021/03/29 20:55:33 UTC

[iceberg] branch master updated (7a0954f -> e698400)

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

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


    from 7a0954f  Core: Support rewriting delete files. (#2294)
     add e698400  Spark: Add REPLACE PARTITION FIELD command to DDL extensions (#2365)

No new revisions were added by this update.

Summary of changes:
 .../IcebergSqlExtensions.g4                        |  3 +
 .../IcebergSparkSqlExtensionsParser.scala          |  1 +
 .../IcebergSqlExtensionsAstBuilder.scala           | 13 +++
 ...tionField.scala => ReplacePartitionField.scala} |  9 +-
 .../v2/ExtendedDataSourceV2Strategy.scala          |  4 +
 ...dExec.scala => ReplacePartitionFieldExec.scala} | 17 ++--
 .../extensions/TestAlterTablePartitionFields.java  | 96 ++++++++++++++++++++++
 7 files changed, 135 insertions(+), 8 deletions(-)
 copy spark3-extensions/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/{AddPartitionField.scala => ReplacePartitionField.scala} (78%)
 copy spark3-extensions/src/main/scala/org/apache/spark/sql/execution/datasources/v2/{DropPartitionFieldExec.scala => ReplacePartitionFieldExec.scala} (76%)