[Discussion][Gandiva] Migration JIT engine from MCJIT to ORC v2

2023-12-04 Thread Yue Ni
Hi there, I'd like to initiate a discussion regarding the proposal to migrate the JIT engine from LLVM MCJIT to LLVM ORC v2 [1] in Gandiva. I've provided a concise description of the proposal in the following issue: https://github.com/apache/arrow/issues/37848. I welcome any feedback or comments o

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

2023-12-04 Thread James Duong
Hello, I did some work to separate the below PR into smaller PRs. * Updating the versions of dependencies and maven plugins is done and merged into master. * I separated out the work modularizing arrow-vector, arrow-memory-core/unsafe, and arrow-memory-netty. Modularizing arrow-memory

Re: Trying to understand Arrow Flight internals better

2023-12-04 Thread Jayjeet Chakraborty
Thanks David > On Dec 4, 2023, at 12:25 PM, David Li wrote: > > Hi Jayjeet, > > Start from > https://github.com/apache/arrow/blob/main/cpp/src/arrow/flight/transport/grpc/customize_grpc.h > > -David > > On Sun, Dec 3, 2023, at 02:04, Jayjeet Chakraborty wrote: >> Hi Apache Arrow Community, >

Re: CIDR 2024

2023-12-04 Thread Tony Wang
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 going to CIDR in January? (And who else is shocked that it's already going to be 2024...?)

CIDR 2024

2023-12-04 Thread Curt Hagenlocher
Who's going to CIDR in January? (And who else is shocked that it's already going to be 2024...?) -Curt

Re: Trying to understand Arrow Flight internals better

2023-12-04 Thread David Li
Hi Jayjeet, Start from https://github.com/apache/arrow/blob/main/cpp/src/arrow/flight/transport/grpc/customize_grpc.h -David On Sun, Dec 3, 2023, at 02:04, Jayjeet Chakraborty wrote: > Hi Apache Arrow Community, > > I was working with the Arrow Flight protocol and wanted to understand it a > li