Update dependency pyiceberg to v0.10.0#2549
Merged
MonkeyCanCode merged 2 commits intoapache:mainfrom Sep 13, 2025
Merged
Conversation
MonkeyCanCode
previously approved these changes
Sep 13, 2025
MonkeyCanCode
approved these changes
Sep 13, 2025
snazy
added a commit
to snazy/polaris
that referenced
this pull request
Nov 20, 2025
* Fix deprecation warnings in GcpCredentialsStorageIntegrationTest (apache#2544) * Fix deprecation warnings in GcpCredentialsStorageIntegrationTest Refactor the code to use an explicit InputStream Cf. FasterXML/jackson-core#803 * Add subtype-check to PolarisEntity subclass ctors (apache#2492) this is a follow-up to ac31963 * Inject PolarisAdminService into PolarisServiceImpl (apache#2533) `PolarisServiceImpl` already is a request-scoped bean. if we apply the same to `PolarisAdminService` we can simply inject it into `PolarisServiceImpl`. * Reduce getOrCreateMetaStoreManager callers (apache#2532) we can inject `PolarisMetaStoreManager` directly into request-scoped beans or build it only once in tests that operate in a single realm. * Update dependency mypy to >=1.18, <=1.18.1 (apache#2547) * Update dependency pyiceberg to v0.10.0 (apache#2549) Co-authored-by: Yong Zheng <[email protected]> * Minor fix for README.md (apache#2558) * Testing: Let runtime-service tests use Quarkus via `enforcedPlatform()` (apache#2545) This change ensures that the tests in runtime-service use the same Quarkus platform dependency versions as Polaris server does. * Update quay.io/keycloak/keycloak Docker tag to v26.3.4 (apache#2553) * Update dependency software.amazon.awssdk:bom to v2.33.9 (apache#2561) * NoSQL: remove unused type * Last merged commit a2f29cb * disable flaky test apache#2563 --------- Co-authored-by: Dmitri Bourlatchkov <[email protected]> Co-authored-by: Christopher Lambert <[email protected]> Co-authored-by: Mend Renovate <[email protected]> Co-authored-by: Yong Zheng <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.9.1->==0.10.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
apache/iceberg-python (pyiceberg)
v0.10.0: PyIceberg 0.10.0Compare Source
What's Changed
add_filesby @vtk9 in #1717string_viewandbinary_viewby @Fokko in #1748SqlCataloglist_namespaces() should return only sub-namespaces by @alessandro-nori in #1629stringandbinaryby @Fokko in #1774timestamp_nsandtimestamptz_nsby @sungwy in #1632S3_SIGNERconstant property by @smaheshwar-pltr in #1837conftest.pyby @Fokko in #1848NestedFieldby @sunxiaojian in #1860upsertwith null values by @kevinjqliu in #1861Transaction.update_statistics()by @srilman in #1831row_filterstring argument by @norton120 in #1863add_fileswith non-identity transforms by @Fokko in #1925MetadatainTransactionby @Fokko in #1903Recordpurely position based by @Fokko in #1768initial-defaultby @Fokko in #1770validation_historyandancestors_betweenby @jayceslesar in #1935validation_historyparameters to be more idiomatic by @sungwy in #1959row-lineagefield in V3 metadata by @smaheshwar-pltr in #1975snapshot-loading-modeoption to RESTCatalog by @Fokko in #1998LegacyOAuth2AuthManagerby @sungwy in #1981validate_deleted_data_filesby @jayceslesar in #1938validation_historyprivate before release by @sungwy in #2054URIconstant instead of 'uri' strings by @jayceslesar in #2094FileIOover the PyArrowFileSystemby @Fokko in #2115Makefileand run s3/adls/gcs integration tests in CI by @kevinjqliu in #2125table.add_filesandinspect.filesby @jayceslesar in #2133test_create_table_transactionfor Rest V1 tables by @Fokko in #2137create or replaceby @kevinjqliu in #2140hive.kerberos-service-nameconfiguration option (#2032) by @gardenia in #2141/v1/configresponse constraints by @ccancellieri in #2148multidict, previous version yanked by @kevinjqliu in #2157row_filterexpressions by @norton120 in #1862expression-dsl.mdby @Fokko in #2168initial-defaultsby @Fokko in #1644DataScan::_check_sequence_numberstatic by @smaheshwar-pltr in #2196DataScan::_build_residual_evaluatorby @smaheshwar-pltr in #2197timestamp-millisanduuidby @matthias-Q in #2173TableScan.updateto exclude cached properties by @smaheshwar-pltr in #2178Makefiletovendor/by @kevinjqliu in #2218contentheader by @Fokko in #2265Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.