Re: [PR] Update community meeting dates [polaris]

2025-08-18 Thread via GitHub
snazy merged PR #2382: URL: https://github.com/apache/polaris/pull/2382 -- 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

[PR] Update community meeting dates [polaris]

2025-08-18 Thread via GitHub
jbonofre opened a new pull request, #2382: URL: https://github.com/apache/polaris/pull/2382 (no comment) -- 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-m

Re: [PR] docs: improve getting started and README documentation [polaris]

2025-08-18 Thread via GitHub
flyrain commented on code in PR #2267: URL: https://github.com/apache/polaris/pull/2267#discussion_r2284199353 ## site/content/in-dev/unreleased/getting-started/_index.md: ## @@ -23,3 +23,101 @@ weight: 101 build: render: never --- + +# Getting Started with Apache Polaris B

Re: [PR] Add PolarisDiagnostics field to BaseMetaStoreManager [polaris]

2025-08-18 Thread via GitHub
XN137 commented on code in PR #2381: URL: https://github.com/apache/polaris/pull/2381#discussion_r2284130968 ## polaris-core/src/main/java/org/apache/polaris/core/persistence/transactional/TransactionalMetaStoreManagerImpl.java: ## @@ -93,6 +93,7 @@ public class TransactionalMet

[PR] Add PolarisDiagnostics field to BaseMetaStoreManager [polaris]

2025-08-18 Thread via GitHub
XN137 opened a new pull request, #2381: URL: https://github.com/apache/polaris/pull/2381 the ultimate goal is removing the `PolarisCallContext` parameter from every `PolarisMetaStoreManager` interface method, so we make steps towards reducing its usage first. -- This is an automated mess

Re: [PR] Reduce getRealmConfig calls [polaris]

2025-08-18 Thread via GitHub
XN137 commented on PR #2337: URL: https://github.com/apache/polaris/pull/2337#issuecomment-3199222943 rebased after tiny conflict in `CatalogHandler.java` -- 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 t

Re: [PR] Add PolarisDiagnostics field to AbstractTransactionalPersistence [polaris]

2025-08-18 Thread via GitHub
XN137 commented on code in PR #2372: URL: https://github.com/apache/polaris/pull/2372#discussion_r2284067463 ## polaris-core/src/main/java/org/apache/polaris/core/persistence/transactional/AbstractTransactionalPersistence.java: ## @@ -51,6 +52,13 @@ * the BasePersistence metho

Re: [PR] Feature: Expose resetCredentials via a new reset api to allow root user to reset credentials for an existing principal with custom values [polaris]

2025-08-18 Thread via GitHub
dimas-b commented on code in PR #2197: URL: https://github.com/apache/polaris/pull/2197#discussion_r2283629147 ## runtime/service/src/main/java/org/apache/polaris/service/admin/PolarisServiceImpl.java: ## @@ -167,6 +168,18 @@ public Response createCatalog( return Response.s

Re: [I] Unable to generate Python client. [polaris]

2025-08-18 Thread via GitHub
MonkeyCanCode commented on issue #2362: URL: https://github.com/apache/polaris/issues/2362#issuecomment-3198849121 I am not sure if branch matter. As [https://github.com/apache/polaris/pulls?page=2&q=is%3Apr+is%3Aopen i](https://github.com/apache/polaris/pull/2192) is not merged, he will st

Re: [PR] Modularize generic table federation [polaris]

2025-08-18 Thread via GitHub
eric-maynard merged PR #2379: URL: https://github.com/apache/polaris/pull/2379 -- 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...@polari

Re: [I] Unable to generate Python client. [polaris]

2025-08-18 Thread via GitHub
eric-maynard commented on issue #2362: URL: https://github.com/apache/polaris/issues/2362#issuecomment-3198660484 Hey @JarroVGIT -- is this from main, or the 1.0 release branch? cc @MonkeyCanCode -- This is an automated message from the Apache Git Service. To respond to the message, pl

[PR] feat: Add Pod Disruption Budget support to Helm chart [polaris]

2025-08-18 Thread via GitHub
bmlyr opened a new pull request, #2380: URL: https://github.com/apache/polaris/pull/2380 Add PodDisruptionBudget support to Helm chart (https://kubernetes.io/docs/tasks/run-application/configure-pdb/) This PR should resolve #2345 -- This is an automated message from the Apache Git Ser

Re: [PR] chore(deps): bump s3mock from 3.11.0 to 4.7.0 [polaris]

2025-08-18 Thread via GitHub
binarycat0 commented on code in PR #2375: URL: https://github.com/apache/polaris/pull/2375#discussion_r2283600672 ## runtime/test-common/src/main/java/org/apache/polaris/test/commons/s3mock/S3Mock.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] chore(deps): bump s3mock from 3.11.0 to 4.7.0 [polaris]

2025-08-18 Thread via GitHub
dimas-b commented on code in PR #2375: URL: https://github.com/apache/polaris/pull/2375#discussion_r2283585936 ## runtime/test-common/src/main/java/org/apache/polaris/test/commons/s3mock/S3Mock.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Foundation (ASF) un

Re: [PR] Rat-ignore user-settings for hugo-run-in-docker [polaris]

2025-08-18 Thread via GitHub
eric-maynard merged PR #2376: URL: https://github.com/apache/polaris/pull/2376 -- 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...@polari

Re: [PR] Reduce getRealmConfig calls [polaris]

2025-08-18 Thread via GitHub
dimas-b commented on PR #2337: URL: https://github.com/apache/polaris/pull/2337#issuecomment-3198337089 @XN137 : unfortunately, there's a merge conflict now... Could you fix it, please? -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [PR] Add PolarisDiagnostics field to TransactionWorkspaceMetaStoreManager [polaris]

2025-08-18 Thread via GitHub
eric-maynard merged PR #2359: URL: https://github.com/apache/polaris/pull/2359 -- 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...@polari

[PR] Refactor generic table federation to use new modular framework [polaris]

2025-08-18 Thread via GitHub
eric-maynard opened a new pull request, #2379: URL: https://github.com/apache/polaris/pull/2379 In #2369 Iceberg table federation was refactored around the new `IcebergRESTExternalCatalogFactory` type based on discussion in the community sync. This has unblocked the ability to federate to m

Re: [PR] Add support for S3 request signing [polaris]

2025-08-18 Thread via GitHub
RussellSpitzer commented on code in PR #2280: URL: https://github.com/apache/polaris/pull/2280#discussion_r2283331272 ## runtime/server/build.gradle.kts: ## @@ -39,9 +39,6 @@ val distributionElements by } dependencies { - implementation(project(":polaris-core")) Review C

[PR] fix(deps): update dependency org.apache.hive:hive-metastore to v4 [polaris]

2025-08-18 Thread via GitHub
renovate-bot opened a new pull request, #2378: URL: https://github.com/apache/polaris/pull/2378 This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.apache.hive:hive-metastore](https://hive.apache.org) ([source](https://redirec

Re: [PR] Support HMS Federation [polaris]

2025-08-18 Thread via GitHub
eric-maynard merged PR #2355: URL: https://github.com/apache/polaris/pull/2355 -- 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...@polari

Re: [PR] Add support for S3 request signing [polaris]

2025-08-18 Thread via GitHub
RussellSpitzer commented on code in PR #2280: URL: https://github.com/apache/polaris/pull/2280#discussion_r2283324619 ## integration-tests/src/main/java/org/apache/polaris/service/it/test/PolarisRestCatalogIntegrationBase.java: ## @@ -146,11 +148,13 @@ public abstract class Pola

Re: [PR] chore(deps): bump s3mock from 3.11.0 to 4.7.0 [polaris]

2025-08-18 Thread via GitHub
binarycat0 commented on code in PR #2375: URL: https://github.com/apache/polaris/pull/2375#discussion_r2283286560 ## runtime/test-common/build.gradle.kts: ## @@ -32,6 +32,7 @@ configurations.all { } dependencies { + api(libs.s3mock.testcontainers) Review Comment: I repl

