Re: [I] [Python] Remove no longer used serialize/deserialize PyArrow C++ code [arrow]

2025-03-24 Thread via GitHub
AlenkaF closed issue #43587: [Python] Remove no longer used serialize/deserialize PyArrow C++ code URL: https://github.com/apache/arrow/issues/43587 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

[I] cost 98s to connect to greenplum [arrow-adbc]

2025-03-24 Thread via GitHub
wonb168 opened a new issue, #2647: URL: https://github.com/apache/arrow-adbc/issues/2647 ### What happened? why new a connection to gp need 98 second? ### Stack Trace when connect to gp, adbc will read all tables to get column types? how to speed connect to gp?

Re: [I] [Ruby] Unify test for dense union array in raw_records and each_raw_record [arrow]

2025-03-24 Thread via GitHub
kou closed issue #45890: [Ruby] Unify test for dense union array in raw_records and each_raw_record URL: https://github.com/apache/arrow/issues/45890 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[I] safe casting fails on large integer when called through pa.array [arrow]

2025-03-24 Thread via GitHub
bmschmidt opened a new issue, #45875: URL: https://github.com/apache/arrow/issues/45875 ### Describe the bug, including details regarding any error messages, version, and platform. Thanks to everyone who has contributed to this project. I'm finding a discrepancy in behavior bet

Re: [I] [C++][Compute] Make Grouper API more flexible [arrow]

2025-03-24 Thread via GitHub
pitrou closed issue #45821: [C++][Compute] Make Grouper API more flexible URL: https://github.com/apache/arrow/issues/45821 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[I] go/adbc/sqldriver: read from union types [arrow-adbc]

2025-03-24 Thread via GitHub
murfffi opened a new issue, #2636: URL: https://github.com/apache/arrow-adbc/issues/2636 ### What feature or improvement would you like to see? It will be nice to support reading from union columns from databases that support them when using the `database/sql` adapter. For exa

Re: [I] [C++][Compute] Add winsorize function [arrow]

2025-03-24 Thread via GitHub
pitrou closed issue #45755: [C++][Compute] Add winsorize function URL: https://github.com/apache/arrow/issues/45755 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

[I] [C++] Expose `{Array,...}FromJSON` as public APIs [arrow]

2025-03-24 Thread via GitHub
pitrou opened a new issue, #45908: URL: https://github.com/apache/arrow/issues/45908 ### Describe the enhancement requested The various XXXFromJSON functions have been initially written to ease writing our own unit tests, but they could actually be generally helpful for users to expe

[I] [Docs] Document GitHub Discussions in Developer's Guide [arrow]

2025-03-24 Thread via GitHub
AlenkaF opened a new issue, #45906: URL: https://github.com/apache/arrow/issues/45906 ### Describe the enhancement requested GitHub Discussions is being enabled for the repo in ht and changes in arrow site and issue template is being updated. We should also update the Developer

[I] [C++] Failures in ConcurrentQueue.BasicTest [arrow]

2025-03-24 Thread via GitHub
pitrou opened a new issue, #45905: URL: https://github.com/apache/arrow/issues/45905 ### Describe the bug, including details regarding any error messages, version, and platform. I regularly get test timing-dependent failures locally in `ConcurrentQueue.BasicTest`. ``` [

[I] Can't create a StructVector with a NullVector child [arrow-java]

2025-03-24 Thread via GitHub
jarohen opened a new issue, #690: URL: https://github.com/apache/arrow-java/issues/690 ### Describe the bug, including details regarding any error messages, version, and platform. repro: ```java @Test public void testStructWithNullVectorChild() { var fi

Re: [I] [Go][Parquet] PlainFixedLenByteArrayEncoder behaves differently from DictFixedLenByteArrayEncoder with null values where schema has Nullable: false [arrow-go]

2025-03-24 Thread via GitHub
zeroshade closed issue #71: [Go][Parquet] PlainFixedLenByteArrayEncoder behaves differently from DictFixedLenByteArrayEncoder with null values where schema has Nullable: false URL: https://github.com/apache/arrow-go/issues/71 -- This is an automated message from the Apache Git Service. To re

Re: [I] [Go][Parquet] PlainFixedLenByteArrayEncoder behaves differently from DictFixedLenByteArrayEncoder with null values where schema has Nullable: false [arrow-go]

2025-03-24 Thread via GitHub
zeroshade closed issue #71: [Go][Parquet] PlainFixedLenByteArrayEncoder behaves differently from DictFixedLenByteArrayEncoder with null values where schema has Nullable: false URL: https://github.com/apache/arrow-go/issues/71 -- This is an automated message from the Apache Git Service. To re

Re: [I] Feature Request: Consider removing PyArrow as a required DBAPI dependency [arrow-adbc]

2025-03-24 Thread via GitHub
lidavidm closed issue #2413: Feature Request: Consider removing PyArrow as a required DBAPI dependency URL: https://github.com/apache/arrow-adbc/issues/2413 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[I] cdata interface with bazel + gazelle requires patches to build [arrow-go]

2025-03-24 Thread via GitHub
notfilippo opened a new issue, #327: URL: https://github.com/apache/arrow-go/issues/327 ### Describe the bug, including details regarding any error messages, version, and platform. After the recent upgrades to v18.1 I have noticed some issues in my bazel + [gazelle](https://github.co

Re: [I] [Docs] Update GitHub Issue Template for GitHub Discussions [arrow]

2025-03-24 Thread via GitHub
raulcd closed issue #45883: [Docs] Update GitHub Issue Template for GitHub Discussions URL: https://github.com/apache/arrow/issues/45883 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [I] [Docs] Enable Discussions [arrow]

2025-03-24 Thread via GitHub
raulcd closed issue #45813: [Docs] Enable Discussions URL: https://github.com/apache/arrow/issues/45813 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[I] [Python][Parquet] Expose ParquetWriter properties and arrow_properties [arrow]

2025-03-24 Thread via GitHub
AlenkaF opened a new issue, #45902: URL: https://github.com/apache/arrow/issues/45902 ### Describe the enhancement requested There might be a use case to expose `ParquetWriter` properties via `writer.properties` and `writer.arrow_properties`, see https://github.com/apache/arrow/pull/

Re: [I] [Python][Parquet] Unused readonly properties of ParquetWriter [arrow]

2025-03-24 Thread via GitHub
AlenkaF closed issue #45282: [Python][Parquet] Unused readonly properties of ParquetWriter URL: https://github.com/apache/arrow/issues/45282 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci