Re: [DISCUSS] Monorepo GitHub workflow: allow one issue with multiple PRs

2024-09-12 Thread Rok Mihevc
Perhaps adding a count tag to the PR titles would be useful for such cases? e.g.: GH-: [/] Rok On Thu, Sep 12, 2024 at 10:37 AM Antoine Pitrou wrote: > > Hi, > > I don't have a specific opinion on this, but as a data point, this > already happens from time to time (though rarely). > > Regards

Re: [DISCUSS][Flight] Improved Arrow Flight as alternative to Iceberg for DB--engine interop

2024-09-12 Thread Micah Kornfield
Hi Roman, I tried to skim your writing at least on the read side. IIUC you are advocating for something which to some extent is a generalization of Iceberg's REST catalog planning API [1]. But instead of just Iceberg, it would encompass other formats, and also be more flexible on negotiating whic

Re: [DISCUSS][Flight] Improved Arrow Flight as alternative to Iceberg for DB--engine interop

2024-09-12 Thread Roman Leventov
Thanks for the feedback Andrew, my responses are inline: There is no reason a system can't provide results in milliseconds after it > is written (as we do in InfluxDB 3.0) even if data eventually landd in > object storage. This is achieved, unsurprisingly, by having metadata and > data stored clos

Re: [DISCUSS][C++] Should we disallow storage account key in Azure file system URL?

2024-09-12 Thread Antoine Pitrou
Hi, I sympathize with the security argument. If no other library allows for embedding the Azure password directly in the URL, then I would be ok for deprecating it. Regards Antoine. Le 10/09/2024 à 03:24, Sutou Kouhei a écrit : Hi, The current Azure file system URI accepts account key

Re: [DISCUSS] Monorepo GitHub workflow: allow one issue with multiple PRs

2024-09-12 Thread Antoine Pitrou
Hi, I don't have a specific opinion on this, but as a data point, this already happens from time to time (though rarely). Regards Antoine. Le 11/09/2024 à 17:32, Joris Van den Bossche a écrit : Hi all, This is a discussion specifically for the GitHub development workflow we use in the m