Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump iceberg.core.version from 1.4.1 to 1.4.3 #23

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 29, 2024

Bumps iceberg.core.version from 1.4.1 to 1.4.3.
Updates org.apache.iceberg:iceberg-core from 1.4.1 to 1.4.3

Release notes

Sourced from org.apache.iceberg:iceberg-core's releases.

Apache Iceberg 1.4.3

What's Changed

Full Changelog: apache/iceberg@apache-iceberg-1.4.2...apache-iceberg-1.4.3

Apache Iceberg 1.4.2

What's Changed

Full Changelog: apache/iceberg@apache-iceberg-1.4.1...apache-iceberg-1.4.2

Commits
  • 9a5d24f Core: Fix missing delete files from transaction (#9354) (#9356)
  • 63e0204 [1.4.x] Core: Expired Snapshot files in a transaction should be deleted (#9223)
  • 793f815 JDBC Catalog: Fix namespaceExists check with special characters (#8340) (#9291)
  • 5e84984 Core: Fix missing files from transaction retries with conflicting manifest me...
  • f6fcd45 Core: Scan only live entries in partitions table (#8969) (#9197)
  • f6bb917 Core: Ignore split offsets array when split offset is past file length (#8925...
  • See full diff in compare view

Updates org.apache.iceberg:iceberg-api from 1.4.1 to 1.4.3

Release notes

Sourced from org.apache.iceberg:iceberg-api's releases.

Apache Iceberg 1.4.3

What's Changed

Full Changelog: apache/iceberg@apache-iceberg-1.4.2...apache-iceberg-1.4.3

Apache Iceberg 1.4.2

What's Changed

Full Changelog: apache/iceberg@apache-iceberg-1.4.1...apache-iceberg-1.4.2

Commits
  • 9a5d24f Core: Fix missing delete files from transaction (#9354) (#9356)
  • 63e0204 [1.4.x] Core: Expired Snapshot files in a transaction should be deleted (#9223)
  • 793f815 JDBC Catalog: Fix namespaceExists check with special characters (#8340) (#9291)
  • 5e84984 Core: Fix missing files from transaction retries with conflicting manifest me...
  • f6fcd45 Core: Scan only live entries in partitions table (#8969) (#9197)
  • f6bb917 Core: Ignore split offsets array when split offset is past file length (#8925...
  • See full diff in compare view

Updates org.apache.iceberg:iceberg-hive-metastore from 1.4.1 to 1.4.3

Release notes

Sourced from org.apache.iceberg:iceberg-hive-metastore's releases.

Apache Iceberg 1.4.3

What's Changed

Full Changelog: apache/iceberg@apache-iceberg-1.4.2...apache-iceberg-1.4.3

Apache Iceberg 1.4.2

What's Changed

Full Changelog: apache/iceberg@apache-iceberg-1.4.1...apache-iceberg-1.4.2

Commits
  • 9a5d24f Core: Fix missing delete files from transaction (#9354) (#9356)
  • 63e0204 [1.4.x] Core: Expired Snapshot files in a transaction should be deleted (#9223)
  • 793f815 JDBC Catalog: Fix namespaceExists check with special characters (#8340) (#9291)
  • 5e84984 Core: Fix missing files from transaction retries with conflicting manifest me...
  • f6fcd45 Core: Scan only live entries in partitions table (#8969) (#9197)
  • f6bb917 Core: Ignore split offsets array when split offset is past file length (#8925...
  • See full diff in compare view

Updates org.apache.iceberg:iceberg-parquet from 1.4.1 to 1.4.3

Release notes

Sourced from org.apache.iceberg:iceberg-parquet's releases.

Apache Iceberg 1.4.3

What's Changed

Full Changelog: apache/iceberg@apache-iceberg-1.4.2...apache-iceberg-1.4.3

Apache Iceberg 1.4.2

What's Changed

Full Changelog: apache/iceberg@apache-iceberg-1.4.1...apache-iceberg-1.4.2

Commits
  • 9a5d24f Core: Fix missing delete files from transaction (#9354) (#9356)
  • 63e0204 [1.4.x] Core: Expired Snapshot files in a transaction should be deleted (#9223)
  • 793f815 JDBC Catalog: Fix namespaceExists check with special characters (#8340) (#9291)
  • 5e84984 Core: Fix missing files from transaction retries with conflicting manifest me...
  • f6fcd45 Core: Scan only live entries in partitions table (#8969) (#9197)
  • f6bb917 Core: Ignore split offsets array when split offset is past file length (#8925...
  • See full diff in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `iceberg.core.version` from 1.4.1 to 1.4.3.

Updates `org.apache.iceberg:iceberg-core` from 1.4.1 to 1.4.3
- [Release notes](https://github.com/apache/iceberg/releases)
- [Commits](apache/iceberg@apache-iceberg-1.4.1...apache-iceberg-1.4.3)

Updates `org.apache.iceberg:iceberg-api` from 1.4.1 to 1.4.3
- [Release notes](https://github.com/apache/iceberg/releases)
- [Commits](apache/iceberg@apache-iceberg-1.4.1...apache-iceberg-1.4.3)

Updates `org.apache.iceberg:iceberg-hive-metastore` from 1.4.1 to 1.4.3
- [Release notes](https://github.com/apache/iceberg/releases)
- [Commits](apache/iceberg@apache-iceberg-1.4.1...apache-iceberg-1.4.3)

Updates `org.apache.iceberg:iceberg-parquet` from 1.4.1 to 1.4.3
- [Release notes](https://github.com/apache/iceberg/releases)
- [Commits](apache/iceberg@apache-iceberg-1.4.1...apache-iceberg-1.4.3)

---
updated-dependencies:
- dependency-name: org.apache.iceberg:iceberg-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.iceberg:iceberg-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.iceberg:iceberg-hive-metastore
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.iceberg:iceberg-parquet
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 29, 2024
Copy link

github-actions bot commented Jun 8, 2024

This pull request has been marked as stale due to 60 days of inactivity.
It will be closed in 4 weeks if no further activity occurs. If you think
that's incorrect or this pull request should instead be reviewed, please simply
write any comment. Even if closed, you can still revive the PR at any time or
discuss it on the [email protected] list.
Thank you for your contributions.

@github-actions github-actions bot added the stale label Jun 8, 2024
Copy link

github-actions bot commented Jul 7, 2024

This pull request/issue has been closed due to lack of activity. If you think that
is incorrect, or the pull request requires review, you can revive the PR at any time.

@github-actions github-actions bot closed this Jul 7, 2024
Copy link
Author

dependabot bot commented on behalf of github Jul 7, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/iceberg.core.version-1.4.3 branch July 7, 2024 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area - Dependencies dependencies Pull requests that update a dependency file stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants