Re: [I] [C++][Parquet] LoadEnumSafe for EdgeInterpolationAlgorithm trigger UB [arrow]

2025-05-12 Thread via GitHub
mapleFU closed issue #46417: [C++][Parquet] LoadEnumSafe for EdgeInterpolationAlgorithm trigger UB URL: https://github.com/apache/arrow/issues/46417 -- 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

Re: [I] R: adbc_connection_get_objects() crashes R [arrow-adbc]

2025-05-12 Thread via GitHub
klin333 closed issue #2819: R: adbc_connection_get_objects() crashes R URL: https://github.com/apache/arrow-adbc/issues/2819 -- 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

Re: [I] [GLib] Add GArrowFixedShapeDataType#permutation [arrow]

2025-05-12 Thread via GitHub
kou closed issue #46400: [GLib] Add GArrowFixedShapeDataType#permutation URL: https://github.com/apache/arrow/issues/46400 -- 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 un

[I] [C++][Parquet] LoadEnumSafe for EdgeInterpolationAlgorithm trigger UB [arrow]

2025-05-12 Thread via GitHub
mapleFU opened a new issue, #46417: URL: https://github.com/apache/arrow/issues/46417 ### Describe the bug, including details regarding any error messages, version, and platform. Should change to: ```c++ inline typename LogicalType::EdgeInterpolationAlgorithm LoadEnumSafe(

[I] R: adbc_connection_get_objects() crashes R [arrow-adbc]

2025-05-12 Thread via GitHub
klin333 opened a new issue, #2819: URL: https://github.com/apache/arrow-adbc/issues/2819 ### What happened? Calling `adbc_connection_get_objects` seems to crash R (ie total crash of R session), as soon as R's garbage collection is run. Maybe segfault somewhere from freeing of resourc

[I] [C++] Fix GCS filesystem getFileInfo method. [arrow]

2025-05-12 Thread via GitHub
HyunWooZZ opened a new issue, #46414: URL: https://github.com/apache/arrow/issues/46414 ### Describe the bug, including details regarding any error messages, version, and platform. Describe the bug, including details regarding any error messages, version, and platform. Originate f

[I] Add parquet option to Meson configuration [arrow]

2025-05-12 Thread via GitHub
WillAyd opened a new issue, #46410: URL: https://github.com/apache/arrow/issues/46410 ### Describe the enhancement requested This is currently missing from the Meson configuration ### Component(s) C++ -- This is an automated message from the Apache Git Service. To resp

Re: [I] [Documentation][C++][Compute] Add developer doc for row table [arrow]

2025-05-12 Thread via GitHub
zanmato1984 closed issue #46209: [Documentation][C++][Compute] Add developer doc for row table URL: https://github.com/apache/arrow/issues/46209 -- 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 s

[I] Rust sliced ListArrays get corrupted by C++ IPC serialization [arrow]

2025-05-12 Thread via GitHub
brunal opened a new issue, #46407: URL: https://github.com/apache/arrow/issues/46407 ### Describe the bug, including details regarding any error messages, version, and platform. Steps to reproduce: * Create a ListArray in Rust * Slice it (at index > 0) * Send it to C++ via th

Re: [I] Getting warning logs from gosnowflake driver [arrow-adbc]

2025-05-12 Thread via GitHub
zeroshade closed issue #2792: Getting warning logs from gosnowflake driver URL: https://github.com/apache/arrow-adbc/issues/2792 -- 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] (go/adbc/driver/snowflake): Large date values are not being returned correctly [arrow-adbc]

2025-05-12 Thread via GitHub
davidhcoe opened a new issue, #2811: URL: https://github.com/apache/arrow-adbc/issues/2811 ### What happened? If you run the query for ``` select TO_TIMESTAMP('-12-31 00:00:00') As December31, TO_TIMESTAMP('-12-30 00:00:00') As December30" ``` You get incorrec

Re: [I] [C++] Opening dataset fails with sshfs-3.7.3 due to F_RDADVISE error [arrow]

2025-05-12 Thread via GitHub
thisisnic closed issue #46149: [C++] Opening dataset fails with sshfs-3.7.3 due to F_RDADVISE error URL: https://github.com/apache/arrow/issues/46149 -- 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] [Python] Files containing binary data with >=8_388_855 bytes written with `arrow-rs` can't be read with `pyarrow` [arrow]

2025-05-12 Thread via GitHub
jonded94 opened a new issue, #46404: URL: https://github.com/apache/arrow/issues/46404 ### Describe the bug, including details regarding any error messages, version, and platform. Hello, internally, we wrote an own library that wraps `arrow-rs` to make it useable from Python.

[I] [C++] Avoid printing very large values [arrow]

2025-05-12 Thread via GitHub
pitrou opened a new issue, #46403: URL: https://github.com/apache/arrow/issues/46403 ### Describe the enhancement requested This snippet in Python showcases the problem. Arrow will naively attempt to print very large items in full when asking to print an array or table: ```python

Re: [I] [Python] Use f-string instead of `string.format` [arrow]

2025-05-12 Thread via GitHub
raulcd closed issue #45619: [Python] Use f-string instead of `string.format` URL: https://github.com/apache/arrow/issues/45619 -- 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. T

Re: [I] [Python] Allow to specify footer metadata when opening IPC file for writing [arrow]

2025-05-12 Thread via GitHub
rok closed issue #46222: [Python] Allow to specify footer metadata when opening IPC file for writing URL: https://github.com/apache/arrow/issues/46222 -- 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

Re: [I] [CI][Packaging] Musl linux wheels are failing to build docker image on nightly jobs [arrow]

2025-05-12 Thread via GitHub
raulcd closed issue #46363: [CI][Packaging] Musl linux wheels are failing to build docker image on nightly jobs URL: https://github.com/apache/arrow/issues/46363 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [I] Regression reading delta_byte_array test case [arrow-go]

2025-05-12 Thread via GitHub
MetalBlueberry closed issue #370: Regression reading delta_byte_array test case URL: https://github.com/apache/arrow-go/issues/370 -- 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