Re: Schema setup in admin tool and server

2025-08-05 Thread Yufei Gu
+1 for the summary, agreed to simplify the approach to avoid partial schema creation/update at this point. Yufei On Tue, Aug 5, 2025 at 12:39 AM Alexandre Dutra wrote: > Hi all, > > Trying to summarize the opinions we've got so far: > > 1) On the server side: > > - Decouple schema setup and bo

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

2025-08-05 Thread Alexandre Dutra
Hello again! The PR has been merged, make sure to rebase if you have any ongoing work. Thanks, Alex On Tue, Aug 5, 2025 at 2:39 PM Robert Stupp wrote: > > +1 from mv POV to merge > > On Tue, Aug 5, 2025 at 1:58 PM Alexandre Dutra wrote: > > > > Hello all, > > > > We would like to merge [2233]

Re: Re: [DISCUSS] S3 Credential vending without STS

2025-08-05 Thread Robert Stupp
Hi, I can contribute what we did in Nessie: S3 request signing requires one additional request against the catalog for each request performed by S3 (HTTP/REST here). The catalog has to enforce the access rules (allow-listing, allowed read & write locations). Doing the access privilege "dance" con

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

2025-08-05 Thread Robert Stupp
+1 from mv POV to merge On Tue, Aug 5, 2025 at 1:58 PM Alexandre Dutra wrote: > > Hello all, > > We would like to merge [2233] sooner than later. Is it OK to merge today? > > Thanks, > Alex > > [2233] https://github.com/apache/polaris/pull/2233 > > On Fri, Aug 1, 2025 at 2:18 PM Alexandre Dutra

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

2025-08-05 Thread Alexandre Dutra
Hello all, We would like to merge [2233] sooner than later. Is it OK to merge today? Thanks, Alex [2233] https://github.com/apache/polaris/pull/2233 On Fri, Aug 1, 2025 at 2:18 PM Alexandre Dutra wrote: > > Hi all, > > Here is the PR: > > https://github.com/apache/polaris/pull/2233 > > Thanks,

Re: Schema setup in admin tool and server

2025-08-05 Thread Alexandre Dutra
Hi all, Trying to summarize the opinions we've got so far: 1) On the server side: - Decouple schema setup and bootstrap - Schema setup should be off by default (opt-in) - Schema setup should use "defaults" - Schema setup is rather for tests or evaluation (=> production readiness warning?) 2) On