Re: CIDR 2024

2023-12-05 Thread Wes McKinney
I will also be there. On Mon, Dec 4, 2023 at 12:58 PM Tony Wang wrote: > I am > > Get Outlook for Android > > From: Curt Hagenlocher > Sent: Monday, December 4, 2023 12:53:00 PM > To: dev@arrow.apache.org > Subject: CIDR 2024 > > Who's g

Arrow community meeting December 6 at 17:00 UTC

2023-12-05 Thread Ian Cook
Our next biweekly Arrow community meeting is tomorrow at 17:00 UTC / 12:00 EDT. Zoom meeting URL: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Meeting ID: 876 4903 3008 Passcode: 958092 Meeting notes will be captured in this Google Doc: https://docs.google.com/document/d/1xr

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

2023-12-05 Thread Alina Li
Hi community, I wanted to start a discussion regarding the development of Flight SQL ODBC driver. Regarding the seed usage to my previous email, our initial plan is that flightsql-odbc will be mostly used as-is other than changes to conforming to Arrow coding guidelines, and for Amazon Timestre

Re: [DISC][Java]: Migrate Arrow Java to JPMS Java Platform Module System

2023-12-05 Thread James Duong
I expect that we’d still have to change CLI arguments in JDK17. The need for changing the CLI arguments is due to memory-core now being a named module while requiring access to Unsafe and using reflection for accessing internals of java.nio.Buffer. We’re using JDK8 code for doing both currently

Re: [VOTE][Julia] Release Apache Arrow Julia 2.7.0 RC1

2023-12-05 Thread Sutou Kouhei
+1 I ran the following command line on Debian GNU/Linux sid: VERIFY_FORCE_USE_JULIA_BINARY=1 dev/release/verify_rc.sh 2.7.0 1 Thanks, -- kou In <20231206.053741.2155416544705844847@clear-code.com> "[VOTE][Julia] Release Apache Arrow Julia 2.7.0 RC1" on Wed, 06 Dec 2023 05:37:41 +0900

[VOTE][Julia] Release Apache Arrow Julia 2.7.0 RC1

2023-12-05 Thread Sutou Kouhei
Hi, I would like to propose the following release candidate (RC1) of Apache Arrow Julia version 2.7.0. This release candidate is based on commit: 37122911c24f44318e6d4a0840408adb3364cf2a [1] The source release rc1 is hosted at [2]. Please download, verify checksums and signatures, run the unit

[DISCUSS] Conventions for transporting Arrow data over HTTP

2023-12-05 Thread Ian Cook
This is a continuation of the discussion entitled "[DISCUSS] Protocol for exchanging Arrow data over REST APIs". See the previous messages at https://lists.apache.org/thread/vfz74gv1knnhjdkro47shzd1z5g5ggnf. To inform this discussion, I created some basic Arrow-over-HTTP client and server examples

Re: [DISC][Java]: Migrate Arrow Java to JPMS Java Platform Module System

2023-12-05 Thread Adam Lippai
I believe Spark 4.0 was mentioned before. It’ll require Java 17 and will be released in a few months (June?). Best regards, Adam Lippai On Tue, Dec 5, 2023 at 12:05 David Li wrote: > Thanks James for delving into this mess. > > It looks like this change is unavoidable if we want to modularize?

Re: [DISC][Java]: Migrate Arrow Java to JPMS Java Platform Module System

2023-12-05 Thread David Li
Thanks James for delving into this mess. It looks like this change is unavoidable if we want to modularize? I think this is OK. Will the CLI argument change as we continue modularizing, or is this the only change that will be needed? On Mon, Dec 4, 2023, at 20:07, James Duong wrote: > Hello, >