Re: [PR] Add PolarisDiagnostics field to AbstractTransactionalPersistence [polaris]

2025-08-18 Thread via GitHub
dimas-b commented on code in PR #2372: URL: https://github.com/apache/polaris/pull/2372#discussion_r2283077239 ## polaris-core/src/main/java/org/apache/polaris/core/persistence/transactional/AbstractTransactionalPersistence.java: ## @@ -51,6 +52,13 @@ * the BasePersistence met

Re: [PR] Add PolarisDiagnostics field to AbstractTransactionalPersistence [polaris]

2025-08-18 Thread via GitHub
dimas-b commented on code in PR #2372: URL: https://github.com/apache/polaris/pull/2372#discussion_r2283077239 ## polaris-core/src/main/java/org/apache/polaris/core/persistence/transactional/AbstractTransactionalPersistence.java: ## @@ -51,6 +52,13 @@ * the BasePersistence met

[PR] fix(deps): update dependency io.prometheus:prometheus-metrics-exporter-servlet-jakarta to v1.4.1 [polaris]

2025-08-18 Thread via GitHub
renovate-bot opened a new pull request, #2377: URL: https://github.com/apache/polaris/pull/2377 This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [io.prometheus:prometheus-metrics-exporter-servlet-jakarta](https://redirect.github

Re: [PR] Add PolarisDiagnostics field to TransactionalMetaStoreManagerImpl [polaris]

2025-08-18 Thread via GitHub
dimas-b merged PR #2361: URL: https://github.com/apache/polaris/pull/2361 -- 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.apa

Re: [PR] Reduce getRealmConfig calls [polaris]

2025-08-18 Thread via GitHub
dimas-b commented on PR #2337: URL: https://github.com/apache/polaris/pull/2337#issuecomment-3197862062 This change does not appear to change any code behaviour. Given that it has been in review for 5 days, I'm going to merge it later today, unless new comments are posted. -- This is an

Re: [PR] chore(deps): bump s3mock from 3.11.0 to 4.7.0 [polaris]

2025-08-18 Thread via GitHub
binarycat0 commented on code in PR #2375: URL: https://github.com/apache/polaris/pull/2375#discussion_r2283053711 ## runtime/test-common/src/main/java/org/apache/polaris/test/commons/s3mock/S3Mock.java: ## @@ -0,0 +1,49 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] chore(deps): bump s3mock from 3.11.0 to 4.7.0 [polaris]

2025-08-18 Thread via GitHub
snazy commented on code in PR #2375: URL: https://github.com/apache/polaris/pull/2375#discussion_r2283027080 ## runtime/test-common/build.gradle.kts: ## @@ -32,6 +32,7 @@ configurations.all { } dependencies { + api(libs.s3mock.testcontainers) Review Comment: Not such a

Re: [PR] chore(deps): bump s3mock tag version from 3.11.0 to 4.7.0 [polaris]

2025-08-18 Thread via GitHub
binarycat0 commented on code in PR #2375: URL: https://github.com/apache/polaris/pull/2375#discussion_r2283015564 ## gradle/libs.versions.toml: ## @@ -22,6 +22,7 @@ checkstyle = "10.25.0" hadoop = "3.4.1" iceberg = "1.9.2" # Ensure to update the iceberg version in regtests to

Re: [PR] Add support for S3 request signing [polaris]

2025-08-18 Thread via GitHub
adutra commented on PR #2280: URL: https://github.com/apache/polaris/pull/2280#issuecomment-3197495353 FYI: I was requested to produce a design doc for this feature: https://docs.google.com/document/d/1ygdia7u4bUHUt6n8XhZo48aKoIyyrCvKqan3XP25iB8/edit?usp=sharing -- This is an autom

Re: [I] [FEATURE REQUEST] On-Premise S3 & Remote Signing [polaris]

2025-08-18 Thread via GitHub
adutra commented on issue #32: URL: https://github.com/apache/polaris/issues/32#issuecomment-3197494618 FYI: I was requested to produce a design doc for this feature: https://docs.google.com/document/d/1ygdia7u4bUHUt6n8XhZo48aKoIyyrCvKqan3XP25iB8/edit?usp=sharing -- This is an auto

