Re: [DISCUSS] Switch to JDK 11 for releases?

2023-05-25 Thread Laurent Goujon
I can give it a try if the community is okay with it. I have some experience using it, it actually works quite well as long as you are not using things like `sun.*` classes Laurent On Wed, Apr 26, 2023 at 8:28 AM Anton Okolnychyi wrote: > Is anyone interested to give it a try? > > - Anton > > O

Re: Addressing security questions in the Iceberg REST specification

2024-06-04 Thread Laurent Goujon
> > As already shared on the mailing list, I'm working on a PR to have > interfaces with JAXRS/Swagger annotations to generate OpenAPI > JSON/YAML with the swagger-gradle-plugin. Shouldn't it be the other way around (having an OpenAPI doc and generating the interfaces) since we may want people to

Re: Supporting gs:// prefix in S3URI for Google Cloud S3 Storage

2021-12-02 Thread Laurent Goujon
What about credentials? Sure, GCS has a S3 compatibility mode, but the gs:// URI used by Hadoop is native GCS support with Google authentication mechanisms (GCS Hadoop filesystem is actually out of tree -> https://github.com/GoogleCloudDataproc/hadoop-connectors) Laurent On Thu, Dec 2, 2021 at 3:

Re: Supporting gs:// prefix in S3URI for Google Cloud S3 Storage

2021-12-03 Thread Laurent Goujon
S3 >> Storage >> >> >> >> As long as proposed changes will not prevent Iceberg from using GCS >> connector (https://github.com/GoogleCloudDataproc/hadoop-connectors) >> via HCFS/HadoopFileIO to access GCS, I think that it is OK to allow users >> to u

Re: Proposal: Secure Views for FGAC Dynamic Enforcement (based on prior Access Decision Exchange work)

2025-06-25 Thread Laurent Goujon
Thanks for the shoutout although I believe my contribution has been quite modest as consisting mostly of providing some initial feedback, and I don't think I had a key part in the overall design. But I'm also excited by the recent interest surrounding FGAC with Robert's proposal[1] and this proposa

Re: Iceberg Interval Types Proposal

2025-07-03 Thread Laurent Goujon
Like Russell, addition of new types which are widely used in analytics seems like a good thing. The document still has various open comments regarding the representation, and so I wonder if things have been settled or not. I'm also curious if this proposal will also be joined by proposals on Parqu