Commit cf40a0a
Dremio merge 2025 05 28 13 57 (#77)
* fix: Remove duplicated code in IcebergCatalog (apache#1681)
* Fix SparkClient listGenericTable to use ListGenericTablesRESTResponse
ListTableResponse is the class used by iceberg endpoint, which is the same as ListGenericTablesRESTResponse. However, we are suppose to use ListGenericTablesRESTResponse to be correct
* fix: Remove info log about deprecated internal method from PolarisConfiguration (apache#1672)
Remove the INFO log about calls to this method in Polaris, because users cannot do anything about these messages.
Phasing out old property names requires coordination with users (e.g. release notes), so it is not a matter of merely avoiding calls to that method in Polaris code.
Fixes apache#1666
* Create a single binary distribution bundle (apache#1589)
* fix(quickstart): Correct Quickstart Instructions (apache#1673)
* Remove Java URI validations for Blob Storage providers (apache#1604)
This is a retry at apache#1586, which I'll close if this PR is on the right direction instead.
Java URI does not actually apply any normalization to URIs if we do not call URI.normalize() (which we currently do not). Additionally, blob storage providers like S3 and GCS can provide ".." and "." as valid fragments in URLs - which Java URI would attempt to normalize incorrectly. As a result, attempting to validate and/or normalize URIs for blob storage providers using the Java URI class is the incorrect behavior. While we may want to add location validation via regex later, removing it first should at least unblock the bug we see in apache#1545.
* Improve test coverage for invalid inputs in Policy APIs (apache#1665)
* Fix getting-started docker start by PR apache#1532 (apache#1687)
* Fix the manual test broken by PR apache#1532 (apache#1688)
* Fix credentials printing twice (apache#1682)
* main: Update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.0.4 (apache#1690)
* INFO: last merged commit 493de03
---------
Co-authored-by: Alexandre Dutra <adutra@users.noreply.github.com>
Co-authored-by: gh-yzou <167037035+gh-yzou@users.noreply.github.com>
Co-authored-by: Dmitri Bourlatchkov <dmitri.bourlatchkov@gmail.com>
Co-authored-by: Yufei Gu <yufei@apache.org>
Co-authored-by: Adnan Hemani <adnan.h@berkeley.edu>
Co-authored-by: William Hyun <william@apache.org>
Co-authored-by: Christopher Lambert <xn137@gmx.de>
Co-authored-by: Mend Renovate <bot@renovateapp.com>1 parent 9355e6f commit cf40a0a
File tree
32 files changed
+638
-396
lines changed- extension/persistence/relational-jdbc/src/main/java/org/apache/polaris/extension/persistence/relational/jdbc
- getting-started
- assets/cloud_providers
- spark
- notebooks
- gradle
- integration-tests/src/main/java/org/apache/polaris/service/it/test
- plugins/spark/v3.5
- getting-started
- spark/src/main/java/org/apache/polaris/spark
- polaris-core/src
- main/java/org/apache/polaris/core
- config
- persistence
- storage
- test/java/org/apache/polaris/service/storage
- quarkus
- admin
- distribution
- distribution
- bin
- run-script
- server
- distribution
- service/common/src/main/java/org/apache/polaris/service
- catalog/iceberg
- persistence
- site/content/in-dev/unreleased/getting-started
- deploying-polaris
32 files changed
+638
-396
lines changedLines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
| 142 | + | |
| 143 | + | |
149 | 144 | | |
150 | 145 | | |
151 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments