Re: [DISCUSS][C++] Raw pointer string views

2023-10-03 Thread Antoine Pitrou
Le 03/10/2023 à 01:36, Matt Topol a écrit : The cost of conversion is actually significantly higher than the actual overhead of simply accessing the values in either representation, leading to a high potential for bottleneck. For systems like Velox and DuckDB where it's important to be able to

Re: [VOTE] [Format] Add app_metadata to FlightInfo and FlightEndpoint

2023-10-03 Thread Sutou Kouhei
+1 I've reviewed it and fixed some test related problems directly. Thanks, -- kou In "Re: [VOTE] [Format] Add app_metadata to FlightInfo and FlightEndpoint" on Mon, 25 Sep 2023 10:17:52 -0400, "David Li" wrote: > I see integration tests are added now, thanks Matt! > > +1 > > On Thu, S

Re: [VOTE] [Format] Add app_metadata to FlightInfo and FlightEndpoint

2023-10-03 Thread Antoine Pitrou
+1 from me. It might be worth spelling out whether any relationship is expected between the `app_metadata` for a FlightInfo and any of the corresponding `FlightEndpoint`s and `FlightData` chunks. Le 12/09/2023 à 17:48, Matt Topol a écrit : Hey all, I would like to propose adding a new app

[RESULT] [VOTE] [Format] Add app_metadata to FlightInfo and FlightEndpoint

2023-10-03 Thread Matt Topol
@Antoine i'll update the comment in the .proto file to make it explicit that there's no implied/inherent relationship required between the app_metadata for a FlightInfo and the corresponding FlightEndpoint/FlightData messages. That gives 3 +1 votes, no -1 votes. So the vote passes. Thanks everyone

quivr - a new library built on pyarrow

2023-10-03 Thread Spencer Nelson
Hi all - I'd like to share a library I've been working on for a few months which is built on top of Arrow. It's called quivr (like a bundle of arrows) and it could be thought of as tools to wrap up PyArrow Tables and extend their capabilities. I work on scientif

[DISCUSS][Rust][DataFusion][HiveMetaStore] Possible Metastore integration with Data Fusion

2023-10-03 Thread Kothapalli, Vamsi
Hi devs, I would like to start discussion with possible integration of Hive Metastore with Data fusion, Simmilarly along the lines of this Glue catalog itegration https://github.com/apache/arrow-datafusion/issues/2206, Can anyone suggest me how the code should look like if I or some would like