Re: [PR] chore(deps): update dependency mypy to >=1.17, <=1.17.0 [polaris]

2025-07-15 Thread via GitHub
MonkeyCanCode commented on PR #2114: URL: https://github.com/apache/polaris/pull/2114#issuecomment-3077028068 > @MonkeyCanCode is this one okay? Yes. This is only used during pre-commit within the Makefile within python client directory. -- This is an automated message from the Ap

Re: [PR] chore(deps): update dependency mypy to >=1.17, <=1.17.0 [polaris]

2025-07-15 Thread via GitHub
snazy commented on PR #2114: URL: https://github.com/apache/polaris/pull/2114#issuecomment-3077022834 @MonkeyCanCode is this one okay? -- 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

Re: [PR] fix(deps): update scala212 to v2.13.16 [polaris]

2025-07-15 Thread via GitHub
forking-renovate[bot] commented on PR #2118: URL: https://github.com/apache/polaris/pull/2118#issuecomment-3076864123 ### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`2.13.16`). You will get a PR once a newer version is re

Re: [PR] fix(deps): update dependency org.antlr:antlr4-runtime to v4.13.2 [polaris]

2025-07-15 Thread via GitHub
forking-renovate[bot] commented on PR #2117: URL: https://github.com/apache/polaris/pull/2117#issuecomment-3076864068 ### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`4.13.2`). You will get a PR once a newer version is rel

Re: [PR] chore(deps): update plugin openapi-generator to v7.14.0 [polaris]

2025-07-15 Thread via GitHub
forking-renovate[bot] commented on PR #2115: URL: https://github.com/apache/polaris/pull/2115#issuecomment-3076861573 ### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`7.14.0`). You will get a PR once a newer version is rel

Re: [PR] fix(deps): update dependency org.apache.iceberg:iceberg-bom to v1.9.1 [polaris]

2025-07-15 Thread via GitHub
forking-renovate[bot] commented on PR #2112: URL: https://github.com/apache/polaris/pull/2112#issuecomment-3076861517 ### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`1.9.1`). You will get a PR once a newer version is rele

Re: [PR] fix(deps): update dependency org.antlr:antlr4-runtime to v4.13.2 [polaris]

2025-07-15 Thread via GitHub
snazy closed pull request #2117: fix(deps): update dependency org.antlr:antlr4-runtime to v4.13.2 URL: https://github.com/apache/polaris/pull/2117 -- 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] fix(deps): update scala212 to v2.13.16 [polaris]

2025-07-15 Thread via GitHub
snazy closed pull request #2118: fix(deps): update scala212 to v2.13.16 URL: https://github.com/apache/polaris/pull/2118 -- 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] chore(deps): update plugin openapi-generator to v7.14.0 [polaris]

2025-07-15 Thread via GitHub
snazy closed pull request #2115: chore(deps): update plugin openapi-generator to v7.14.0 URL: https://github.com/apache/polaris/pull/2115 -- 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

Re: [PR] fix(deps): update dependency org.apache.iceberg:iceberg-bom to v1.9.1 [polaris]

2025-07-15 Thread via GitHub
snazy commented on PR #2112: URL: https://github.com/apache/polaris/pull/2112#issuecomment-3076857880 Closing in favor of #1960 -- 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 comme

Re: [PR] fix(deps): update dependency org.apache.iceberg:iceberg-bom to v1.9.1 [polaris]

2025-07-15 Thread via GitHub
snazy closed pull request #2112: fix(deps): update dependency org.apache.iceberg:iceberg-bom to v1.9.1 URL: https://github.com/apache/polaris/pull/2112 -- 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 t

Re: [PR] Abstract polaris-runtime-service tests for all persistence implementations [polaris]

2025-07-15 Thread via GitHub
snazy commented on code in PR #2106: URL: https://github.com/apache/polaris/pull/2106#discussion_r2209280686 ## runtime/service/src/test/java/org/apache/polaris/service/quarkus/catalog/AbstractIcebergCatalogTest.java: ## @@ -298,6 +288,11 @@ public void before(TestInfo testInfo)

Re: [PR] Site/dev: allow overriding the podman/docker binaries detection [polaris]

2025-07-15 Thread via GitHub
snazy commented on code in PR #2051: URL: https://github.com/apache/polaris/pull/2051#discussion_r2209279276 ## site/README.md: ## @@ -35,6 +35,21 @@ Then point your browser to http://localhost:1313/ Then edit files from your IDE - you will see the changes in your browser. When

Re: [PR] Site/dev: allow overriding the podman/docker binaries detection [polaris]

2025-07-15 Thread via GitHub
snazy merged PR #2051: URL: https://github.com/apache/polaris/pull/2051 -- 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] Site/dev: allow overriding the podman/docker binaries detection [polaris]

2025-07-15 Thread via GitHub
snazy commented on code in PR #2051: URL: https://github.com/apache/polaris/pull/2051#discussion_r2209278647 ## site/README.md: ## @@ -35,6 +35,21 @@ Then point your browser to http://localhost:1313/ Then edit files from your IDE - you will see the changes in your browser. When

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

2025-07-15 Thread via GitHub
adnanhemani commented on code in PR #1965: URL: https://github.com/apache/polaris/pull/1965#discussion_r2209088685 ## service/common/src/main/java/org/apache/polaris/service/events/AwsCloudWatchEventListener.java: ## @@ -0,0 +1,228 @@ +/* + * Licensed to the Apache Software Foun

Re: [PR] Extensible pagination token implementation [polaris]

2025-07-15 Thread via GitHub
snazy commented on PR #1938: URL: https://github.com/apache/polaris/pull/1938#issuecomment-3076844676 Thanks all! -- 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 unsubsc

Re: [PR] Extensible pagination token implementation [polaris]

2025-07-15 Thread via GitHub
snazy merged PR #1938: URL: https://github.com/apache/polaris/pull/1938 -- 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: [I] No client in binary distribution [polaris]

2025-07-15 Thread via GitHub
jbonofre commented on issue #2042: URL: https://github.com/apache/polaris/issues/2042#issuecomment-3076774577 Which client are we talking here ? The Spark plugin is a separate bundle jar, admin tool has its own distribution. Are you refering the python client ? Imho, it would be bette

Re: [I] Swagger is incorrect for POST /api/management/v1/catalogs [polaris]

2025-07-15 Thread via GitHub
jbonofre commented on issue #2047: URL: https://github.com/apache/polaris/issues/2047#issuecomment-3076769939 `roleArn` is optional afair, and needed on for AWS. So it looks good to me (not a bug). -- This is an automated message from the Apache Git Service. To respond to the message, ple

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

2025-07-15 Thread via GitHub
jbonofre merged PR #2120: URL: https://github.com/apache/polaris/pull/2120 -- 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] AWS CloudWatch Event Sink Implementation [polaris]

2025-07-15 Thread via GitHub
eric-maynard commented on code in PR #1965: URL: https://github.com/apache/polaris/pull/1965#discussion_r2209160818 ## service/common/src/main/java/org/apache/polaris/service/events/EventListenerConfiguration.java: ## @@ -0,0 +1,30 @@ +/* + * Licensed to the Apache Software Foun

Re: [PR] Add IMPLICIT authetnication support to the CLI [polaris]

2025-07-15 Thread via GitHub
eric-maynard commented on code in PR #2121: URL: https://github.com/apache/polaris/pull/2121#discussion_r2209159675 ## client/python/test/test_cli_parsing.py: ## @@ -530,24 +517,6 @@ def get(obj, arg_string): (0, 'catalog.connection_config_info.remote_catalog_na

Re: [PR] Add `pathStyleAccess` to AwsStorageConfigInfo [polaris]

2025-07-15 Thread via GitHub
eric-maynard commented on code in PR #2012: URL: https://github.com/apache/polaris/pull/2012#discussion_r2209157988 ## spec/polaris-management-service.yml: ## @@ -1056,6 +1056,13 @@ components: type: string description: endpoint for STS requests (op

Re: [PR] Site/dev: allow overriding the podman/docker binaries detection [polaris]

2025-07-15 Thread via GitHub
MonkeyCanCode commented on code in PR #2051: URL: https://github.com/apache/polaris/pull/2051#discussion_r2209104420 ## site/bin/_hugo-docker-include.sh: ## @@ -17,8 +17,10 @@ # under the License. # -DOCKER="$(which podman > /dev/null && echo podman || echo docker)" -COMPOSE

Re: [PR] fix(deps): update dependency org.apache.iceberg:iceberg-bom to v1.9.1 [polaris]

2025-07-15 Thread via GitHub
MonkeyCanCode commented on PR #2112: URL: https://github.com/apache/polaris/pull/2112#issuecomment-3076532536 A lot more changes needed for this one. Also, this is completed from PR (still under review): https://github.com/apache/polaris/pull/1960 -- This is an automated message from the

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

2025-07-15 Thread via GitHub
adnanhemani commented on code in PR #1965: URL: https://github.com/apache/polaris/pull/1965#discussion_r2209081977 ## service/common/src/main/java/org/apache/polaris/service/events/EventListenerConfiguration.java: ## @@ -0,0 +1,30 @@ +/* + * Licensed to the Apache Software Found

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

2025-07-15 Thread via GitHub
adnanhemani commented on code in PR #1965: URL: https://github.com/apache/polaris/pull/1965#discussion_r2209070577 ## runtime/defaults/src/main/resources/application.properties: ## @@ -126,6 +126,10 @@ polaris.secrets-manager.type=in-memory polaris.file-io.type=default polar

Re: [PR] Use isolated request contexts for task execution [polaris]

2025-07-15 Thread via GitHub
github-actions[bot] closed pull request #1817: Use isolated request contexts for task execution URL: https://github.com/apache/polaris/pull/1817 -- 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 s

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

2025-07-15 Thread via GitHub
adnanhemani commented on PR #1904: URL: https://github.com/apache/polaris/pull/1904#issuecomment-3076461761 Updated this PR as per the email thread [here](https://lists.apache.org/thread/s5y24967tyknghnsj7ktwkcxblt1xckc). The main change in this commit is to convert all events back to recor

Re: [PR] Add IMPLICIT authetnication support to the CLI [polaris]

2025-07-15 Thread via GitHub
poojanilangekar commented on PR #2121: URL: https://github.com/apache/polaris/pull/2121#issuecomment-3076044952 CC @eric-maynard -- 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

[PR] Add IMPLICIT authetnication support to the CLI [polaris]

2025-07-15 Thread via GitHub
poojanilangekar opened a new pull request, #2121: URL: https://github.com/apache/polaris/pull/2121 PRs #1925 and #1912 were merged around the same time. This PR connects the two changes and enables the CLI to accept IMPLICIT authentication type. Since Hadoop federated catalogs rely

Re: [PR] Add `pathStyleAccess` to AwsStorageConfigInfo [polaris]

2025-07-15 Thread via GitHub
dimas-b commented on code in PR #2012: URL: https://github.com/apache/polaris/pull/2012#discussion_r2208866529 ## spec/polaris-management-service.yml: ## @@ -1056,6 +1056,12 @@ components: type: string description: endpoint for STS requests (optiona

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

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

Re: [PR] chore: Avoid deprecated `DefaultCredentialsProvider.create()` [polaris]

2025-07-15 Thread via GitHub
dimas-b merged PR #2119: URL: https://github.com/apache/polaris/pull/2119 -- 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] Part 1 : Adds RLS and CLS control Policies [polaris]

2025-07-15 Thread via GitHub
dimas-b commented on code in PR #2048: URL: https://github.com/apache/polaris/pull/2048#discussion_r2208839309 ## polaris-core/src/main/java/org/apache/polaris/core/policy/PredefinedPolicyTypes.java: ## @@ -28,7 +28,8 @@ public enum PredefinedPolicyTypes implements PolicyType {

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

2025-07-15 Thread via GitHub
eric-maynard commented on code in PR #2048: URL: https://github.com/apache/polaris/pull/2048#discussion_r2208803242 ## polaris-core/src/main/java/org/apache/polaris/core/policy/PredefinedPolicyTypes.java: ## @@ -28,7 +28,8 @@ public enum PredefinedPolicyTypes implements PolicyTy

[PR] chore: Avoid deprecated `DefaultCredentialsProvider.create()` [polaris]

2025-07-15 Thread via GitHub
dimas-b opened a new pull request, #2119: URL: https://github.com/apache/polaris/pull/2119 Use `DefaultCredentialsProvider.builder().build()` as suggested by AWS SDK javadoc. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] Add `pathStyleAccess` to AwsStorageConfigInfo [polaris]

