Commit eabd45d
Dremio merge 2025 08 07 12 36 (apache#101)
* fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v10.4.1 (apache#2270)
* chore(deps): update actions/download-artifact action to v5 (apache#2271)
* fix(deps): update dependency boto3 to v1.40.3 (apache#2269)
* Prefer diagnostics field in Resolver (apache#2247)
* Stop mocking PolarisDiagnostics (apache#2248)
if diagnostis checks are failing in our tests we want to know about it
* Add TestServices.newCallContext (apache#2249)
also add local `newCallContext` helper in some test classes
* Nit: simplify runtime-service dependencies (apache#2273)
Dependency "io.quarkus:quarkus-jdbc-postgresql" doesn't need any excludes (these excludes were for `SparkIT` which is now isolated in a separate module).
* Minor fixes and enhancements to External IDP documentation (apache#2274)
* Standardize logging libraries in tests (apache#2268)
This change enforces the following test logging patterns:
- Non-Quarkus modules use Logback Classic, configured via logback-test.xml
- Quarkus modules use JBoss Logging Manager, configured in Quarkus configuration files.
This change also introduces a workaround for the "duplicate log messages" issues with Gradle + JBoss Logging Manager. See this issue for context:
quarkusio/quarkus#22844
The workaround implemented in this PR is very similar to the one proposed in this comment:
quarkusio/quarkus#22844 (comment)
Note: it's not entirely possible imho to suppress the following message on the console:
```
The Agroal dependency is present but no JDBC datasources have been defined.
```
This is because:
1. The message happens during augmentation phase, not during tests
2. And it suffers from the "duplicate message" issue with (it's actually Gradle that prints those messages).
* Use Mockito Java agent for mock instrumentation (apache#2275)
This change fixes the following warning during tests:
Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to your build as described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org.mockito/org/mockito/Mockito.html#0.3
WARNING: A Java agent has been loaded dynamically (.../byte-buddy-agent-1.17.5.jar)
WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future release
* Use injected PolarisDiagnostics in MetaStoreManagerFactory impls (apache#2251)
* Clean exit when running repair mode for client (apache#2287)
* Clean exit when running repair mode for client
* Clean exit when running repair mode for client
* chore(deps): update dependency poetry to v2.1.4 (apache#2259)
* chore(deps): update dependency poetry to v2.1.4
* fix pyproject
---------
Co-authored-by: Robert Stupp <snazy@snazy.de>
* fix(deps): update dependency com.gradleup.shadow:shadow-gradle-plugin to v9 (apache#2289)
* chore(deps): update docker.io/jaegertracing/all-in-one docker tag to v1.72.0 (apache#2285)
* fix(deps): update dependency boto3 to v1.40.4 (apache#2284)
* Remove PolarisCallContext.getClock (apache#2250)
the clock is application scoped and thus should not be put into any
realm or call specific context class.
* Add PolarisAdminService.loadEntities helper (apache#2261)
`PolarisAdminService` has multiple spots where it is working around the
sub-optimal `PolarisMetaStoreManager` APIs.
This results in multiple fixes like apache#1949 and apache#2258
While eventually the underlying APIs should be improved, for now we can
make a single central workaround and clean up some redundant code.
Also we can improve the return types as callers are not interested in
details of the entity layer.
* fix(deps): update dependency com.google.cloud:google-cloud-storage-bom to v2.55.0 (apache#2281)
* fix: typo in server template files. (apache#2288)
* NoSQL: merge related adoptions
* Last merged commit d753e3d
---------
Co-authored-by: Mend Renovate <bot@renovateapp.com>
Co-authored-by: Christopher Lambert <xn137@gmx.de>
Co-authored-by: Alexandre Dutra <adutra@apache.org>
Co-authored-by: Yong Zheng <yongzheng0809@gmail.com>
Co-authored-by: Yujiang Zhong <42907416+zhongyujiang@users.noreply.github.com>1 parent 4741fc6 commit eabd45d
File tree
73 files changed
+647
-527
lines changed- .github/actions/ci-incr-build-cache-prepare
- build-logic/src/main/kotlin
- client/python
- getting-started/telemetry
- gradle
- persistence
- eclipselink/src
- main/java/org/apache/polaris/extension/persistence/impl/eclipselink
- test/java/org/apache/polaris/extension/persistence/impl/eclipselink
- nosql/persistence
- metastore/src
- main/java/org/apache/polaris/persistence/nosql/metastore
- test/java/org/apache/polaris/persistence/nosql/metastore
- types/src/test/java/org/apache/polaris/persistence/nosql/coretypes/maintenance
- relational-jdbc/src
- main/java/org/apache/polaris/persistence/relational/jdbc
- test
- java/org/apache/polaris/persistence/relational/jdbc
- resources
- plugins/spark/v3.5
- integration
- spark/src/test/resources
- polaris-core
- src
- main/java/org/apache/polaris/core
- persistence
- resolver
- transactional
- testFixtures/java/org/apache/polaris/core/persistence
- test/java/org/apache/polaris/core/persistence
- cache
- regtests
- runtime
- admin
- common
- defaults
- src/main/resources
- service
- src
- main/java/org/apache/polaris/service
- admin
- config
- exception
- persistence
- task
- testFixtures/java/org/apache/polaris/service
- test/java/org/apache/polaris/service
- admin
- auth
- catalog
- io
- entity
- exception
- task
- test
- spark-tests
- test-common/src/main
- java/org/apache/polaris/test/commons/junit
- resources/META-INF/services
- server-templates
- site/content/in-dev/unreleased
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
73 files changed
+647
-527
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| |||
138 | 140 | | |
139 | 141 | | |
140 | 142 | | |
| 143 | + | |
| 144 | + | |
141 | 145 | | |
142 | 146 | | |
143 | 147 | | |
| |||
153 | 157 | | |
154 | 158 | | |
155 | 159 | | |
156 | | - | |
| 160 | + | |
157 | 161 | | |
158 | 162 | | |
159 | 163 | | |
160 | | - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
161 | 168 | | |
162 | 169 | | |
163 | 170 | | |
164 | 171 | | |
165 | 172 | | |
166 | 173 | | |
167 | 174 | | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
168 | 178 | | |
169 | 179 | | |
170 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
27 | 35 | | |
28 | 36 | | |
29 | 37 | | |
| |||
47 | 55 | | |
48 | 56 | | |
49 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
50 | 75 | | |
51 | 76 | | |
52 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
48 | 50 | | |
49 | | - | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | | - | |
54 | | - | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
Lines changed: 4 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | | - | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
| |||
89 | 87 | | |
90 | 88 | | |
91 | 89 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
100 | 94 | | |
101 | 95 | | |
102 | 96 | | |
| |||
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
77 | | - | |
| 79 | + | |
| 80 | + | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| |||
525 | 529 | | |
526 | 530 | | |
527 | 531 | | |
528 | | - | |
| 532 | + | |
529 | 533 | | |
530 | 534 | | |
531 | 535 | | |
| |||
540 | 544 | | |
541 | 545 | | |
542 | 546 | | |
543 | | - | |
544 | | - | |
| 547 | + | |
545 | 548 | | |
546 | 549 | | |
547 | 550 | | |
| |||
0 commit comments