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

2025-08-05 Thread via GitHub
poojanilangekar commented on code in PR #2223: URL: https://github.com/apache/polaris/pull/2223#discussion_r2255846250 ## service/common/src/main/java/org/apache/polaris/service/admin/PolarisAdminService.java: ## @@ -1679,14 +1680,29 @@ public boolean grantPrivilegeOnNamespaceTo

[I] Helm chart provides incorrect defaults and documentation [polaris]

2025-08-05 Thread via GitHub
bacek opened a new issue, #2272: URL: https://github.com/apache/polaris/issues/2272 https://github.com/apache/polaris/blob/bae5444cf37ef86a2c472ded33c513dff3350053/helm/polaris/values.yaml#L567 `type` for both `authenticator` and `roleProvider` should be one of `internal`, `external`

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

2025-08-05 Thread via GitHub
poojanilangekar commented on code in PR #2223: URL: https://github.com/apache/polaris/pull/2223#discussion_r2255846641 ## service/common/src/main/java/org/apache/polaris/service/admin/PolarisAdminService.java: ## @@ -2034,6 +2136,74 @@ private boolean grantPrivilegeOnTableLikeTo

Re: [PR] fix(deps): update dependency boto3 to v1.40.3 [polaris]

2025-08-05 Thread via GitHub
snazy merged PR #2269: URL: https://github.com/apache/polaris/pull/2269 -- 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] chore(deps): update actions/download-artifact action to v5 [polaris]

2025-08-05 Thread via GitHub
snazy merged PR #2271: URL: https://github.com/apache/polaris/pull/2271 -- 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 com.nimbusds:nimbus-jose-jwt to v10.4.1 [polaris]

2025-08-05 Thread via GitHub
snazy merged PR #2270: URL: https://github.com/apache/polaris/pull/2270 -- 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] chore(deps): update actions/download-artifact action to v5 [polaris]

2025-08-05 Thread via GitHub
renovate-bot opened a new pull request, #2271: URL: https://github.com/apache/polaris/pull/2271 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://redirect.github.com/actions/download-artifact) |

Re: [PR] Add getting-started example with external authentication [polaris]

2025-08-05 Thread via GitHub
aacampbell commented on PR #2244: URL: https://github.com/apache/polaris/pull/2244#issuecomment-3157180685 This new example is very helpful, and very clearly shows how things work. One thing to note: The `create_catalog.sh` script doesn't work except for the first realm, because it's hardco

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

2025-08-05 Thread via GitHub
fivetran-arunsuri commented on PR #2197: URL: https://github.com/apache/polaris/pull/2197#issuecomment-3157066154 @dimas-b 've addressed most of the comments on the PR and would appreciate your suggestions on a few remaining points. Looking forward to your review and hoping to get this merg

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

2025-08-05 Thread via GitHub
fivetran-arunsuri commented on PR #2197: URL: https://github.com/apache/polaris/pull/2197#issuecomment-3157033398 > * Helm testsExpected — Waiting for status to be reported @dimas-b Also , I don't have access to run the ci checks by myself -- This is an automated message from t

Re: [PR] Add getting-started example with external authentication [polaris]

2025-08-05 Thread via GitHub
aacampbell commented on code in PR #2244: URL: https://github.com/apache/polaris/pull/2244#discussion_r2255591447 ## getting-started/keycloak/README.md: ## @@ -0,0 +1,163 @@ + + +# Getting Started with Apache Polaris, External Authentication and Keycloak + +## Overview + +This e

Re: [PR] Use injected PolarisDiagnostics in MetaStoreManagerFactory impls [polaris]

2025-08-05 Thread via GitHub
flyrain commented on PR #2251: URL: https://github.com/apache/polaris/pull/2251#issuecomment-3157020536 Hi @HonahX, would you mind taking a look? -- 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

Re: [PR] Add getting-started example with external authentication [polaris]

2025-08-05 Thread via GitHub
aacampbell commented on code in PR #2244: URL: https://github.com/apache/polaris/pull/2244#discussion_r2255584261 ## getting-started/keycloak/README.md: ## @@ -0,0 +1,163 @@ + + +# Getting Started with Apache Polaris, External Authentication and Keycloak + +## Overview + +This e

Re: [I] Mixed Authentication does not fall back to External Auth when signature verification fails against internal OAuth key [polaris]

2025-08-05 Thread via GitHub
aacampbell commented on issue #2243: URL: https://github.com/apache/polaris/issues/2243#issuecomment-3156971365 Hi @adutra your example does indeed work, and I couldn't make it not work. I've tried to recreate here what I observed, and I think I made a mistake with OIDC tenant configuration

Re: [PR] Add PolarisAdminService.loadEntities helper [polaris]

2025-08-05 Thread via GitHub
flyrain commented on code in PR #2261: URL: https://github.com/apache/polaris/pull/2261#discussion_r2255541412 ## runtime/service/src/main/java/org/apache/polaris/service/admin/PolarisAdminService.java: ## @@ -200,6 +205,43 @@ private Optional findCatalogRoleByName(String catal

Re: [PR] Remove overloads of BasePersistence.listEntities [polaris]

2025-08-05 Thread via GitHub
flyrain commented on code in PR #2262: URL: https://github.com/apache/polaris/pull/2262#discussion_r2255430564 ## polaris-core/src/main/java/org/apache/polaris/core/persistence/BasePersistence.java: ## @@ -268,45 +268,6 @@ List lookupEntities( List lookupEntityVersions(

Re: [PR] Remove overloads of BasePersistence.listEntities [polaris]

2025-08-05 Thread via GitHub
flyrain commented on code in PR #2262: URL: https://github.com/apache/polaris/pull/2262#discussion_r2255430564 ## polaris-core/src/main/java/org/apache/polaris/core/persistence/BasePersistence.java: ## @@ -268,45 +268,6 @@ List lookupEntities( List lookupEntityVersions(

[PR] fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v10.4.1 [polaris]

2025-08-05 Thread via GitHub
renovate-bot opened a new pull request, #2270: URL: https://github.com/apache/polaris/pull/2270 This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) |

[PR] fix(deps): update dependency boto3 to v1.40.3 [polaris]

2025-08-05 Thread via GitHub
renovate-bot opened a new pull request, #2269: URL: https://github.com/apache/polaris/pull/2269 This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [boto3](https://redirect.github.com/boto/boto3) | `==1.40.2` -> `==1.40.3` | [![ag

Re: [PR] Add Events for PolarisServiceImpl APIs [polaris]

2025-08-05 Thread via GitHub
sfc-gh-ahemani commented on PR #1904: URL: https://github.com/apache/polaris/pull/1904#issuecomment-3156149040 @snazy - I've replied on the referenced email thread >2 weeks ago but there is not any response to any of the comments on the thread since then. If you have a hard opinion on this,

Re: [PR] Add Events for PolarisServiceImpl APIs [polaris]

2025-08-05 Thread via GitHub
adnanhemani commented on PR #1904: URL: https://github.com/apache/polaris/pull/1904#issuecomment-3156150644 @snazy - I've replied on the referenced email thread >2 weeks ago but there is not any response to any of the comments on the thread since then. If you have a hard opinion on this, ca

Re: [PR] Fix CLI error polaris: not found [polaris]

2025-08-05 Thread via GitHub
eric-maynard commented on PR #2228: URL: https://github.com/apache/polaris/pull/2228#issuecomment-3156072079 closing for now to confirm that --repair can address this -- thanks @MonkeyCanCode ! -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Standardize logging libraries in tests [polaris]

2025-08-05 Thread via GitHub
snazy commented on code in PR #2268: URL: https://github.com/apache/polaris/pull/2268#discussion_r2254912628 ## build-logic/src/main/kotlin/polaris-java.gradle.kts: ## @@ -107,11 +107,13 @@ testing { dependencies { implementation(project()) implementatio

Re: [PR] client/python: loosen boto3 dep [polaris]

2025-08-05 Thread via GitHub
rockwotj closed pull request #2188: client/python: loosen boto3 dep URL: https://github.com/apache/polaris/pull/2188 -- 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 unsubscr

Re: [PR] client/python: loosen boto3 dep [polaris]

2025-08-05 Thread via GitHub
rockwotj commented on PR #2188: URL: https://github.com/apache/polaris/pull/2188#issuecomment-3156020654 Closing -- 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 unsu

Re: [PR] Standardize logging libraries in tests [polaris]

2025-08-05 Thread via GitHub
adutra commented on code in PR #2268: URL: https://github.com/apache/polaris/pull/2268#discussion_r2254888650 ## runtime/defaults/src/main/resources/application-it.properties: ## @@ -17,15 +17,22 @@ # under the License. # -# Configuration common to ALL integration tests (exe

Re: [PR] Standardize logging libraries in tests [polaris]

2025-08-05 Thread via GitHub
adutra commented on code in PR #2268: URL: https://github.com/apache/polaris/pull/2268#discussion_r2254887623 ## runtime/defaults/src/main/resources/application.properties: ## @@ -68,9 +68,16 @@ quarkus.log.file.path=./logs/polaris.log quarkus.log.file.rotation.file-suffix=.yyy

[PR] Standardize logging libraries in tests [polaris]

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

Re: [PR] fix: Filter null entities in listPrincipals and listPrincipalRoles to prevent NPE [polaris]

2025-08-05 Thread via GitHub
snazy commented on PR #2258: URL: https://github.com/apache/polaris/pull/2258#issuecomment-3155855509 Fixing the root cause sounds like the better path forwards. Provided a possible option in https://github.com/apache/polaris/pull/2261#pullrequestreview-3088951142 -- This is an automated

Re: [PR] Automate the release guide [polaris]

2025-08-05 Thread via GitHub
flyrain commented on code in PR #2156: URL: https://github.com/apache/polaris/pull/2156#discussion_r2254804591 ## releasey/README.md: ## @@ -0,0 +1,131 @@ + + +# Polaris Release Automation Scripts + +This directory contains scripts to automate the Apache Polaris release process

Re: [PR] Automate the release guide [polaris]

2025-08-05 Thread via GitHub
flyrain commented on code in PR #2156: URL: https://github.com/apache/polaris/pull/2156#discussion_r2254802640 ## releasey/05-build-and-stage-distributions.sh: ## @@ -0,0 +1,155 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contribut

Re: [PR] fix: Filter null entities in listPrincipals and listPrincipalRoles to prevent NPE [polaris]

2025-08-05 Thread via GitHub
HotSushi commented on PR #2258: URL: https://github.com/apache/polaris/pull/2258#issuecomment-3155836628 Thanks @XN137, agree if there's a better place for the fix to be checked in. Thank you for jumping in. After that fix, I do not think tests would serve additional benefit. Do use

Re: [PR] Automate the release guide [polaris]

2025-08-05 Thread via GitHub
flyrain commented on code in PR #2156: URL: https://github.com/apache/polaris/pull/2156#discussion_r2254773511 ## releasey/03-create-release-candidate-tag.sh: ## @@ -0,0 +1,142 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributo

Re: [PR] Automate the release guide [polaris]

2025-08-05 Thread via GitHub
flyrain commented on code in PR #2156: URL: https://github.com/apache/polaris/pull/2156#discussion_r2254743543 ## releasey/02-create-release-branch.sh: ## @@ -0,0 +1,201 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor licen

Re: [PR] Add PolarisAdminService.loadEntities helper [polaris]

2025-08-05 Thread via GitHub
XN137 commented on code in PR #2261: URL: https://github.com/apache/polaris/pull/2261#discussion_r2254501167 ## service/common/src/main/java/org/apache/polaris/service/admin/PolarisAdminService.java: ## @@ -200,6 +205,43 @@ private Optional findCatalogRoleByName(String catalogN

Re: [PR] Add PolarisAdminService.loadEntities helper [polaris]

2025-08-05 Thread via GitHub
XN137 commented on code in PR #2261: URL: https://github.com/apache/polaris/pull/2261#discussion_r2254462012 ## service/common/src/main/java/org/apache/polaris/service/admin/PolarisAdminService.java: ## @@ -200,6 +205,43 @@ private Optional findCatalogRoleByName(String catalogN

Re: [PR] Add PolarisAdminService.loadEntities helper [polaris]

2025-08-05 Thread via GitHub
XN137 commented on code in PR #2261: URL: https://github.com/apache/polaris/pull/2261#discussion_r2254455846 ## service/common/src/main/java/org/apache/polaris/service/admin/PolarisAdminService.java: ## @@ -200,6 +205,43 @@ private Optional findCatalogRoleByName(String catalogN

Re: [PR] Stop mocking PolarisDiagnostics [polaris]

2025-08-05 Thread via GitHub
XN137 commented on PR #2248: URL: https://github.com/apache/polaris/pull/2248#issuecomment-3155350132 rebased after conflicts with 20febdaede19fb7c46e120652fdd1a262c2138e4 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] Add TestServices.newCallContext [polaris]

2025-08-05 Thread via GitHub
XN137 commented on PR #2249: URL: https://github.com/apache/polaris/pull/2249#issuecomment-3155342037 rebased after conflicts with 20febdaede19fb7c46e120652fdd1a262c2138e4 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] Use injected PolarisDiagnostics in MetaStoreManagerFactory impls [polaris]

2025-08-05 Thread via GitHub
XN137 commented on PR #2251: URL: https://github.com/apache/polaris/pull/2251#issuecomment-3155335063 rebased after conflicts with 20febdaede19fb7c46e120652fdd1a262c2138e4 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

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

2025-08-05 Thread via GitHub
Subham-KRLX opened a new pull request, #2267: URL: https://github.com/apache/polaris/pull/2267 This PR improves the documentation for Apache Polaris by enhancing the "Getting Started with Binary Distribution" guide and updating the related README file. The changes include formatting fixes,

Re: [PR] JdbcMetaStoreManagerFactory determines schemaVersion once per realm [polaris]

2025-08-05 Thread via GitHub
snazy merged PR #2217: URL: https://github.com/apache/polaris/pull/2217 -- 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] Merge polaris-service-common into polaris-runtime-service [polaris]

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

Re: [PR] Merge polaris-service-common into polaris-runtime-service [polaris]

2025-08-05 Thread via GitHub
adutra commented on PR #2233: URL: https://github.com/apache/polaris/pull/2233#issuecomment-3155214806 Hi, since this PR is generating constant rebase conflicts with other ongoing PRs, I'm going to go ahead and merge it. I hope that's ok for everybody. 🙏 -- This is an automated message f

Re: [PR] Automate the release guide [polaris]

2025-08-05 Thread via GitHub
pingtimeout commented on code in PR #2156: URL: https://github.com/apache/polaris/pull/2156#discussion_r2254317979 ## releasey/06-build-and-stage-docker-images.sh: ## @@ -0,0 +1,137 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contr

Re: [PR] Add PolarisAdminService.loadEntities helper [polaris]

2025-08-05 Thread via GitHub
tmater commented on code in PR #2261: URL: https://github.com/apache/polaris/pull/2261#discussion_r2253890033 ## service/common/src/main/java/org/apache/polaris/service/admin/PolarisAdminService.java: ## @@ -200,6 +205,43 @@ private Optional findCatalogRoleByName(String catalog

Re: [I] Add doc for getting started with binary distribution [polaris]

2025-08-05 Thread via GitHub
adutra commented on issue #1590: URL: https://github.com/apache/polaris/issues/1590#issuecomment-3154984865 > I would like to work on this issue can you please assign this issue to me. It's all yours 😄 -- This is an automated message from the Apache Git Service. To respond to the m

Re: [I] Remove and ban usage of `[Inheritable]ThreadLocal` [polaris]

2025-08-05 Thread via GitHub
snazy commented on issue #463: URL: https://github.com/apache/polaris/issues/463#issuecomment-3154941211 closing as of @XN137's 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 specifi

Re: [I] Remove and ban usage of `[Inheritable]ThreadLocal` [polaris]

2025-08-05 Thread via GitHub
snazy closed issue #463: Remove and ban usage of `[Inheritable]ThreadLocal` URL: https://github.com/apache/polaris/issues/463 -- 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

Re: [PR] JdbcMetaStoreManagerFactory determines schemaVersion once per realm [polaris]

2025-08-05 Thread via GitHub
snazy commented on code in PR #2217: URL: https://github.com/apache/polaris/pull/2217#discussion_r2254131691 ## persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc/JdbcMetaStoreManagerFactory.java: ## @@ -96,14 +96,17 @@ private void initiali

Re: [I] Add doc for getting started with binary distribution [polaris]

2025-08-05 Thread via GitHub
Subham-KRLX commented on issue #1590: URL: https://github.com/apache/polaris/issues/1590#issuecomment-3154908970 I would like to work on this issue can you please assign this issue to me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] JdbcMetaStoreManagerFactory determines schemaVersion once per realm [polaris]

2025-08-05 Thread via GitHub
adutra commented on code in PR #2217: URL: https://github.com/apache/polaris/pull/2217#discussion_r2254122340 ## persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc/JdbcMetaStoreManagerFactory.java: ## @@ -96,14 +96,17 @@ private void initial

Re: [PR] JDBC: SERIALIZABLE/EntityNotFoundException [polaris]

2025-08-05 Thread via GitHub
snazy merged PR #2219: URL: https://github.com/apache/polaris/pull/2219 -- 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] Make `*StorageConfigurationInfo` types immutable [polaris]

2025-08-05 Thread via GitHub
snazy merged PR #2236: URL: https://github.com/apache/polaris/pull/2236 -- 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] Stop mocking PolarisDiagnostics [polaris]

2025-08-05 Thread via GitHub
snazy commented on code in PR #2248: URL: https://github.com/apache/polaris/pull/2248#discussion_r2254085051 ## service/common/src/test/java/org/apache/polaris/service/task/TaskExecutorImplTest.java: ## @@ -58,6 +58,7 @@ void testEventsAreEmitted() { new TaskEntity.Buil

Re: [PR] Make `*StorageConfigurationInfo` types immutable [polaris]

2025-08-05 Thread via GitHub
snazy commented on PR #2236: URL: https://github.com/apache/polaris/pull/2236#issuecomment-3154825267 Rebased after #2234 + #2235 -- 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 comm

Re: [PR] chore(deps): update dependency poetry to v2.1.4 [polaris]

2025-08-05 Thread via GitHub
forking-renovate[bot] commented on PR #2259: URL: https://github.com/apache/polaris/pull/2259#issuecomment-3154822944 ### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have

Re: [PR] chore(deps): update registry.access.redhat.com/ubi9/openjdk-21-runtime docker tag to v1.22-1.1753981256 [polaris]

2025-08-05 Thread via GitHub
snazy merged PR #2266: URL: https://github.com/apache/polaris/pull/2266 -- 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] Remove config parameter from `PolarisStorageIntegration#getSubscopedCreds` [polaris]

2025-08-05 Thread via GitHub
snazy merged PR #2235: URL: https://github.com/apache/polaris/pull/2235 -- 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] JdbcMetaStoreManagerFactory determines schemaVersion once per realm [polaris]

2025-08-05 Thread via GitHub
snazy commented on code in PR #2217: URL: https://github.com/apache/polaris/pull/2217#discussion_r2254048357 ## persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc/JdbcMetaStoreManagerFactory.java: ## @@ -96,14 +96,17 @@ private void initiali

Re: [PR] chore(deps): update gradle/actions digest to 017a9ef [polaris]

2025-08-05 Thread via GitHub
snazy merged PR #2265: URL: https://github.com/apache/polaris/pull/2265 -- 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] chore(deps): update registry.access.redhat.com/ubi9/openjdk-21-runtime docker tag to v1.22-1.1753981256 [polaris]

2025-08-05 Thread via GitHub
renovate-bot opened a new pull request, #2266: URL: https://github.com/apache/polaris/pull/2266 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | registry.access.redhat.com/ubi9/openjdk-21-runtime | final | patch | `1.22-1.175267641

[PR] chore(deps): update gradle/actions digest to 017a9ef [polaris]

2025-08-05 Thread via GitHub
renovate-bot opened a new pull request, #2265: URL: https://github.com/apache/polaris/pull/2265 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gradle/actions](https://redirect.github.com/gradle/actions) | action | digest | `ac63

Re: [PR] chore(deps): update plugin jetbrains-changelog to v2.4.0 [polaris]

2025-08-05 Thread via GitHub
snazy merged PR #2264: URL: https://github.com/apache/polaris/pull/2264 -- 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] Add Polaris Events to Persistence [polaris]