2025-07-15 Thread via GitHub
eric-maynard commented on code in PR #2012: URL: https://github.com/apache/polaris/pull/2012#discussion_r2208632386 ## spec/polaris-management-service.yml: ## @@ -1056,6 +1056,12 @@ components: type: string description: endpoint for STS requests (op

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

2025-07-15 Thread via GitHub
eric-maynard commented on code in PR #1965: URL: https://github.com/apache/polaris/pull/1965#discussion_r2208701521 ## runtime/defaults/src/main/resources/application.properties: ## @@ -126,6 +126,10 @@ polaris.secrets-manager.type=in-memory polaris.file-io.type=default pola

Re: [PR] Add `pathStyleAccess` to AwsStorageConfigInfo [polaris]

2025-07-15 Thread via GitHub
dimas-b commented on code in PR #2012: URL: https://github.com/apache/polaris/pull/2012#discussion_r2208655528 ## spec/polaris-management-service.yml: ## @@ -1056,6 +1056,12 @@ components: type: string description: endpoint for STS requests (optiona

Re: [PR] Add `pathStyleAccess` to AwsStorageConfigInfo [polaris]

2025-07-15 Thread via GitHub
eric-maynard commented on code in PR #2012: URL: https://github.com/apache/polaris/pull/2012#discussion_r2208632386 ## spec/polaris-management-service.yml: ## @@ -1056,6 +1056,12 @@ components: type: string description: endpoint for STS requests (op

Re: [PR] Add `pathStyleAccess` to AwsStorageConfigInfo [polaris]

2025-07-15 Thread via GitHub
dimas-b commented on code in PR #2012: URL: https://github.com/apache/polaris/pull/2012#discussion_r2208620579 ## spec/polaris-management-service.yml: ## @@ -1056,6 +1056,12 @@ components: type: string description: endpoint for STS requests (optiona

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

2025-07-15 Thread via GitHub
laurentgo commented on code in PR #2048: URL: https://github.com/apache/polaris/pull/2048#discussion_r2207710664 ## polaris-core/src/main/java/org/apache/polaris/core/policy/PolicyUtil.java: ## @@ -0,0 +1,108 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

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

2025-07-15 Thread via GitHub
dimas-b commented on code in PR #2048: URL: https://github.com/apache/polaris/pull/2048#discussion_r2208554409 ## polaris-core/src/main/java/org/apache/polaris/core/policy/content/AccessControlPolicyContent.java: ## @@ -0,0 +1,120 @@ +/* + * Licensed to the Apache Software Found

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

2025-07-15 Thread via GitHub
dimas-b commented on code in PR #2048: URL: https://github.com/apache/polaris/pull/2048#discussion_r2208541242 ## polaris-core/src/main/java/org/apache/polaris/core/policy/content/AccessControlPolicyContent.java: ## @@ -0,0 +1,120 @@ +/* + * Licensed to the Apache Software Found

Re: [PR] Abstract polaris-runtime-service tests for all persistence implementations [polaris]

2025-07-15 Thread via GitHub
adam-christian-software commented on code in PR #2106: URL: https://github.com/apache/polaris/pull/2106#discussion_r2208573497 ## runtime/service/src/test/java/org/apache/polaris/service/quarkus/catalog/AbstractIcebergCatalogTest.java: ## @@ -298,6 +288,11 @@ public void before(

[PR] fix(deps): update scala212 to v2.13.16 [polaris]

2025-07-15 Thread via GitHub
renovate-bot opened a new pull request, #2118: URL: https://github.com/apache/polaris/pull/2118 This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.scala-lang:scala-reflect](https://www.scala-lang.org/) ([source](https://redir

Re: [PR] Add `pathStyleAccess` to AwsStorageConfigInfo [polaris]

2025-07-15 Thread via GitHub
eric-maynard commented on code in PR #2012: URL: https://github.com/apache/polaris/pull/2012#discussion_r2208538873 ## spec/polaris-management-service.yml: ## @@ -1056,6 +1056,12 @@ components: type: string description: endpoint for STS requests (op

[PR] fix(deps): update dependency org.antlr:antlr4-runtime to v4.13.2 [polaris]

2025-07-15 Thread via GitHub
renovate-bot opened a new pull request, #2117: URL: https://github.com/apache/polaris/pull/2117 This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.antlr:antlr4-runtime](https://www.antlr.org/) ([source](https://redirect.githu

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

