Re: [ANNOUNCE] New Arrow PMC member: Rossi Sun

2025-10-06 Thread Alina Li
Congratulations Rossi! Alina From: Ra?l Cumplido Sent: October 6, 2025 8:13 AM To: dev@arrow.apache.org Subject: [ANNOUNCE] New Arrow PMC member: Rossi Sun The Project Management Committee (PMC) for Apache Arrow has invited Rossi Sun to become a PMC member and w

Re: [Flight SQL ODBC] Arrow Bitmap UI Banner for Installer

2025-08-19 Thread Alina Li
://arrow.apache.org/visual_identity/ for it? Thanks, -- kou In "[Flight SQL ODBC] Arrow Bitmap UI Banner for Installer" on Tue, 19 Aug 2025 21:35:19 +0000, Alina Li wrote: > > Hello everyone, > > I am working on an Arrow Flight SQL ODBC WiX msi installer on Windows, and to

[Flight SQL ODBC] Arrow Bitmap UI Banner for Installer

2025-08-19 Thread Alina Li
Hello everyone, I am working on an Arrow Flight SQL ODBC WiX msi installer on Windows, and to label the installer as Arrow branded, I need the Arrow community UI bitmap banner which needs to be 493 by 58 pixels according to CMake Doc [1]. Could someone point me to a place where I can find such

Re: [C++][FlightRPC] Preferred PR Format for the Arrow ODBC Driver

2025-04-02 Thread Alina Li
ttps://github.com/apache/arrow/pull/35345 -- Felipe On Tue, Apr 1, 2025 at 2:59 PM Alina Li wrote: > Greetings community, > > This email is regarding GitHub issue#30622 [1] for the Arrow ODBC Driver. > My colleague Rob and I are planning to work on the ODBC API layer to for > fl

[C++][FlightRPC] Preferred PR Format for the Arrow ODBC Driver

2025-04-01 Thread Alina Li
Greetings community, This email is regarding GitHub issue#30622 [1] for the Arrow ODBC Driver. My colleague Rob and I are planning to work on the ODBC API layer to for flightsql-odbc backend. So we would like to know the community's preference for PR formats. For starters, I am thinking that we

Re: [Discussion][C++][FlightRPC] What stage to submit a PR for Flight SQL ODBC driver

2024-01-05 Thread Alina Li
Understood. Thanks for your explanation. Best, Alina

Re: [Discussion][C++][FlightRPC] What stage to submit a PR for Flight SQL ODBC driver

2024-01-05 Thread Alina Li
Thank you for the update, David. JB / his colleagues would be working on the PR to import the code to Arrow. Regarding ICLAs, I believe Joy and Alex have filled out the ICLA already. Just to confirm, since no individuals hold copyright over the code, ICLAs are no longer required from the contri

Re: [VOTE] Accept donation of flightsql-odbc

2024-01-05 Thread Alina Li
+1 (non-binding)

Re: [Discussion][C++][FlightRPC] What stage to submit a PR for Flight SQL ODBC driver

2023-12-19 Thread Alina Li
Thank you both David and Jean-B, I had informed the contributors to put "arrow" in the notify project field. Please update this thread after you're notified regarding the receival of ICLAs. Thanks, Alina

Re: [Discussion][C++][FlightRPC] What stage to submit a PR for Flight SQL ODBC driver

2023-12-18 Thread Alina Li
Thanks for the confirmation, David. So, the only optional field they need to fill in on the ICLA form is the notify project field, and they need to put "arrow-pmc" in it?

Re: [Discussion][C++][FlightRPC] What stage to submit a PR for Flight SQL ODBC driver

2023-12-15 Thread Alina Li
Hi David, thanks for the heads up. I'm still learning about the ICLA process, so I have some questions. According to Contributor agreements page [1], I see that an apache id is also needed if a contributor is submitting ICLA in response to an invitation from a PMC. So, in order for the contribut

Re: [Discussion][C++][FlightRPC] What stage to submit a PR for Flight SQL ODBC driver

2023-12-14 Thread Alina Li
e with you (JB can be my backup on that >> one). >> >> Laurent >> >> On Tue, Dec 12, 2023 at 12:45 PM Alina Li >> wrote: >> >>> David you bring a good point. Regarding the IP clearance for Timestream >>> ODBC driver, we are still l

Re: [Discussion][C++][FlightRPC] What stage to submit a PR for Flight SQL ODBC driver

2023-12-12 Thread Alina Li
t; [1]: https://incubator.apache.org/ip-clearance/ > > On Thu, Dec 7, 2023, at 14:30, Alina Li wrote: > > Hi David. To be one the safer side, I suggest going through IP > > clearance for [3] the Timestream ODBC driver project, and more code > > than entry_points.cpp will be

Re: [Discussion][C++][FlightRPC] What stage to submit a PR for Flight SQL ODBC driver

2023-12-07 Thread Alina Li
e code than that. [1]: https://incubator.apache.org/ip-clearance/ [2]: https://github.com/dremio/flightsql-odbc [3]: https://github.com/awslabs/amazon-timestream-odbc-driver [4]: https://github.com/awslabs/amazon-timestream-odbc-driver/blob/main/src/odbc/src/entry_points.cpp On Tue, Dec 5, 2023,

[Discussion][C++][FlightRPC] What stage to submit a PR for Flight SQL ODBC driver

2023-12-05 Thread Alina Li
ur feedback would be appreciated, Alina Li From: Alina Li Sent: Thursday, November 30, 2023 11:09 AM To: dev@arrow.apache.org Subject: [C++][FlightRPC] Email regarding the ODBC driver Hi community, This email is regarding GitHub issue#30622<https://github.co

[C++][FlightRPC] Email regarding the ODBC driver

2023-11-30 Thread Alina Li
Hi community, This email is regarding GitHub issue#30622. We are looking to build a new ODBC driver for Flight SQL that can be part of the Arrow project. It would utilize parts of the Amazon Timestream ODBC driver