Re: [PR] AWS CloudWatch Event Sink Implementation [polaris]

2025-08-18 Thread via GitHub
snazy commented on code in PR #1965: URL: https://github.com/apache/polaris/pull/1965#discussion_r2282792817 ## service/common/src/main/java/org/apache/polaris/service/events/AwsCloudWatchEventListener.java: ## @@ -0,0 +1,264 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] Fix EntityCache correctness issues and leak [polaris]

2025-08-18 Thread via GitHub
snazy commented on PR #1339: URL: https://github.com/apache/polaris/pull/1339#issuecomment-3197452530 I think this change needs attention, as it addresses data race conditions in Apache Polaris. This cache is sadly not just used as a "dumb but easy to reason about" read-through-cach

Re: [PR] Add Polaris Events to Persistence [polaris]

2025-08-18 Thread via GitHub
snazy commented on code in PR #1844: URL: https://github.com/apache/polaris/pull/1844#discussion_r2282740241 ## service/common/src/main/java/org/apache/polaris/service/events/listeners/InMemoryBufferPolarisPersistenceEventListener.java: ## @@ -0,0 +1,166 @@ +/* + * Licensed to t

Re: [PR] Support Namespace/Table level RBAC for external passthrough catalogs [polaris]

2025-08-18 Thread via GitHub
pingtimeout commented on code in PR #2223: URL: https://github.com/apache/polaris/pull/2223#discussion_r2282733767 ## runtime/service/src/main/java/org/apache/polaris/service/admin/PolarisAdminService.java: ## @@ -1737,6 +1761,80 @@ public boolean revokePrivilegeOnNamespaceFromR

Re: [PR] Part 1 : Adds RLS and CLS control Policies [polaris]

2025-08-18 Thread via GitHub
snazy commented on PR #2048: URL: https://github.com/apache/polaris/pull/2048#issuecomment-3197360421 Again, this PR sets the way how the policies are persisted pretty much in stone. I think, there's an assumption that policies are managed in Polaris only as Iceberg Expressions, and

Re: [PR] Support Namespace/Table level RBAC for external passthrough catalogs [polaris]

2025-08-18 Thread via GitHub
snazy commented on code in PR #2223: URL: https://github.com/apache/polaris/pull/2223#discussion_r2282713316 ## runtime/service/src/main/java/org/apache/polaris/service/admin/PolarisAdminService.java: ## @@ -1737,6 +1761,80 @@ public boolean revokePrivilegeOnNamespaceFromRole(

Re: [I] External principal roles are ignored [polaris]

2025-08-18 Thread via GitHub
tokoko commented on issue #2373: URL: https://github.com/apache/polaris/issues/2373#issuecomment-3197322653 got it, thanks for the quick response. I assumed that part was already taken care of because of the "activated principal roles" message. I guess we'll work around it by syncing grants

Re: [PR] Support Namespace/Table level RBAC for external passthrough catalogs [polaris]

2025-08-18 Thread via GitHub
poojanilangekar commented on code in PR #2223: URL: https://github.com/apache/polaris/pull/2223#discussion_r2282638889 ## runtime/service/src/main/java/org/apache/polaris/service/admin/PolarisAdminService.java: ## @@ -1737,6 +1761,80 @@ public boolean revokePrivilegeOnNamespaceF

Re: [PR] Support Namespace/Table level RBAC for external passthrough catalogs [polaris]

2025-08-18 Thread via GitHub
snazy commented on PR #2223: URL: https://github.com/apache/polaris/pull/2223#issuecomment-3197197076 The implementation of `PolarisAdminService.createSyntheticNamespaceEntities()` looks racy to me. I suspect that will fail in various ways when concurrent requests target the same table/vie

Re: [PR] Reduce getRealmConfig calls [polaris]

2025-08-18 Thread via GitHub
XN137 commented on code in PR #2337: URL: https://github.com/apache/polaris/pull/2337#discussion_r2282489546 ## runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogAdapter.java: ## @@ -138,8 +138,8 @@ public class IcebergCatalogAdapter

Re: [PR] Reduce getRealmConfig calls [polaris]

2025-08-18 Thread via GitHub
snazy commented on code in PR #2337: URL: https://github.com/apache/polaris/pull/2337#discussion_r2282460328 ## runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogAdapter.java: ## @@ -138,8 +138,8 @@ public class IcebergCatalogAdapter

Re: [PR] Refactor Authenticator and PolarisPrincipal [polaris]

2025-08-18 Thread via GitHub
adutra merged PR #2307: URL: https://github.com/apache/polaris/pull/2307 -- 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.apac

[PR] Rat-ignore user-settings for hugo-run-in-docker [polaris]

2025-08-18 Thread via GitHub
snazy opened a new pull request, #2376: URL: https://github.com/apache/polaris/pull/2376 -- 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

Re: [PR] chore(deps): bump s3mock tag version from 3.11.0 to 4.7.0 [polaris]

2025-08-18 Thread via GitHub
pingtimeout commented on code in PR #2375: URL: https://github.com/apache/polaris/pull/2375#discussion_r2282315106 ## gradle/libs.versions.toml: ## @@ -22,6 +22,7 @@ checkstyle = "10.25.0" hadoop = "3.4.1" iceberg = "1.9.2" # Ensure to update the iceberg version in regtests to

Re: [PR] docs: improve getting started and README documentation [polaris]

2025-08-18 Thread via GitHub
snazy commented on code in PR #2267: URL: https://github.com/apache/polaris/pull/2267#discussion_r2282242394 ## site/content/in-dev/unreleased/getting-started/_index.md: ## @@ -23,3 +23,101 @@ weight: 101 build: render: never --- + +# Getting Started with Apache Polaris Bin

Re: [PR] Python client: make S3 role-ARN optional and add missing endpoint-internal property [polaris]

2025-08-18 Thread via GitHub
snazy commented on code in PR #2339: URL: https://github.com/apache/polaris/pull/2339#discussion_r2282221085 ## client/python/cli/command/catalogs.py: ## @@ -121,18 +122,17 @@ def validate(self): f" {Argument.to_flag_name(Arguments.CATALOG_SERVI

Re: [PR] chore(deps): bump s3mock tag version from 3.11.0 to 4.7.0 [polaris]

2025-08-18 Thread via GitHub
snazy commented on code in PR #2375: URL: https://github.com/apache/polaris/pull/2375#discussion_r2282201615 ## gradle/libs.versions.toml: ## @@ -22,6 +22,7 @@ checkstyle = "10.25.0" hadoop = "3.4.1" iceberg = "1.9.2" # Ensure to update the iceberg version in regtests to keep

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

2025-08-18 Thread via GitHub
jasonf20 commented on code in PR #2341: URL: https://github.com/apache/polaris/pull/2341#discussion_r2281535465 ## runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogAdapter.java: ## @@ -420,16 +423,45 @@ public Response loadTable(

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

2025-08-18 Thread via GitHub
jasonf20 commented on code in PR #2341: URL: https://github.com/apache/polaris/pull/2341#discussion_r2281535465 ## runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogAdapter.java: ## @@ -420,16 +423,45 @@ public Response loadTable(

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

2025-08-18 Thread via GitHub
jasonf20 commented on code in PR #2341: URL: https://github.com/apache/polaris/pull/2341#discussion_r2281535465 ## runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogAdapter.java: ## @@ -420,16 +423,45 @@ public Response loadTable(

[PR] chore(deps): bump s3mock tag version from 3.11.0 to 4.7.0 [polaris]

2025-08-18 Thread via GitHub
binarycat0 opened a new pull request, #2375: URL: https://github.com/apache/polaris/pull/2375 -- 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-mai

Re: [PR] Add support for S3 request signing [polaris]

2025-08-18 Thread via GitHub
adutra commented on code in PR #2280: URL: https://github.com/apache/polaris/pull/2280#discussion_r2281920428 ## runtime/service/src/main/java/org/apache/polaris/service/storage/aws/signer/S3RequestSignerImpl.java: ## @@ -0,0 +1,84 @@ +/* + * Licensed to the Apache Software Foun

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

2025-08-18 Thread via GitHub
jasonf20 commented on code in PR #2341: URL: https://github.com/apache/polaris/pull/2341#discussion_r2281535465 ## runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogAdapter.java: ## @@ -420,16 +423,45 @@ public Response loadTable(

Re: [PR] Refactor Authenticator and PolarisPrincipal [polaris]

2025-08-18 Thread via GitHub
adutra commented on PR #2307: URL: https://github.com/apache/polaris/pull/2307#issuecomment-3195891255 Had to rebase to fix merge conflicts – PTAL again. -- 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] Refactor Authenticator and PolarisPrincipal [polaris]

2025-08-18 Thread via GitHub
adutra commented on code in PR #2307: URL: https://github.com/apache/polaris/pull/2307#discussion_r2281825644 ## polaris-core/src/main/java/org/apache/polaris/core/auth/PolarisPrincipal.java: ## @@ -0,0 +1,89 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

Re: [I] External principal roles are ignored [polaris]

2025-08-18 Thread via GitHub
adutra commented on issue #2373: URL: https://github.com/apache/polaris/issues/2373#issuecomment-3195850742 Hi @tokoko thanks for reporting this! Unfortunately for now you need to create principals, principal roles _and grants_ in Polaris before being able to use Keycloak principals.

Re: [PR] Rat-check: exclude venv, cleanup excludes, include .svg [polaris]

2025-08-18 Thread via GitHub
snazy merged PR #2363: URL: https://github.com/apache/polaris/pull/2363 -- 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] fix(deps): update dependency software.amazon.awssdk:bom to v2.32.24 [polaris]

2025-08-18 Thread via GitHub
snazy merged PR #2371: URL: https://github.com/apache/polaris/pull/2371 -- 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

[PR] Remove BaseMetaStoreManager.serializeProperties [polaris]

2025-08-18 Thread via GitHub
XN137 opened a new pull request, #2374: URL: https://github.com/apache/polaris/pull/2374 similar to 7af85be7f45c933a377314a669e2a16633c93532 we should prefer the existing helper methods on the entity instead -- This is an automated message from the Apache Git Service. To respond to the me

Re: [PR] Add PolarisMetaStoreManager.loadEntities [polaris]

2025-08-18 Thread via GitHub
XN137 commented on PR #2290: URL: https://github.com/apache/polaris/pull/2290#issuecomment-3195517021 > Both loadEntitiesByName and loadEntitiesById seem like they solve the N+1 problem and also avoid trying to serialize lambdas over the wire. we could use those but we still would be

[I] External principal roles are ignored [polaris]

2025-08-18 Thread via GitHub
tokoko opened a new issue, #2373: URL: https://github.com/apache/polaris/issues/2373 ### Describe the bug I have set up keycloak as an external auth backend (with mixed auth type). I managed get authentication working and validated that principals are being pulled correctly. I also c

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

2025-08-18 Thread via GitHub
jasonf20 commented on code in PR #2341: URL: https://github.com/apache/polaris/pull/2341#discussion_r2281535465 ## runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogAdapter.java: ## @@ -420,16 +423,45 @@ public Response loadTable(

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

2025-08-18 Thread via GitHub
jasonf20 commented on code in PR #2341: URL: https://github.com/apache/polaris/pull/2341#discussion_r2281535465 ## runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogAdapter.java: ## @@ -420,16 +423,45 @@ public Response loadTable(

[PR] Add PolarisDiagnostics field to AbstractTransactionalPersistence [polaris]

2025-08-18 Thread via GitHub
XN137 opened a new pull request, #2372: URL: https://github.com/apache/polaris/pull/2372 the ultimate goal is removing the `PolarisCallContext` parameter from every `PolarisMetaStoreManager` interface method, so we make steps towards reducing its usage first. -- This is an automated mess