Re: [I] [C++] Attach `arrow::ArrayStatistics` to `arrow::Array` [arrow]

2024-09-02 Thread via GitHub
kou closed issue #43666: [C++] Attach `arrow::ArrayStatistics` to `arrow::Array` URL: https://github.com/apache/arrow/issues/43666 -- 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#] Use "asf" organization in NuGet [arrow]

2024-09-02 Thread via GitHub
kou opened a new issue, #43930: URL: https://github.com/apache/arrow/issues/43930 ### Describe the enhancement requested https://www.nuget.org/profiles/asf We don't use the organization feature in NuGet now. Some PMC members are owner of https://www.nuget.org/packages/Apache.Ar

Re: [I] python: add CI build with debug python [arrow-adbc]

2024-09-02 Thread via GitHub
lidavidm closed issue #2077: python: add CI build with debug python URL: https://github.com/apache/arrow-adbc/issues/2077 -- 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 uns

Re: [I] python: add CI build with debug python [arrow-adbc]

2024-09-02 Thread via GitHub
lidavidm closed issue #2077: python: add CI build with debug python URL: https://github.com/apache/arrow-adbc/issues/2077 -- 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 uns

Re: [I] [C++] Attach `arrow::ArrayStatistics` to `arrow::ArrayData` [arrow]

2024-09-02 Thread via GitHub
kou closed issue #43797: [C++] Attach `arrow::ArrayStatistics` to `arrow::ArrayData` URL: https://github.com/apache/arrow/issues/43797 -- 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 co

Re: [I] [C++] Add support for Boost 1.86 [arrow]

2024-09-02 Thread via GitHub
kou closed issue #43746: [C++] Add support for Boost 1.86 URL: https://github.com/apache/arrow/issues/43746 -- 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-ma

[I] [Python]: OSError: Write out of bounds (offset = 13784, size = 1496) in file of size 14638 [arrow]

2024-09-02 Thread via GitHub
u3Izx9ql7vW4 opened a new issue, #43929: URL: https://github.com/apache/arrow/issues/43929 ### Describe the bug, including details regarding any error messages, version, and platform. Hello, I'm trying to save a table to a memory mapped file, but I'm getting an error: ``

Re: [I] [Python] Uploading nightly wheels to the scientific python nightly channel [arrow]

2024-09-02 Thread via GitHub
assignUser closed issue #40216: [Python] Uploading nightly wheels to the scientific python nightly channel URL: https://github.com/apache/arrow/issues/40216 -- 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] [C++] Make ChunkResolver::ResolveMany output a list of ChunkLocations [arrow]

2024-09-02 Thread via GitHub
felipecrv opened a new issue, #43927: URL: https://github.com/apache/arrow/issues/43927 ### Describe the enhancement requested Instead of two indexes buffers. This helps with cache locality and performance of kernels using it (so far, only the non-merged `"array_take"` implementation

Re: [I] [CI] Remove Python version guard when installing GCS testbench [arrow]

2024-09-02 Thread via GitHub
pitrou closed issue #43883: [CI] Remove Python version guard when installing GCS testbench URL: https://github.com/apache/arrow/issues/43883 -- 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++] Compute: KeyEncoder support List Type [arrow]

2024-09-02 Thread via GitHub
mapleFU opened a new issue, #43911: URL: https://github.com/apache/arrow/issues/43911 ### Describe the enhancement requested This is part of https://github.com/apache/arrow/issues/43716 . We need first support KeyEncoder in ListType ### Component(s) C++ -- This

Re: [I] [C++] Compute: Why some ScalarAggregator handles scalar ExecSpan like single value, other like groups value? [arrow]

2024-09-02 Thread via GitHub
mapleFU closed issue #43768: [C++] Compute: Why some ScalarAggregator handles scalar ExecSpan like single value, other like groups value? URL: https://github.com/apache/arrow/issues/43768 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] [C++] Compute: Adding more comments for RowEncoder [arrow]

2024-09-02 Thread via GitHub
mapleFU closed issue #43758: [C++] Compute: Adding more comments for RowEncoder URL: https://github.com/apache/arrow/issues/43758 -- 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.

Re: [I] [Python] Make NumPy an optional runtime dependency [arrow]

2024-09-02 Thread via GitHub
pitrou closed issue #25118: [Python] Make NumPy an optional runtime dependency URL: https://github.com/apache/arrow/issues/25118 -- 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: RowEncoder supports a unsafe_encoded_row to get the std::string_view for row [arrow]

2024-09-02 Thread via GitHub
mapleFU opened a new issue, #43909: URL: https://github.com/apache/arrow/issues/43909 ### Describe the enhancement requested Currently, a RowTable always get row by `encoded_row`, which returns an `std::string` We could supports an unsafe_encoded_row, like below: ```c++

Re: [I] [R] format_aggregation() should print options too [arrow]

2024-09-02 Thread via GitHub
thisisnic closed issue #43894: [R] format_aggregation() should print options too URL: https://github.com/apache/arrow/issues/43894 -- 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] BigQuery Reads Null Values from Parquet Files Generated with pyarrow Versions > 12.0.1 [arrow]

2024-09-02 Thread via GitHub
matteosdocsity opened a new issue, #43908: URL: https://github.com/apache/arrow/issues/43908 ### Describe the bug, including details regarding any error messages, version, and platform. When using `pyarrow` versions greater than `12.0.1` to write Parquet files that are then loaded in

[I] [C#][Flight] Add Grpc Call Options support on Flight Client [arrow]

2024-09-02 Thread via GitHub
qmmk opened a new issue, #43907: URL: https://github.com/apache/arrow/issues/43907 ### Describe the enhancement requested Describe the enhancement requested Add parameter for Grpc.CallOptions including the following: - Grpc.Core.Metadata headers - System.DateTime dealine -

[I] [CI][Python] python_test_emscripten fails with missing PARQUET_TEST_DATA environment variable [arrow]

2024-09-02 Thread via GitHub
raulcd opened a new issue, #43905: URL: https://github.com/apache/arrow/issues/43905 ### Describe the bug, including details regarding any error messages, version, and platform. The [test-conda-python-emscripten](https://github.com/ursacomputing/crossbow/actions/runs/10658679057/job/

[I] [Python][Packaging] Stop uploading nightly wheels to gemfury [arrow]

2024-09-02 Thread via GitHub
raulcd opened a new issue, #43904: URL: https://github.com/apache/arrow/issues/43904 ### Describe the enhancement requested Once we start uploading nightly wheels to the scientific python channel on anaconda: - https://github.com/apache/arrow/issues/40216 we can drop uploadi

[I] [Java] Support for Long memory addresses [arrow]

2024-09-02 Thread via GitHub
vibhatha opened a new issue, #43902: URL: https://github.com/apache/arrow/issues/43902 ### Describe the enhancement requested In the memory-core module, still, there are the usage of `Integer` instead of `Long` in case of representing memory addresses, index, and sizes. This must be