[I] Python Hangs on pyarrow.csv.read_csv with use_threads=True and UnicodeDecodeError [arrow]

2024-08-17 Thread via GitHub
dxdc opened a new issue, #43741: URL: https://github.com/apache/arrow/issues/43741 ### Describe the bug, including details regarding any error messages, version, and platform. ## Summary When using `pyarrow.csv.read_csv` with `ReadOptions(use_threads=True)` and encountering a `Uni

Re: [I] [GLib] Add `GArrowAzureFileSystem` [arrow]

2024-08-17 Thread via GitHub
kou closed issue #43738: [GLib] Add `GArrowAzureFileSystem` URL: https://github.com/apache/arrow/issues/43738 -- 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-

[I] [GLib] Add `GArrowAzureFileSystem` [arrow]

2024-08-17 Thread via GitHub
kou opened a new issue, #43738: URL: https://github.com/apache/arrow/issues/43738 ### Describe the enhancement requested It's the `arrow::fs::AzureFileSystem` bindings. ### Component(s) GLib -- This is an automated message from the Apache Git Service. To respond to the

[I] [R] AWS SDK fails to build on one of CRAN's M1 builders [arrow]

2024-08-17 Thread via GitHub
jonkeane opened a new issue, #43735: URL: https://github.com/apache/arrow/issues/43735 ### Describe the bug, including details regarding any error messages, version, and platform. I get a two-week email from CRAN ``` [ 77%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aw

[I] [C++] Compute: Why compute::internal::BooleanKeyEncoder doesn't handle !valid scalar as not-null? [arrow]

2024-08-17 Thread via GitHub
mapleFU opened a new issue, #43733: URL: https://github.com/apache/arrow/issues/43733 ### Describe the enhancement requested I'm current learning the code of `compute::RowEncoder`. I found that in `FixedWidthKeyEncoder`, Scalar detects `is_valid`: ```c++ Status FixedWidthKey