2025-08-05 Thread via GitHub
snazy commented on code in PR #1844: URL: https://github.com/apache/polaris/pull/1844#discussion_r2253895594 ## runtime/service/src/main/java/org/apache/polaris/service/quarkus/events/QuarkusPolarisInMemoryBufferEventListenerConfiguration.java: ## @@ -0,0 +1,51 @@ +/* + * Licens

Re: [I] Consider changing the repo setting to change how the default message is generated [polaris]

2025-08-05 Thread via GitHub
ajantha-bhat commented on issue #1656: URL: https://github.com/apache/polaris/issues/1656#issuecomment-3154655982 Maybe we need to close this issue as we community couldn't come to consensus on this. https://lists.apache.org/thread/krytbk8zfx4x82krcfp6pr5hsd78q0cq -- This is an au

Re: [PR] Add PolarisAdminService.loadEntities helper [polaris]

2025-08-05 Thread via GitHub
tmater commented on code in PR #2261: URL: https://github.com/apache/polaris/pull/2261#discussion_r2253920002 ## service/common/src/main/java/org/apache/polaris/service/admin/PolarisAdminService.java: ## @@ -200,6 +205,43 @@ private Optional findCatalogRoleByName(String catalog

[PR] chore(deps): update plugin jetbrains-changelog to v2.4.0 [polaris]

2025-08-05 Thread via GitHub
renovate-bot opened a new pull request, #2264: URL: https://github.com/apache/polaris/pull/2264 This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | org.jetbrains.changelog | `2.3.0` -> `2.4.0` | [![age](https://developer.mend.io/ap

Re: [PR] Use application-scoped clock when generating GCP credentials [polaris]

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

Re: [PR] Add Events for PolarisServiceImpl APIs [polaris]

2025-08-05 Thread via GitHub
snazy commented on PR #1904: URL: https://github.com/apache/polaris/pull/1904#issuecomment-3154386909 Yea, I think we should simplify and enhance the API, as proposed on dev@ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] JDBC: SERIALIZABLE/EntityNotFoundException [polaris]

2025-08-05 Thread via GitHub
snazy commented on code in PR #2219: URL: https://github.com/apache/polaris/pull/2219#discussion_r2253762895 ## persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc/JdbcBasePersistenceImpl.java: ## @@ -183,11 +183,17 @@ private void persistEnt

[I] JDBC testing against multiple isolation levels [polaris]

2025-08-05 Thread via GitHub
snazy opened a new issue, #2263: URL: https://github.com/apache/polaris/issues/2263 ### Is your feature request related to a problem? Please describe. The change #2219 has been created to fix an NPE that happens when JDBC is used with _serializable_ isolation level. We need a t

Re: [PR] Stop mocking PolarisDiagnostics [polaris]

2025-08-05 Thread via GitHub
XN137 commented on PR #2248: URL: https://github.com/apache/polaris/pull/2248#issuecomment-3154236503 rebased after conflict in `BaseStorageIntegrationTest.java` (my changes are now obsolete there) -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [PR] QuarkusProducers: remove unneeded `BasePersistence` producer [polaris]

2025-08-05 Thread via GitHub
snazy merged PR #2255: URL: https://github.com/apache/polaris/pull/2255 -- 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] Remove config parameter from `PolarisStorageIntegration#getSubscopedCreds` [polaris]

2025-08-05 Thread via GitHub
snazy commented on PR #2235: URL: https://github.com/apache/polaris/pull/2235#issuecomment-3154207231 Rebased after merge conflict w/ #2234 -- 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 spe

Re: [PR] Only pass `RealmConfig` to `PolarisStorageIntegration` [polaris]

2025-08-05 Thread via GitHub
snazy merged PR #2234: URL: https://github.com/apache/polaris/pull/2234 -- 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 immutables to v2.11.2 [polaris]

2025-08-05 Thread via GitHub
snazy merged PR #2257: URL: https://github.com/apache/polaris/pull/2257 -- 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 com.gradleup.shadow:shadow-gradle-plugin to v8.3.9 [polaris]

2025-08-05 Thread via GitHub
snazy merged PR #2260: URL: https://github.com/apache/polaris/pull/2260 -- 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] Simplify listEntities [polaris]

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