Re: R arrow package question

2023-02-09 Thread Nic Crane
Hi Angelo, I think what might be happening here is that you have space characters in your integer column, which are causing problems. I created what could be a reproducible example of your problem at: https://gist.github.com/thisisnic/af265166d5cd1ebce605cf3e478ee6d8 In short, can you try includ

[VOTE] Release Apache Arrow ADBC 0.2.0 - RC1

2023-02-09 Thread David Li
Hello, I would like to propose the following release candidate (RC1) of Apache Arrow ADBC version 0.2.0. This is a release consisting of 34 resolved GitHub issues [1]. This release candidate is based on commit: de79252f70dfc145b853530f328b0c6dfed3085f [2] The source release rc1 is hosted at [

Re: [VOTE] Release Apache Arrow ADBC 0.2.0 - RC1

2023-02-09 Thread Jianfeng Mao
Hi David, it is great to see that the ADBC project is moving so fast. We at Deephaven implemented a new feature that relies on ADBC/ODBC to ingest relational data. When one of our dev-rel developers tried to set up some demos for this feature, the experience with ADBC was much smoother than that w

Re: [VOTE] Release Apache Arrow ADBC 0.2.0 - RC1

2023-02-09 Thread David Li
Hi Jianfeng, Glad it's already helping you! It is definitely still in my plans, but I haven't gotten to it yet. Of course, contributions are also welcome. It was also brought to my attention that other ODBC wrappers exist (also: ConnectorX, IIRC) which could be evaluated in lieu of Turbodbc for

Re: [VOTE] Release Apache Arrow ADBC 0.2.0 - RC1

2023-02-09 Thread Will Jones
+1 (non-binding) Verified on MacOS with (TEST_APT=0 TEST_YUM=0 USE_CONDA=1) and Ubuntu 22.04 with (USE_CONDA=1). On Thu, Feb 9, 2023 at 11:53 AM David Li wrote: > Hi Jianfeng, > > Glad it's already helping you! It is definitely still in my plans, but I > haven't gotten to it yet. Of course, con

Re: DISCUSS: [FlightSQL] Catalog support

2023-02-09 Thread Sutou Kouhei
Hi James Is there any progress of this? I'm developing a Flight SQL adapter for PostgreSQL: https://github.com/apache/arrow-flight-sql-postgresql I want to implement session feature for it because opening a session in PostgreSQL is expensive. PostgreSQL uses one process per session. If we open a

Re: [VOTE] Release Apache Arrow ADBC 0.2.0 - RC1

2023-02-09 Thread Sutou Kouhei
+1 I ran the following on Debian GNU/Linux sid: dev/release/verify-release-candidate.sh 0.2.0 1 with: * Python 3.10.9 * g++ (Debian 12.2.0-14) 12.2.0 * openjdk version "17.0.5" 2022-10-18 * ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux-gnu] Thanks, -- kou In "[VO