You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by gi...@apache.org on 2023/05/22 18:49:44 UTC

[iceberg] branch dependabot/gradle/com.palantir.baseline-gradle-baseline-java-5.10.0 updated (6797151b7d -> 7860dc0a7e)

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

github-bot pushed a change to branch dependabot/gradle/com.palantir.baseline-gradle-baseline-java-5.10.0
in repository https://gitbox.apache.org/repos/asf/iceberg.git


 discard 6797151b7d Build: Bump com.palantir.baseline:gradle-baseline-java
     add b5e2f3608e Core: Compacted position delete files should use the max data sequence number of source files (#7651)
     add 8c2a924a8d Docs: RewritePositionDeleteFiles procedure (#7589)
     add f5f2bb3b9b Build: Bump mkdocs-material from 9.1.12 to 9.1.14 in /python (#7670)
     add c03f1268cb Build: Bump fastavro from 1.7.3 to 1.7.4 in /python (#7671)
     add 98b92a4e6a Build: Bump duckdb from 0.7.1 to 0.8.0 in /python (#7673)
     add 41c510fdb1 Build: Bump griffe from 0.27.5 to 0.28.0 in /python (#7674)
     add 17cf01581c Spec: OpenAPI responses should reference schemas (#6699)
     add fa9d0dad7d Core, Parquet: Remove Parquet dictionary encoding table property (#7665)
     add 81a9f6a5f7 Build: Bump pre-commit from 3.3.1 to 3.3.2 in /python (#7672)
     add be6235cf75 Build: Bump com.esotericsoftware:kryo-shaded from 4.0.2 to 4.0.3 (#7669)
     add 65004c15f0 Infra: Use the standard shadow plugin (#7681)
     add 7860dc0a7e Build: Bump com.palantir.baseline:gradle-baseline-java

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6797151b7d)
            \
             N -- N -- N   refs/heads/dependabot/gradle/com.palantir.baseline-gradle-baseline-java-5.10.0 (7860dc0a7e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iceberg/RewriteFiles.java |  20 ++
 build.gradle                                       |   2 +-
 .../java/org/apache/iceberg/BaseRewriteFiles.java  |   6 +
 .../apache/iceberg/MergingSnapshotProducer.java    |  66 ++++-
 .../java/org/apache/iceberg/TableProperties.java   |   3 -
 .../RewritePositionDeletesCommitManager.java       |   2 +-
 .../actions/RewritePositionDeletesGroup.java       |   8 +
 docs/configuration.md                              |   3 +-
 docs/spark-procedures.md                           |  45 ++++
 hive3/build.gradle                                 |   2 +-
 mr/build.gradle                                    |   2 +-
 open-api/rest-catalog-open-api.yaml                | 291 +++++++++++----------
 .../java/org/apache/iceberg/parquet/Parquet.java   |  39 +--
 .../iceberg/parquet/TestBloomRowGroupFilter.java   |   4 +-
 python/mkdocs/requirements.txt                     |   4 +-
 python/poetry.lock                                 | 168 ++++++------
 python/pyproject.toml                              |   4 +-
 .../TestRewritePositionDeleteFilesAction.java      | 145 ++++++++--
 18 files changed, 530 insertions(+), 284 deletions(-)