This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 460603ee Remove keyword "snowflake" from polaris-service/core. (#224)
460603ee is described below
commit 460603ee49ad37e8a955cd9ac8408f1ddbdf0842
Author: Naveen Kumar <[email protected]>
AuthorDate: Wed Aug 28 20:42:17 2024 +0530
Remove keyword "snowflake" from polaris-service/core. (#224)
---
.../org/apache/polaris/core/persistence/PolarisMetaStoreManager.java | 2 +-
.../org/apache/polaris/core/storage/PolarisStorageIntegration.java | 2 +-
.../org/apache/polaris/service/PolarisApplicationIntegrationTest.java | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/polaris-core/src/main/java/org/apache/polaris/core/persistence/PolarisMetaStoreManager.java
b/polaris-core/src/main/java/org/apache/polaris/core/persistence/PolarisMetaStoreManager.java
index c057a22c..9033795d 100644
---
a/polaris-core/src/main/java/org/apache/polaris/core/persistence/PolarisMetaStoreManager.java
+++
b/polaris-core/src/main/java/org/apache/polaris/core/persistence/PolarisMetaStoreManager.java
@@ -1344,7 +1344,7 @@ public interface PolarisMetaStoreManager {
* "status" : "failure"
* }
* },
- * "message" : "Some of the integration checks failed. Check the Snowflake
documentation for more information."
+ * "message" : "Some of the integration checks failed. Check the Polaris
documentation for more information."
* }
* </pre>
*/
diff --git
a/polaris-core/src/main/java/org/apache/polaris/core/storage/PolarisStorageIntegration.java
b/polaris-core/src/main/java/org/apache/polaris/core/storage/PolarisStorageIntegration.java
index 7067ec1e..21249c99 100644
---
a/polaris-core/src/main/java/org/apache/polaris/core/storage/PolarisStorageIntegration.java
+++
b/polaris-core/src/main/java/org/apache/polaris/core/storage/PolarisStorageIntegration.java
@@ -97,7 +97,7 @@ public abstract class PolarisStorageIntegration<T extends
PolarisStorageConfigur
* "status" : "failure"
* }
* },
- * "message" : "Some of the integration checks failed. Check the Snowflake
documentation for more information."
+ * "message" : "Some of the integration checks failed. Check the Polaris
documentation for more information."
* }
* </pre>
*/
diff --git
a/polaris-service/src/test/java/org/apache/polaris/service/PolarisApplicationIntegrationTest.java
b/polaris-service/src/test/java/org/apache/polaris/service/PolarisApplicationIntegrationTest.java
index 50f30b41..dc3c2885 100644
---
a/polaris-service/src/test/java/org/apache/polaris/service/PolarisApplicationIntegrationTest.java
+++
b/polaris-service/src/test/java/org/apache/polaris/service/PolarisApplicationIntegrationTest.java
@@ -268,7 +268,7 @@ public class PolarisApplicationIntegrationTest {
private static RESTSessionCatalog newSessionCatalog(String catalog) {
RESTSessionCatalog sessionCatalog = new RESTSessionCatalog();
sessionCatalog.initialize(
- "snowflake",
+ "polaris_catalog_test",
Map.of(
"uri",
"http://localhost:" + EXT.getLocalPort() + "/api/catalog",
@@ -622,7 +622,7 @@ public class PolarisApplicationIntegrationTest {
assertThatThrownBy(
() ->
sessionCatalog.initialize(
- "snowflake",
+ "polaris_catalog_test",
Map.of(
"uri",
"http://localhost:" + EXT.getLocalPort() +
"/api/catalog",