2025-07-15 Thread via GitHub
jbonofre merged PR #2116: URL: https://github.com/apache/polaris/pull/2116 -- 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] fix(deps): update immutables to v2.11.1 [polaris]

2025-07-15 Thread via GitHub
jbonofre merged PR #2113: URL: https://github.com/apache/polaris/pull/2113 -- 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] fix(deps): update dependency boto3 to v1.39.4 [polaris]

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

[PR] chore(deps): update plugin openapi-generator to v7.14.0 [polaris]

2025-07-15 Thread via GitHub
renovate-bot opened a new pull request, #2115: URL: https://github.com/apache/polaris/pull/2115 This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | org.openapi.generator | `7.12.0` -> `7.14.0` | [![age](https://developer.mend.io/ap

[PR] chore(deps): update dependency mypy to >=1.17, <=1.17.0 [polaris]

2025-07-15 Thread via GitHub
renovate-bot opened a new pull request, #2114: URL: https://github.com/apache/polaris/pull/2114 This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [mypy](https://redirect.github.com/python/mypy) ([changelog](https://mypy.readthedo

[PR] fix(deps): update immutables to v2.11.1 [polaris]

2025-07-15 Thread via GitHub
renovate-bot opened a new pull request, #2113: URL: https://github.com/apache/polaris/pull/2113 This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.immutables:value-processor](https://redirect.github.com/immutables/immutables/

[PR] fix(deps): update dependency org.apache.iceberg:iceberg-bom to v1.9.1 [polaris]

2025-07-15 Thread via GitHub
renovate-bot opened a new pull request, #2112: URL: https://github.com/apache/polaris/pull/2112 This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.apache.iceberg:iceberg-bom](https://iceberg.apache.org) | `1.9.0` -> `1.9.1` |

Re: [PR] Site: Remove non-OSS query engines from front page [polaris]

2025-07-15 Thread via GitHub
jbonofre merged PR #2031: URL: https://github.com/apache/polaris/pull/2031 -- 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 `pathStyleAccess` to AwsStorageConfigInfo [polaris]

2025-07-15 Thread via GitHub
dimas-b commented on code in PR #2012: URL: https://github.com/apache/polaris/pull/2012#discussion_r2208446588 ## spec/polaris-management-service.yml: ## @@ -1056,6 +1056,12 @@ components: type: string description: endpoint for STS requests (optiona

Re: [PR] Add `pathStyleAccess` to AwsStorageConfigInfo [polaris]

2025-07-15 Thread via GitHub
dimas-b commented on code in PR #2012: URL: https://github.com/apache/polaris/pull/2012#discussion_r2208446588 ## spec/polaris-management-service.yml: ## @@ -1056,6 +1056,12 @@ components: type: string description: endpoint for STS requests (optiona

Re: [PR] Add `pathStyleAccess` to AwsStorageConfigInfo [polaris]

2025-07-15 Thread via GitHub
snazy commented on code in PR #2012: URL: https://github.com/apache/polaris/pull/2012#discussion_r2208409488 ## spec/polaris-management-service.yml: ## @@ -1056,6 +1056,12 @@ components: type: string description: endpoint for STS requests (optional)

Re: [PR] Site: Remove non-OSS query engines from front page [polaris]

2025-07-15 Thread via GitHub
snazy commented on PR #2031: URL: https://github.com/apache/polaris/pull/2031#issuecomment-3075003161 @danicafine Within Apache we have a lot of project who mention other OSS and commercial offerings they work with, also very "front and center". -- This is an automated message from the Ap

Re: [PR] fix(deps): update dependency boto3 to v1.39.4 (main) - autoclosed [polaris]

2025-07-15 Thread via GitHub
renovate-bot closed pull request #2110: fix(deps): update dependency boto3 to v1.39.4 (main) - autoclosed URL: https://github.com/apache/polaris/pull/2110 -- 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 g

Re: [PR] fix(deps): update dependency org.apache.iceberg:iceberg-bom to v1.9.1 (main) - autoclosed [polaris]

2025-07-15 Thread via GitHub
renovate-bot closed pull request #2107: fix(deps): update dependency org.apache.iceberg:iceberg-bom to v1.9.1 (main) - autoclosed URL: https://github.com/apache/polaris/pull/2107 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] chore(deps): update plugin openapi-generator to v7.14.0 (main) - autoclosed [polaris]

