[I] Creation of parquet from column with complex nested objects [arrow]

2025-03-13 Thread via GitHub
stemangiola opened a new issue, #45786: URL: https://github.com/apache/arrow/issues/45786 ### Describe the usage question you have. Please include as many useful details as possible. The command, which tries to save a tibble in which a column include `SummarizedExperiment` biolo

Re: [I] [C++] Add testing directory to Meson [arrow]

2025-03-13 Thread via GitHub
kou closed issue #45779: [C++] Add testing directory to Meson URL: https://github.com/apache/arrow/issues/45779 -- 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,

[I] [GLib] Test failed with `ARROW_EXTRA_ERROR_CONTEXT=ON` [arrow]

2025-03-13 Thread via GitHub
kou opened a new issue, #45782: URL: https://github.com/apache/arrow/issues/45782 ### Describe the bug, including details regarding any error messages, version, and platform. For example: ```text Failure: test_invalid(TestRecordBatch::instance methods::#validate_full) c_g

Re: [I] [C++][Gandiva] AES Encrypt only uses 128 bit encryption regardless of cipher length [arrow]

2025-03-13 Thread via GitHub
kou closed issue #45693: [C++][Gandiva] AES Encrypt only uses 128 bit encryption regardless of cipher length URL: https://github.com/apache/arrow/issues/45693 -- 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

Re: [I] [C++] Use dict.get in Meson Configuration [arrow]

2025-03-13 Thread via GitHub
kou closed issue #45775: [C++] Use dict.get in Meson Configuration URL: https://github.com/apache/arrow/issues/45775 -- 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 unsubscr

Re: [I] [C++] Export Arrow library as dependency from Meson configuration [arrow]

2025-03-13 Thread via GitHub
kou closed issue #45772: [C++] Export Arrow library as dependency from Meson configuration URL: https://github.com/apache/arrow/issues/45772 -- 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

[I] [C++] Export Arrow library as dependency from Meson configuration [arrow]

2025-03-13 Thread via GitHub
WillAyd opened a new issue, #45772: URL: https://github.com/apache/arrow/issues/45772 ### Describe the enhancement requested Doing so will theoretically allow other projects to embed arrow as a subproject and simply call: ```python arrow_dep = declare_dependency('arrow')

[I] testing [arrow]

2025-03-13 Thread via GitHub
WillAyd opened a new issue, #45779: URL: https://github.com/apache/arrow/issues/45779 (no comment) -- 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

[I] [C++] Add subdirectories to Meson Configuration [arrow]

2025-03-13 Thread via GitHub
WillAyd opened a new issue, #45778: URL: https://github.com/apache/arrow/issues/45778 ### Describe the enhancement requested The following subdirectories need to be implemented in the Meson build system: - [ ] testing - [ ] array - [ ] c - [ ] compute - [ ] extensio

[I] csharp/src/Drivers/Apache/Spark: Trim arrow batches to limit by default in Spark driver [arrow-adbc]

2025-03-13 Thread via GitHub
alexguo-db opened a new issue, #2612: URL: https://github.com/apache/arrow-adbc/issues/2612 ### What feature or improvement would you like to see? For Spark ADBC Driver, trim arrow batches to limit by default. This is enabled by default on Databricks JDBC driver Current behavio

[I] [C++] Use dict.get in Meson Configuration [arrow]

2025-03-13 Thread via GitHub
WillAyd opened a new issue, #45775: URL: https://github.com/apache/arrow/issues/45775 ### Describe the enhancement requested Our current Meson configuration requires users to specify empty list entries within dictionaries when they are not applicable. To make the configuration smalle

[I] [C#][Flight] Add FlightInfo serializer [arrow]

2025-03-13 Thread via GitHub
cmettler opened a new issue, #45769: URL: https://github.com/apache/arrow/issues/45769 ### Describe the enhancement requested I am currently implementing a flight server based on the FlightAspServerExample sample and this python-based flight server https://github.com/quackscience/qua

[I] Meson Compilation with Boost Subproject is Broken [arrow]

2025-03-13 Thread via GitHub
WillAyd opened a new issue, #45767: URL: https://github.com/apache/arrow/issues/45767 ### Describe the bug, including details regarding any error messages, version, and platform. While the Meson system can correctly configure the project when boost is not installed, the subsequent co

Re: [I] Create stubbed FlightSQLProducer API [arrow-java]

2025-03-13 Thread via GitHub
lidavidm closed issue #266: Create stubbed FlightSQLProducer API URL: https://github.com/apache/arrow-java/issues/266 -- 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 unsubsc

Re: [I] [C++][Parquet] Consolidate Arrow write functions under `TypedColumnWriterImpl` [arrow]

2025-03-13 Thread via GitHub
wgtmac closed issue #45690: [C++][Parquet] Consolidate Arrow write functions under `TypedColumnWriterImpl` URL: https://github.com/apache/arrow/issues/45690 -- 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

Re: [I] [C++][Parquet] Consolidate Arrow write functions under `TypedColumnWriterImpl` [arrow]

2025-03-13 Thread via GitHub
wgtmac closed issue #45690: [C++][Parquet] Consolidate Arrow write functions under `TypedColumnWriterImpl` URL: https://github.com/apache/arrow/issues/45690 -- 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

Re: [I] [Java] gRPC not available on M1 [arrow-java]

2025-03-13 Thread via GitHub
lidavidm closed issue #359: [Java] gRPC not available on M1 URL: https://github.com/apache/arrow-java/issues/359 -- 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,

[I] [Python][Parquet] Data corruption when writing partitioned parquet dataset with nested lists depending on number of rows [arrow]

2025-03-13 Thread via GitHub
martinstuder opened a new issue, #45765: URL: https://github.com/apache/arrow/issues/45765 ### Describe the bug, including details regarding any error messages, version, and platform. **Environment** * Windows 11 (build 22631.4890) * pyarrow 19.0.0 * Python 3.11.10 **I

[I] How to Extend PyArrow Flight Server with Custom RPCs? [arrow]

2025-03-13 Thread via GitHub
amitbar101 opened a new issue, #45761: URL: https://github.com/apache/arrow/issues/45761 ### Describe the usage question you have. Please include as many useful details as possible. I'm using a Python Flight server which comes with the built-in RPCs which defined at the `Flight.

Re: [I] [Java][Flight] grpc-netty, version mismatch, incompatible ctor for "PooledByteBufAllocator" in io.grpc.netty.Utils#createByteBufAllocator [arrow-java]

2025-03-13 Thread via GitHub
lidavidm closed issue #347: [Java][Flight] grpc-netty, version mismatch, incompatible ctor for "PooledByteBufAllocator" in io.grpc.netty.Utils#createByteBufAllocator URL: https://github.com/apache/arrow-java/issues/347 -- This is an automated message from the Apache Git Service. To respond

Re: [I] [Java][FlightSQL] Implement prepared statement [arrow-java]

2025-03-13 Thread via GitHub
lidavidm closed issue #262: [Java][FlightSQL] Implement prepared statement URL: https://github.com/apache/arrow-java/issues/262 -- 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.

[I] [C++][Compute] Add FunctionOptions::Validate [arrow]

2025-03-13 Thread via GitHub
pitrou opened a new issue, #45760: URL: https://github.com/apache/arrow/issues/45760 ### Describe the enhancement requested Compute function options can have validity constraints, for example a quantile should be between 0.0 and 1.0. By exposing a `Status Validate()` virtual me