Re: [PR] Revamp the Quick Start page [polaris]

2025-04-15 Thread via GitHub
eric-maynard commented on code in PR #1367: URL: https://github.com/apache/polaris/pull/1367#discussion_r2046070592 ## getting-started/assets/eclipselink/persistence.xml: ## @@ -32,8 +32,7 @@ org.apache.polaris.jpa.models.ModelSequenceId NONE - + Rev

Re: [I] Document the Concept of `realm` [polaris]

2025-04-15 Thread via GitHub
singhpk234 commented on issue #1326: URL: https://github.com/apache/polaris/issues/1326#issuecomment-2807926029 please ref this thread, if anyone wants to know what realm is : https://lists.apache.org/thread/kvt3gd29hyxlhnwxr9b674s555jlvjjs -- This is an automated message from the Apache

Re: [I] [BUG] Site link for Iceberg OpenAPI spec hits an incorrect URL resulting in a 404 [polaris]

2025-04-15 Thread via GitHub
MonkeyCanCode commented on issue #1359: URL: https://github.com/apache/polaris/issues/1359#issuecomment-2807912905 @nssalian i think the right fix is to change the URL to https://raw.githubusercontent.com/apache/polaris/refs/heads/release/0.9.x/spec/rest-catalog-open-api.yaml instead as `ic

Re: [PR] Poetry v2 [polaris]

2025-04-15 Thread via GitHub
MonkeyCanCode commented on PR #898: URL: https://github.com/apache/polaris/pull/898#issuecomment-2807897180 > Another conflict :( Fixed. Yes, this is due to frequent boto3 upgrade. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] [JDBC] Part2: Add Relational JDBC module [polaris]

2025-04-15 Thread via GitHub
singhpk234 commented on code in PR #1287: URL: https://github.com/apache/polaris/pull/1287#discussion_r2045727903 ## extension/persistence/relational-jdbc/src/main/java/org/apache/polaris/extension/persistence/relational/jdbc/JdbcBasePersistenceImpl.java: ## @@ -0,0 +1,619 @@ +/

Re: [I] Unblock test `listNamespacesWithEmptyNamespace` [polaris]

2025-04-15 Thread via GitHub
liamzwbao commented on issue #1272: URL: https://github.com/apache/polaris/issues/1272#issuecomment-2807760904 The ROOT namespace is added [here](https://github.com/apache/polaris/blob/b94e90269b83d6091bd461ddd7bc7ff87b237882/polaris-core/src/main/java/org/apache/polaris/core/persistence/res

Re: [I] Unblock test `createViewWithCustomMetadataLocation` [polaris]

2025-04-15 Thread via GitHub
liamzwbao commented on issue #1273: URL: https://github.com/apache/polaris/issues/1273#issuecomment-2807717442 cc @collado-mike @eric-maynard @RussellSpitzer for more context. Please take a look when you got a chance, thank you! -- This is an automated message from the Apache Git Service.

Re: [PR] Revamp the Quick Start page [polaris]

2025-04-15 Thread via GitHub
adnanhemani commented on code in PR #1367: URL: https://github.com/apache/polaris/pull/1367#discussion_r2045649017 ## getting-started/assets/eclipselink/persistence.xml: ## @@ -32,8 +32,7 @@ org.apache.polaris.jpa.models.ModelSequenceId NONE - + Revi

Re: [PR] Add Polaris synchronization and migration tool to polaris-tools. [polaris-tools]

2025-04-15 Thread via GitHub
travis-bowen commented on code in PR #4: URL: https://github.com/apache/polaris-tools/pull/4#discussion_r2045574200 ## polaris-synchronizer/api/src/main/java/org/apache/polaris/tools/sync/polaris/service/IcebergCatalogService.java: ## @@ -0,0 +1,54 @@ +/* + * Licensed to the Apa

Re: [PR] Replace authentication filters with Quarkus Security [polaris]

2025-04-15 Thread via GitHub
dimas-b commented on code in PR #1373: URL: https://github.com/apache/polaris/pull/1373#discussion_r2045473490 ## quarkus/service/src/main/java/org/apache/polaris/service/quarkus/auth/ActiveRolesAugmentor.java: ## @@ -0,0 +1,67 @@ +/* + * Licensed to the Apache Software Foundati

Re: [PR] Revamp the Quick Start page [polaris]

2025-04-15 Thread via GitHub
eric-maynard commented on code in PR #1367: URL: https://github.com/apache/polaris/pull/1367#discussion_r2045489063 ## getting-started/assets/eclipselink/persistence.xml: ## @@ -32,8 +32,7 @@ org.apache.polaris.jpa.models.ModelSequenceId NONE - + Rev

Re: [PR] Revamp the Quick Start page [polaris]

2025-04-15 Thread via GitHub
adnanhemani commented on PR #1367: URL: https://github.com/apache/polaris/pull/1367#issuecomment-2807465452 This is the new structure after changes made to address comments: ![Screenshot 2025-04-15 at 1 48 27  PM](https://github.com/user-attachments/assets/4412803a-bcbb-4ee0-b9b2-12938

Re: [PR] Add Polaris synchronization and migration tool to polaris-tools. [polaris-tools]

2025-04-15 Thread via GitHub
mansehajsingh commented on code in PR #4: URL: https://github.com/apache/polaris-tools/pull/4#discussion_r2045433528 ## polaris-synchronizer/api/src/main/java/org/apache/polaris/tools/sync/polaris/PolarisSynchronizer.java: ## @@ -0,0 +1,1135 @@ +/* + * Licensed to the Apache Sof

Re: [PR] Add support for federated principal and role with block for manual role assignment [polaris]

2025-04-15 Thread via GitHub
dimas-b commented on code in PR #1353: URL: https://github.com/apache/polaris/pull/1353#discussion_r2045315911 ## service/common/src/main/java/org/apache/polaris/service/admin/PolarisAdminService.java: ## @@ -771,6 +771,9 @@ public PrincipalWithCredentials createPrincipal(Polar

Re: [PR] Revamp the Quick Start page [polaris]

2025-04-15 Thread via GitHub
adnanhemani commented on code in PR #1367: URL: https://github.com/apache/polaris/pull/1367#discussion_r2045251093 ## getting-started/eclipselink/docker-compose-bootstrap-db.yml: ## Review Comment: I would say not - this is also a Docker Compose file that's necessary to the

Re: [PR] Initial MVP implementation of Catalog Federation to remote Iceberg REST Catalogs [polaris]

2025-04-15 Thread via GitHub
dennishuo commented on code in PR #1305: URL: https://github.com/apache/polaris/pull/1305#discussion_r2041354962 ## polaris-core/src/main/java/org/apache/polaris/core/connection/AuthenticationParametersDpo.java: ## @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache Software Foundat

Re: [PR] Add support for federated principal and role with block for manual role assignment [polaris]

2025-04-15 Thread via GitHub
eric-maynard commented on code in PR #1353: URL: https://github.com/apache/polaris/pull/1353#discussion_r2045148978 ## polaris-core/src/main/java/org/apache/polaris/core/entity/PrincipalRoleEntity.java: ## @@ -65,6 +65,13 @@ public Builder(PrincipalRoleEntity original) {

Re: [PR] Add support for federated principal and role with block for manual role assignment [polaris]

2025-04-15 Thread via GitHub
eric-maynard commented on code in PR #1353: URL: https://github.com/apache/polaris/pull/1353#discussion_r2045147504 ## polaris-core/src/main/java/org/apache/polaris/core/entity/PrincipalRoleEntity.java: ## @@ -38,19 +38,19 @@ public static PrincipalRoleEntity of(PolarisBaseEntit

Re: [PR] Make PolarisConfiguration values optional [polaris]

2025-04-15 Thread via GitHub
eric-maynard closed pull request #1295: Make PolarisConfiguration values optional URL: https://github.com/apache/polaris/pull/1295 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

Re: [PR] Revamp the Quick Start page [polaris]

2025-04-15 Thread via GitHub
eric-maynard commented on code in PR #1367: URL: https://github.com/apache/polaris/pull/1367#discussion_r2045089664 ## site/content/in-dev/unreleased/getting-started/deploying-polaris/_index.md: ## Review Comment: I agree that moving the `Deploying Polaris in Production` gu

Re: [PR] Add support for federated principal and role with block for manual role assignment [polaris]

2025-04-15 Thread via GitHub
collado-mike commented on code in PR #1353: URL: https://github.com/apache/polaris/pull/1353#discussion_r2045082533 ## spec/polaris-management-service.yml: ## @@ -1089,6 +1089,10 @@ components: clientId: type: string description: The output-only OA

Re: [PR] Add support for federated principal and role with block for manual role assignment [polaris]

2025-04-15 Thread via GitHub
collado-mike commented on code in PR #1353: URL: https://github.com/apache/polaris/pull/1353#discussion_r2045082533 ## spec/polaris-management-service.yml: ## @@ -1089,6 +1089,10 @@ components: clientId: type: string description: The output-only OA

Re: [PR] Add support for federated principal and role with block for manual role assignment [polaris]

2025-04-15 Thread via GitHub
collado-mike commented on code in PR #1353: URL: https://github.com/apache/polaris/pull/1353#discussion_r2045079760 ## integration-tests/src/main/java/org/apache/polaris/service/it/test/PolarisManagementServiceIntegrationTest.java: ## @@ -871,6 +873,42 @@ public void testCreateP

Re: [PR] Set version to 0.10.0-beta in preparation for the next release [polaris]

2025-04-15 Thread via GitHub
jbonofre merged PR #1370: URL: https://github.com/apache/polaris/pull/1370 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.ap

Re: [PR] Add support for federated principal and role with block for manual role assignment [polaris]

2025-04-15 Thread via GitHub
collado-mike commented on code in PR #1353: URL: https://github.com/apache/polaris/pull/1353#discussion_r2045077628 ## quarkus/service/src/test/java/org/apache/polaris/service/quarkus/admin/ManagementServiceTest.java: ## @@ -158,4 +173,150 @@ public void testUpdateCatalogWithDi

Re: [PR] Add rest table operations (drop, list, purge and rename etc) for Spark Client [polaris]

2025-04-15 Thread via GitHub
eric-maynard commented on code in PR #1368: URL: https://github.com/apache/polaris/pull/1368#discussion_r2045059803 ## plugins/spark/v3.5/src/main/java/org/apache/polaris/spark/SparkCatalog.java: ## @@ -161,33 +163,59 @@ public Table createTable( @Override public Table a

Re: [PR] Add support for federated principal and role with block for manual role assignment [polaris]

2025-04-15 Thread via GitHub
collado-mike commented on code in PR #1353: URL: https://github.com/apache/polaris/pull/1353#discussion_r2045057068 ## polaris-core/src/main/java/org/apache/polaris/core/entity/PrincipalRoleEntity.java: ## @@ -65,6 +65,13 @@ public Builder(PrincipalRoleEntity original) {

Re: [PR] Auto-bootstrap: add verbose logging [polaris]

2025-04-15 Thread via GitHub
eric-maynard commented on code in PR #1376: URL: https://github.com/apache/polaris/pull/1376#discussion_r2045053548 ## quarkus/service/src/main/java/org/apache/polaris/service/quarkus/config/QuarkusProducers.java: ## @@ -159,9 +163,68 @@ public void maybeBootstrap( MetaSt

Re: [PR] Add support for federated principal and role with block for manual role assignment [polaris]

2025-04-15 Thread via GitHub
collado-mike commented on code in PR #1353: URL: https://github.com/apache/polaris/pull/1353#discussion_r2045050829 ## polaris-core/src/main/java/org/apache/polaris/core/entity/PrincipalRoleEntity.java: ## @@ -38,19 +38,19 @@ public static PrincipalRoleEntity of(PolarisBaseEntit

Re: [PR] Add generic table documentations [polaris]

2025-04-15 Thread via GitHub
eric-maynard commented on code in PR #1374: URL: https://github.com/apache/polaris/pull/1374#discussion_r2045044472 ## site/content/in-dev/unreleased/entities.md: ## @@ -53,6 +53,10 @@ Polaris tables are entities that map to [Apache Iceberg tables](https://iceberg. For infor

Re: [PR] Add generic table documentations [polaris]

2025-04-15 Thread via GitHub
eric-maynard commented on code in PR #1374: URL: https://github.com/apache/polaris/pull/1374#discussion_r2045043970 ## site/content/in-dev/unreleased/entities.md: ## @@ -53,6 +53,10 @@ Polaris tables are entities that map to [Apache Iceberg tables](https://iceberg. For infor

Re: [PR] Add generic table documentations [polaris]

2025-04-15 Thread via GitHub
eric-maynard commented on code in PR #1374: URL: https://github.com/apache/polaris/pull/1374#discussion_r2045043077 ## site/content/in-dev/unreleased/access-control.md: ## @@ -124,6 +124,19 @@ To grant the full set of privileges (drop, list, read, write, etc.) on an object | T

Re: [PR] add refresh credentials property to loadTableResult [polaris]

2025-04-15 Thread via GitHub
wolflex888 commented on code in PR #1164: URL: https://github.com/apache/polaris/pull/1164#discussion_r2045040810 ## service/common/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogAdapter.java: ## @@ -398,9 +398,18 @@ public Response loadTable(

Re: [PR] Initial MVP implementation of Catalog Federation to remote Iceberg REST Catalogs [polaris]

2025-04-15 Thread via GitHub
dennishuo commented on code in PR #1305: URL: https://github.com/apache/polaris/pull/1305#discussion_r2043654728 ## polaris-core/src/main/java/org/apache/polaris/core/entity/CatalogEntity.java: ## @@ -190,6 +202,21 @@ public Catalog.TypeEnum getCatalogType() { .orElse(n

Re: [PR] Add Polaris synchronization and migration tool to polaris-tools. [polaris-tools]

2025-04-15 Thread via GitHub
eric-maynard commented on code in PR #4: URL: https://github.com/apache/polaris-tools/pull/4#discussion_r2042599636 ## polaris-synchronizer/README.md: ## @@ -0,0 +1,162 @@ +# Objective + +To provide users of [Apache Polaris (Incubating)](https://github.com/apache/polaris) a too

Re: [PR] Add support for federated principal and role with block for manual role assignment [polaris]

2025-04-15 Thread via GitHub
dimas-b commented on code in PR #1353: URL: https://github.com/apache/polaris/pull/1353#discussion_r2043032833 ## service/common/src/main/java/org/apache/polaris/service/admin/PolarisAdminService.java: ## @@ -771,6 +771,9 @@ public PrincipalWithCredentials createPrincipal(Polar

Re: [PR] Add Polaris synchronization and migration tool to polaris-tools. [polaris-tools]

2025-04-15 Thread via GitHub
eric-maynard commented on code in PR #4: URL: https://github.com/apache/polaris-tools/pull/4#discussion_r2042606826 ## polaris-synchronizer/api/src/main/java/org/apache/polaris/tools/sync/polaris/PolarisSynchronizer.java: ## @@ -0,0 +1,1135 @@ +/* + * Licensed to the Apache Soft

Re: [PR] Add `Varint` type for variable-length integer encoding [polaris]

2025-04-15 Thread via GitHub
snazy merged PR #1229: URL: https://github.com/apache/polaris/pull/1229 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apach

Re: [PR] Initial MVP implementation of Catalog Federation to remote Iceberg REST Catalogs [polaris]

2025-04-15 Thread via GitHub
dennishuo commented on code in PR #1305: URL: https://github.com/apache/polaris/pull/1305#discussion_r2041544641 ## polaris-core/src/main/java/org/apache/polaris/core/secrets/UserSecretReference.java: ## @@ -0,0 +1,94 @@ +/* + * Licensed to the Apache Software Foundation (ASF) u

Re: [PR] Adding fivetran-cd for CICD [polaris]

2025-04-15 Thread via GitHub
fivetran-arjuncnair closed pull request #1369: Adding fivetran-cd for CICD URL: https://github.com/apache/polaris/pull/1369 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

Re: [PR] Revamp the Quick Start page [polaris]

2025-04-15 Thread via GitHub
adutra commented on PR #1367: URL: https://github.com/apache/polaris/pull/1367#issuecomment-2804833229 @adnanhemani thanks for this proposal. Looking at the screenshot you shared, I notice that we now have 4 subsections named "Deploying Polaris on..." but also one separate section named "De

Re: [I] Overly expensive resource utilization via object-storage (and related) clients [polaris]

2025-04-15 Thread via GitHub
nssalian commented on issue #564: URL: https://github.com/apache/polaris/issues/564#issuecomment-2806754290 Thanks @flyrain. I'll put in a fix. I think the `gcpCredentialsSupplier` could be improved as well. -- This is an automated message from the Apache Git Service. To respond to the me

[PR] Auto-bootstrap: add verbose logging [polaris]

2025-04-15 Thread via GitHub
snazy opened a new pull request, #1376: URL: https://github.com/apache/polaris/pull/1376 Log explicit messages around auto-bootstrapping and unnecessary/left-over secrets that are (still) available. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] main: Update dependency io.projectreactor.netty:reactor-netty-http to v1.2.5 [polaris]

2025-04-15 Thread via GitHub
jbonofre merged PR #1372: URL: https://github.com/apache/polaris/pull/1372 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.ap

Re: [PR] main: Update docker.io/prom/prometheus Docker tag to v3.3.0 [polaris]

2025-04-15 Thread via GitHub
snazy merged PR #1375: URL: https://github.com/apache/polaris/pull/1375 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apach

Re: [PR] [JDBC] Part2: Add Relational JDBC module [polaris]

2025-04-15 Thread via GitHub
singhpk234 commented on code in PR #1287: URL: https://github.com/apache/polaris/pull/1287#discussion_r2043169115 ## extension/persistence/relational-jdbc/src/main/java/org/apache/polaris/extension/persistence/relational/jdbc/DatasourceOperations.java: ## @@ -0,0 +1,178 @@ +/* +

Re: [I] Persistence blocking call occurs in event-loop thread in @PreMatching filter [polaris]

2025-04-15 Thread via GitHub
adutra commented on issue #1345: URL: https://github.com/apache/polaris/issues/1345#issuecomment-2802472657 FYI I am working on a fix for this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] [JDBC] Part2: Add Relational JDBC module [polaris]

2025-04-15 Thread via GitHub
singhpk234 commented on code in PR #1287: URL: https://github.com/apache/polaris/pull/1287#discussion_r2043239193 ## extension/persistence/relational-jdbc/src/main/java/org/apache/polaris/extension/persistence/relational/jdbc/JdbcCrudQueryGenerator.java: ## @@ -0,0 +1,241 @@ +/*

Re: [PR] Add rest table operations (drop, list, purge and rename etc) for Spark Client [polaris]

2025-04-15 Thread via GitHub
gh-yzou commented on code in PR #1368: URL: https://github.com/apache/polaris/pull/1368#discussion_r2043282845 ## plugins/spark/v3.5/src/main/java/org/apache/polaris/spark/PolarisRESTCatalog.java: ## @@ -138,12 +152,51 @@ public void close() throws IOException { @Override

Re: [PR] add refresh credentials property to loadTableResult [polaris]

2025-04-15 Thread via GitHub
wolflex888 commented on code in PR #1164: URL: https://github.com/apache/polaris/pull/1164#discussion_r2044987142 ## service/common/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogAdapter.java: ## @@ -398,9 +398,18 @@ public Response loadTable(

Re: [PR] Add rest table operations (drop, list, purge and rename etc) for Spark Client [polaris]

2025-04-15 Thread via GitHub
eric-maynard commented on code in PR #1368: URL: https://github.com/apache/polaris/pull/1368#discussion_r2043195402 ## plugins/spark/v3.5/src/main/java/org/apache/polaris/spark/PolarisRESTCatalog.java: ## @@ -138,12 +152,51 @@ public void close() throws IOException { @Overr

Re: [PR] Remove PolarisConfiguration.loadConfig [polaris]

2025-04-15 Thread via GitHub
eric-maynard commented on code in PR #1356: URL: https://github.com/apache/polaris/pull/1356#discussion_r2042581926 ## polaris-core/src/main/java/org/apache/polaris/core/persistence/cache/EntityCache.java: ## @@ -76,15 +81,22 @@ public EntityCache(@Nonnull PolarisMetaStoreManage

Re: [PR] Use "clean" LICENSE and NOTICE in published jar artifacts [polaris]

2025-04-15 Thread via GitHub
snazy commented on code in PR #1292: URL: https://github.com/apache/polaris/pull/1292#discussion_r2042214542 ## integration-tests/src/main/resources/META-INF/LICENSE: ## @@ -0,0 +1,213 @@ + Apache License + Version 2.0, J

Re: [PR] add refresh credentials property to loadTableResult [polaris]

2025-04-15 Thread via GitHub
wolflex888 commented on code in PR #1164: URL: https://github.com/apache/polaris/pull/1164#discussion_r2044987142 ## service/common/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogAdapter.java: ## @@ -398,9 +398,18 @@ public Response loadTable(

Re: [I] [BUG] Polaris can't use S3 when KMS is enabled [polaris]

2025-04-15 Thread via GitHub
fivetran-ashokborra commented on issue #480: URL: https://github.com/apache/polaris/issues/480#issuecomment-2806283561 @jbonofre @MonkeyCanCode As per the TODO comment [here](https://github.com/apache/polaris/blob/main/polaris-core/src/main/java/org/apache/polaris/core/storage/aws/AwsCredent

[PR] main: Update docker.io/prom/prometheus Docker tag to v3.3.0 [polaris]

2025-04-15 Thread via GitHub
renovate-bot opened a new pull request, #1375: URL: https://github.com/apache/polaris/pull/1375 This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/prom/prometheus | minor | `v3.2.1` -> `v3.3.0` | --- ### Configuration

[PR] Add generic table documentations [polaris]

2025-04-15 Thread via GitHub
gfakbar20 opened a new pull request, #1374: URL: https://github.com/apache/polaris/pull/1374 This pr is made [to update access control documentation](https://github.com/apache/polaris/issues/1324). Based on sync meeting notes, There are new implementations related to generic tables. -

Re: [PR] Use "clean" LICENSE and NOTICE in published jar artifacts [polaris]

2025-04-15 Thread via GitHub
jbonofre merged PR #1292: URL: https://github.com/apache/polaris/pull/1292 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.ap

[PR] main: Update dependency io.projectreactor.netty:reactor-netty-http to v1.2.5 [polaris]

2025-04-15 Thread via GitHub
renovate-bot opened a new pull request, #1372: URL: https://github.com/apache/polaris/pull/1372 This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.projectreactor.netty:reactor-netty-http](https://r

Re: [I] [BUG] Polaris can't use S3 when KMS is enabled [polaris]

2025-04-15 Thread via GitHub
fivetran-edknight commented on issue #480: URL: https://github.com/apache/polaris/issues/480#issuecomment-2804418285 Did the suggestion solve the issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [PR] Poetry v2 [polaris]

2025-04-15 Thread via GitHub
snazy commented on PR #898: URL: https://github.com/apache/polaris/pull/898#issuecomment-2804598378 Another conflict :( -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[PR] Add rest table operations (drop, list, purge and rename etc) for Spark Client [polaris]

2025-04-15 Thread via GitHub
gh-yzou opened a new pull request, #1368: URL: https://github.com/apache/polaris/pull/1368 Add support for following table operations: 1) listTables 2) renameTables 3) purgeTables 4) alterTable 5) invalidate table Integration test will come in follow up PRs -- Thi

[PR] [JDBC] Part3: Plumb JDBC module to quarkus [polaris]

2025-04-15 Thread via GitHub
singhpk234 opened a new pull request, #1371: URL: https://github.com/apache/polaris/pull/1371 ### About the change This is part 3 of Bigger change https://github.com/apache/polaris/issues/649 since part 2 is yet to be merged, and based on decision on part2 on how we wanna model