2025-07-15 Thread via GitHub
renovate-bot closed pull request #2109: chore(deps): update plugin openapi-generator to v7.14.0 (main) - autoclosed URL: https://github.com/apache/polaris/pull/2109 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] fix(deps): update dependency org.antlr:antlr4-runtime to v4.13.2 (main) - autoclosed [polaris]

2025-07-15 Thread via GitHub
renovate-bot closed pull request #2111: fix(deps): update dependency org.antlr:antlr4-runtime to v4.13.2 (main) - autoclosed URL: https://github.com/apache/polaris/pull/2111 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] chore(deps): update dependency mypy to >=1.17, <=1.17.0 (main) - autoclosed [polaris]

2025-07-15 Thread via GitHub
renovate-bot closed pull request #2108: chore(deps): update dependency mypy to >=1.17, <=1.17.0 (main) - autoclosed URL: https://github.com/apache/polaris/pull/2108 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] chore(deps): update dependency mypy to >=1.17, <=1.17.0 (main) [polaris]

2025-07-15 Thread via GitHub
renovate-bot opened a new pull request, #2108: URL: https://github.com/apache/polaris/pull/2108 This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [mypy](https://redirect.github.com/python/mypy) ([changelog](https://mypy.readthedo

[PR] fix(deps): update dependency org.antlr:antlr4-runtime to v4.13.2 (main) [polaris]

2025-07-15 Thread via GitHub
renovate-bot opened a new pull request, #2111: URL: https://github.com/apache/polaris/pull/2111 This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.antlr:antlr4-runtime](https://www.antlr.org/) ([source](https://redirect.githu

[PR] fix(deps): update dependency org.apache.iceberg:iceberg-bom to v1.9.1 (main) [polaris]

2025-07-15 Thread via GitHub
renovate-bot opened a new pull request, #2107: URL: https://github.com/apache/polaris/pull/2107 This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.apache.iceberg:iceberg-bom](https://iceberg.apache.org) | `1.9.0` -> `1.9.1` |

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

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

[PR] chore(deps): update plugin openapi-generator to v7.14.0 (main) [polaris]

2025-07-15 Thread via GitHub
renovate-bot opened a new pull request, #2109: URL: https://github.com/apache/polaris/pull/2109 This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | org.openapi.generator | `7.12.0` -> `7.14.0` | [![age](https://developer.mend.io/ap

Re: [PR] Disable renovatebot on release branches [polaris]

2025-07-15 Thread via GitHub
eric-maynard merged PR #2085: URL: https://github.com/apache/polaris/pull/2085 -- 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] Abstract polaris-runtime-service tests for all persistence implementations [polaris]

2025-07-15 Thread via GitHub
snazy opened a new pull request, #2106: URL: https://github.com/apache/polaris/pull/2106 The NoSQL persistence implementation has to run the Iceberg table & view catalog plus the Polaris specific tests as well. Reusing existing tests is beneficial to avoid a lot of code duplcation. T

Re: [PR] Add FileIOFactory.wrapExisting helper [polaris]

2025-07-15 Thread via GitHub
eric-maynard commented on code in PR #2105: URL: https://github.com/apache/polaris/pull/2105#discussion_r2208316664 ## service/common/src/main/java/org/apache/polaris/service/catalog/io/FileIOFactory.java: ## @@ -58,4 +58,14 @@ FileIO loadFileIO( @Nonnull Set tableLocatio

Re: [PR] Add `pathStyleAccess` to AwsStorageConfigInfo [polaris]

2025-07-15 Thread via GitHub
eric-maynard commented on code in PR #2012: URL: https://github.com/apache/polaris/pull/2012#discussion_r2208304995 ## spec/polaris-management-service.yml: ## @@ -1056,6 +1056,12 @@ components: type: string description: endpoint for STS requests (op

Re: [PR] Add FileIOFactory.wrapExisting helper [polaris]

2025-07-15 Thread via GitHub
XN137 commented on code in PR #2105: URL: https://github.com/apache/polaris/pull/2105#discussion_r2208307935 ## service/common/src/main/java/org/apache/polaris/service/catalog/io/FileIOFactory.java: ## @@ -58,4 +58,14 @@ FileIO loadFileIO( @Nonnull Set tableLocations,

Re: [PR] Add `pathStyleAccess` to AwsStorageConfigInfo [polaris]

2025-07-15 Thread via GitHub
dimas-b commented on code in PR #2012: URL: https://github.com/apache/polaris/pull/2012#discussion_r2208239742 ## spec/polaris-management-service.yml: ## @@ -1056,6 +1056,12 @@ components: type: string description: endpoint for STS requests (optiona

Re: [PR] Site: Remove non-OSS query engines from front page [polaris]

2025-07-15 Thread via GitHub
danicafine commented on PR #2031: URL: https://github.com/apache/polaris/pull/2031#issuecomment-3074687442 Totally fine to mention non-OSS projects elsewhere on the site. But I think it's generally a better practice to focus on OSS, especially on the front page. I'm updating the PR to

Re: [PR] Add RealmConfig [polaris]

2025-07-15 Thread via GitHub
dimas-b commented on code in PR #2015: URL: https://github.com/apache/polaris/pull/2015#discussion_r2208201642 ## polaris-core/src/main/java/org/apache/polaris/core/config/RealmConfigImpl.java: ## @@ -0,0 +1,54 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under on

Re: [PR] Extensible pagination token implementation [polaris]

2025-07-15 Thread via GitHub
dimas-b commented on code in PR #1938: URL: https://github.com/apache/polaris/pull/1938#discussion_r2208156852 ## polaris-core/src/main/java/org/apache/polaris/core/persistence/pagination/PageToken.java: ## @@ -18,82 +18,75 @@ */ package org.apache.polaris.core.persistence.pa

Re: [PR] Extensible pagination token implementation [polaris]

2025-07-15 Thread via GitHub
dimas-b commented on code in PR #1938: URL: https://github.com/apache/polaris/pull/1938#discussion_r2208143657 ## polaris-core/src/main/java/org/apache/polaris/core/persistence/pagination/PageToken.java: ## @@ -18,82 +18,75 @@ */ package org.apache.polaris.core.persistence.pa

Re: [PR] Add FileIOFactory.wrapExisting helper [polaris]

2025-07-15 Thread via GitHub
eric-maynard commented on code in PR #2105: URL: https://github.com/apache/polaris/pull/2105#discussion_r2208094573 ## service/common/src/main/java/org/apache/polaris/service/catalog/io/FileIOFactory.java: ## @@ -58,4 +58,14 @@ FileIO loadFileIO( @Nonnull Set tableLocatio

Re: [PR] Add FileIOFactory.wrapExisting helper [polaris]

2025-07-15 Thread via GitHub
eric-maynard commented on code in PR #2105: URL: https://github.com/apache/polaris/pull/2105#discussion_r2208094573 ## service/common/src/main/java/org/apache/polaris/service/catalog/io/FileIOFactory.java: ## @@ -58,4 +58,14 @@ FileIO loadFileIO( @Nonnull Set tableLocatio

Re: [PR] Add FileIOFactory.wrapExisting helper [polaris]

2025-07-15 Thread via GitHub
XN137 commented on code in PR #2105: URL: https://github.com/apache/polaris/pull/2105#discussion_r2208054618 ## service/common/src/main/java/org/apache/polaris/service/catalog/io/FileIOFactory.java: ## @@ -58,4 +58,14 @@ FileIO loadFileIO( @Nonnull Set tableLocations,

Re: [PR] Add RealmConfig [polaris]

2025-07-15 Thread via GitHub
eric-maynard commented on code in PR #2015: URL: https://github.com/apache/polaris/pull/2015#discussion_r2208030389 ## polaris-core/src/main/java/org/apache/polaris/core/config/RealmConfigImpl.java: ## @@ -0,0 +1,54 @@ +/* + * Licensed to the Apache Software Foundation (ASF) und

Re: [PR] Use PolarisImmutable for StorageCredentialCacheKey [polaris]

2025-07-15 Thread via GitHub
dimas-b merged PR #2029: URL: https://github.com/apache/polaris/pull/2029 -- 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] Add `pathStyleAccess` to AwsStorageConfigInfo [polaris]

2025-07-15 Thread via GitHub
eric-maynard commented on code in PR #2012: URL: https://github.com/apache/polaris/pull/2012#discussion_r2208001933 ## spec/polaris-management-service.yml: ## @@ -1056,6 +1056,12 @@ components: type: string description: endpoint for STS requests (op

Re: [PR] main: Update dependency boto3 to v1.39.4 (main) - autoclosed [polaris]

2025-07-15 Thread via GitHub
renovate-bot closed pull request #2088: main: Update dependency boto3 to v1.39.4 (main) - autoclosed URL: https://github.com/apache/polaris/pull/2088 -- 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] release/1.0.x: Update dependency io.netty:netty-codec-http2 to v4.2.3.Final (release/1.0.x) - autoclosed [polaris]

2025-07-15 Thread via GitHub
renovate-bot closed pull request #2102: release/1.0.x: Update dependency io.netty:netty-codec-http2 to v4.2.3.Final (release/1.0.x) - autoclosed URL: https://github.com/apache/polaris/pull/2102 -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] release/1.0.x: Update dependency io.micrometer:micrometer-bom to v1.15.2 (release/1.0.x) - autoclosed [polaris]

2025-07-15 Thread via GitHub
renovate-bot closed pull request #2101: release/1.0.x: Update dependency io.micrometer:micrometer-bom to v1.15.2 (release/1.0.x) - autoclosed URL: https://github.com/apache/polaris/pull/2101 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] release/1.0.x: Update dependency com.nimbusds:nimbus-jose-jwt to v10.3.1 (release/1.0.x) - autoclosed [polaris]

2025-07-15 Thread via GitHub
renovate-bot closed pull request #2099: release/1.0.x: Update dependency com.nimbusds:nimbus-jose-jwt to v10.3.1 (release/1.0.x) - autoclosed URL: https://github.com/apache/polaris/pull/2099 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] release/1.0.x: Update dependency io.projectreactor.netty:reactor-netty-http to v1.2.8 (release/1.0.x) - autoclosed [polaris]

2025-07-15 Thread via GitHub
renovate-bot closed pull request #2103: release/1.0.x: Update dependency io.projectreactor.netty:reactor-netty-http to v1.2.8 (release/1.0.x) - autoclosed URL: https://github.com/apache/polaris/pull/2103 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] release/1.0.x: Update dependency gradle to v8.14.3 (release/1.0.x) - autoclosed [polaris]

2025-07-15 Thread via GitHub
renovate-bot closed pull request #2100: release/1.0.x: Update dependency gradle to v8.14.3 (release/1.0.x) - autoclosed URL: https://github.com/apache/polaris/pull/2100 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] main: Update dependency mypy to >=1.17, <=1.17.0 (main) - autoclosed [polaris]

2025-07-15 Thread via GitHub
renovate-bot closed pull request #2089: main: Update dependency mypy to >=1.17, <=1.17.0 (main) - autoclosed URL: https://github.com/apache/polaris/pull/2089 -- 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] main: Update plugin openapi-generator to v7.14.0 (main) - autoclosed [polaris]

2025-07-15 Thread via GitHub
renovate-bot closed pull request #2090: main: Update plugin openapi-generator to v7.14.0 (main) - autoclosed URL: https://github.com/apache/polaris/pull/2090 -- 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] Unify RealmEntityManagerFactory usage in tests [polaris]

2025-07-15 Thread via GitHub
eric-maynard merged PR #2050: URL: https://github.com/apache/polaris/pull/2050 -- 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 FileIOFactory.wrapExisting helper [polaris]

2025-07-15 Thread via GitHub
eric-maynard commented on code in PR #2105: URL: https://github.com/apache/polaris/pull/2105#discussion_r2207995055 ## service/common/src/main/java/org/apache/polaris/service/catalog/io/FileIOFactory.java: ## @@ -58,4 +58,14 @@ FileIO loadFileIO( @Nonnull Set tableLocatio

[PR] Add FileIOFactory.wrapExisting helper [polaris]

2025-07-15 Thread via GitHub
XN137 opened a new pull request, #2105: URL: https://github.com/apache/polaris/pull/2105 also cleanup warnings in `TableCleanupTaskHandlerTest` -- 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] Site/dev: allow overriding the podman/docker binaries detection [polaris]

2025-07-15 Thread via GitHub
eric-maynard commented on code in PR #2051: URL: https://github.com/apache/polaris/pull/2051#discussion_r2207988962 ## site/README.md: ## @@ -35,6 +35,21 @@ Then point your browser to http://localhost:1313/ Then edit files from your IDE - you will see the changes in your browse

  1   2   3   >