Commit 4741fc6
Dremio merge 2025 08 05 16 04 (apache#100)
* feat: Add `endpointInternal` to `AwsStorageConfigInfo` (apache#2213)
* feat: Add `endpointInternal` to `AwsStorageConfigInfo`
This API change is backward compatible with older clients
and server using old storage configuration.
* The `endpointInternal` allows Polaris Servers to use a different
host name (or IP address) for accessing S3 storage than clients.
This is not a common use case, but may be relevant is more complex
environments.
* If not set `endpointInternal` defaults to `endpoint`.
* The STS endpoint default changes to `endpointInternal`.
Contributes to apache#1530
* Fix deprecated Quarkus log properties (apache#2216)
see https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.19#other-changes-gear-white_check_mark
CI Quarkus tests were logging this repeatedly:
```
The "quarkus.log.file.json" config property is deprecated and should not be used anymore.
The "quarkus.log.console.json" config property is deprecated and should not be used anymore.
The "quarkus.log.file.json" config property is deprecated and should not be used anymore.
The "quarkus.log.console.json" config property is deprecated and should not be used anymore.
```
* chore(deps): update dependency mypy to >=1.17, <=1.17.1 (apache#2218)
* fix(deps): update dependency boto3 to v1.40.1 (apache#2240)
* fix(deps): update dependency com.azure:azure-sdk-bom to v1.2.37 (apache#2242)
* JDBC: Log SQL statements at debug level (apache#2221)
* Add ResolutionManifestFactory (apache#2210)
after 95358a9 very little functionality
was left in `PolarisEntityManager`.
by splitting out the more dedicated `ResolutionManifestFactory` we can remove
`PolarisEntityManager` and `RealmEntityManagerFactory` completely it seems.
* Prepare upgrade to Gradle 9 (apache#2237)
* `shadowPub.kt` the change removes a special case that doesn't apply to Polaris
* `api/...` build scripts - changes due to nullable type handling (`Property<String>` vs `Property<String?>` - latter is ... weird)
* fix(deps): update dependency software.amazon.awssdk:bom to v2.32.14 (apache#2246)
* Replace TestPolarisMetaStoreManager with Mockito.spy (apache#2230)
this takes less code and is more flexible in the future
* Remove obsolete information from README-quarkus.md (apache#2252)
* fix(deps): update dependency boto3 to v1.40.2 (apache#2256)
* fix(deps): update dependency com.gradleup.shadow:shadow-gradle-plugin to v8.3.9 (apache#2260)
* fix(deps): update immutables to v2.11.2 (apache#2257)
* Only pass `RealmConfig` to `PolarisStorageIntegration` (apache#2234)
All `PolarisStorageIntegration` requite only the `RealmConfig`, not the whole `CallContext`. This makes it easier for the new tasks impleemntations (both proposals).
* QuarkusProducers: remove unneeded `BasePersistence` producer (apache#2255)
* Use application-scope clock when generating GCP credentials (apache#2241)
This change also fixes a flaky test: `StorageConfigurationTest.testCreateGcpCredentialsFromStaticToken`
* chore(deps): update plugin jetbrains-changelog to v2.4.0 (apache#2264)
* chore(deps): update gradle/actions digest to 017a9ef (apache#2265)
* Remove config parameter from `PolarisStorageIntegration#getSubscopedCreds` (apache#2235)
Instances of `PolarisStorageIntegration` are created for a particular `PolarisStorageConfigurationInfo`, the same value is then passed into `PSI.getSubscopedCreds()`.
This change removes the config parameter, as it's already known when `PolarisStorageIntegration` instances are created.
* chore(deps): update registry.access.redhat.com/ubi9/openjdk-21-runtime docker tag to v1.22-1.1753981256 (apache#2266)
* Make `*StorageConfigurationInfo` types immutable (apache#2236)
This change eventually enables usage of the `*StorageConfigurationInfo` in the `StorageCredentialCacheKey` due to the then memoized hash-code values, to eliminate a couple of JSON re-serializations.
* JDBC: SERIALIZABLE/EntityNotFoundException (apache#2219)
With serializable isolation level, if either the primary-key or the check-constraint are violated, the lookup of the conflicting entity is not guaranteed to yield a non-null result (transaction start matters). This changes works around this situation w/ serializable isolation.
* Merge polaris-service-common into polaris-runtime-service (apache#2233)
* JdbcMetaStoreManagerFactory determines schemaVersion once per realm (apache#2217)
otherwise every call to `MetaStoreManagerFactory.getOrCreateSession` was
running the query.
* Last merged commit af69d9f
---------
Co-authored-by: Dmitri Bourlatchkov <dmitri.bourlatchkov@gmail.com>
Co-authored-by: Christopher Lambert <xn137@gmx.de>
Co-authored-by: Mend Renovate <bot@renovateapp.com>
Co-authored-by: Alexandre Dutra <adutra@apache.org>1 parent af69dfb commit 4741fc6
File tree
353 files changed
+1790
-2319
lines changed- .github
- actions/ci-incr-build-cache-prepare
- workflows
- api
- iceberg-service
- management-model
- management-service
- polaris-catalog-service
- bom
- build-logic/src/main/kotlin/publishing
- client/python
- gradle
- helm/polaris
- templates
- tests
- persistence
- nosql/persistence/metastore
- src
- main/java/org/apache/polaris/persistence/nosql/metastore
- test/java/org/apache/polaris/persistence/nosql/metastore
- relational-jdbc/src
- main/java/org/apache/polaris/persistence/relational/jdbc
- test/java/org/apache/polaris/persistence/relational/jdbc
- plugins/spark/v3.5/integration
- src/intTest/resources/META-INF/services
- polaris-core/src
- main/java/org/apache/polaris/core
- entity
- persistence
- resolver
- transactional
- storage
- aws
- azure
- gcp
- test/java/org/apache/polaris
- core/storage
- aws
- service/storage
- aws
- azure
- gcp
- runtime
- admin/src/main
- docker
- java/org/apache/polaris/admintool/config
- defaults/src/main/resources
- server
- src/main/docker
- service
- src
- intTest
- java/org/apache/polaris/service/it
- relational/jdbc
- resources/META-INF/services
- main
- java/org/apache/polaris/service
- admin
- auth
- external
- mapping
- tenant
- internal
- catalog
- common
- generic
- iceberg
- io
- policy
- validation
- config
- context
- catalog
- events
- exception
- http
- legacy
- logging
- metrics
- persistence
- quarkus
- auth
- config
- context
- ratelimiter
- storage
- task
- ratelimiter
- secrets
- storage
- task
- tracing
- resources/org/apache/polaris/service
- testFixtures/java/org/apache/polaris/service
- catalog
- io
- exception
- it
- test
- java/org/apache/polaris/service
- admin
- auth
- external
- mapping
- tenant
- internal
- catalog
- common
- iceberg
- io
- config
- context
- entity
- exception
- http
- it
- metrics
- quarkus
- catalog
- distcache
- ratelimiter
- storage
- task
- test
- resources/META-INF/services
- spark-tests
- src/intTest
- java/org/apache/polaris/service/spark/it
- resources/META-INF/services
- service/common
- src/main/java/org/apache/polaris/service/config
- site/content/in-dev/unreleased
- spec
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
353 files changed
+1790
-2319
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | | - | |
| 221 | + | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments