[jira] [Created] (ARROW-17135) [C++] Reduce code size in arrow/compute/kernels/scalar_compare.cc

2022-07-19 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-17135: Summary: [C++] Reduce code size in arrow/compute/kernels/scalar_compare.cc Key: ARROW-17135 URL: https://issues.apache.org/jira/browse/ARROW-17135 Project: Apache

[jira] [Created] (ARROW-17134) [C++(?)/Python] pyarrow.compute.replace_with_mask does not replace null when providing an array mask

2022-07-19 Thread Matthew Roeschke (Jira)
Matthew Roeschke created ARROW-17134: Summary: [C++(?)/Python] pyarrow.compute.replace_with_mask does not replace null when providing an array mask Key: ARROW-17134 URL:

[jira] [Created] (ARROW-17133) pqarrow: PlainFixedLenByteArrayEncoder behaves differently from DictFixedLenByteArrayEncoder with null values where schema has Nullable: false

2022-07-19 Thread Phillip LeBlanc (Jira)
Phillip LeBlanc created ARROW-17133: --- Summary: pqarrow: PlainFixedLenByteArrayEncoder behaves differently from DictFixedLenByteArrayEncoder with null values where schema has Nullable: false Key: ARROW-17133

[jira] [Created] (ARROW-17132) [R] Mutate in compare_dplyr_binding returns wrong type

2022-07-19 Thread Rok Mihevc (Jira)
Rok Mihevc created ARROW-17132: -- Summary: [R] Mutate in compare_dplyr_binding returns wrong type Key: ARROW-17132 URL: https://issues.apache.org/jira/browse/ARROW-17132 Project: Apache Arrow

[jira] [Created] (ARROW-17131) [Python] add a field() method to StructType that returns the user a field

2022-07-19 Thread Anja Boskovic (Jira)
Anja Boskovic created ARROW-17131: - Summary: [Python] add a field() method to StructType that returns the user a field Key: ARROW-17131 URL: https://issues.apache.org/jira/browse/ARROW-17131

[GitHub] [arrow-julia] palday opened a new issue, #328: `fromarrow` dispatch for `::Type{Union{Missing, T}}` is broken when `T` is parametric

2022-07-19 Thread GitBox
palday opened a new issue, #328: URL: https://github.com/apache/arrow-julia/issues/328 xref: https://github.com/JuliaCloud/AWSS3.jl/issues/263 The fix seems to be change `::Type{Union{Missing, T}}` to `::Type{<:Union{Missing, T}}`. -- This is an automated message from the Apache

[jira] [Created] (ARROW-17130) Enable multiple character delimiters in read_csv

2022-07-19 Thread Jack Howard (Jira)
Jack Howard created ARROW-17130: --- Summary: Enable multiple character delimiters in read_csv Key: ARROW-17130 URL: https://issues.apache.org/jira/browse/ARROW-17130 Project: Apache Arrow Issue

[jira] [Created] (ARROW-17129) [C++][Compute] Improve memory efficiency in Grouper

2022-07-19 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-17129: Summary: [C++][Compute] Improve memory efficiency in Grouper Key: ARROW-17129 URL: https://issues.apache.org/jira/browse/ARROW-17129 Project: Apache Arrow

[jira] [Created] (ARROW-17128) [C++] Sporadic DCHECK failure in arrow-dataset-scanner-test (2)

2022-07-19 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-17128: -- Summary: [C++] Sporadic DCHECK failure in arrow-dataset-scanner-test (2) Key: ARROW-17128 URL: https://issues.apache.org/jira/browse/ARROW-17128 Project: Apache

[jira] [Created] (ARROW-17127) [C++] Sporadic crash in arrow-dataset-scanner-test (1)

2022-07-19 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-17127: -- Summary: [C++] Sporadic crash in arrow-dataset-scanner-test (1) Key: ARROW-17127 URL: https://issues.apache.org/jira/browse/ARROW-17127 Project: Apache Arrow

[jira] [Created] (ARROW-17126) [C++] Remove FutureWaiter

2022-07-19 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-17126: -- Summary: [C++] Remove FutureWaiter Key: ARROW-17126 URL: https://issues.apache.org/jira/browse/ARROW-17126 Project: Apache Arrow Issue Type: Task

[jira] [Created] (ARROW-17125) Unable to install pyarrow on Debian 10 (i686)

2022-07-19 Thread Rustam Guliev (Jira)
Rustam Guliev created ARROW-17125: - Summary: Unable to install pyarrow on Debian 10 (i686) Key: ARROW-17125 URL: https://issues.apache.org/jira/browse/ARROW-17125 Project: Apache Arrow Issue

[jira] [Created] (ARROW-17124) [C++] Data race between future signalling and destruction

2022-07-19 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-17124: -- Summary: [C++] Data race between future signalling and destruction Key: ARROW-17124 URL: https://issues.apache.org/jira/browse/ARROW-17124 Project: Apache Arrow

[jira] [Created] (ARROW-17123) [JS] Unable to open reader on .arrow file after fetch: Uncaught (in promise) Error: Expected to read 1329865020 metadata bytes, but only read 1123.

2022-07-19 Thread Benoit Cantin (Jira)
Benoit Cantin created ARROW-17123: - Summary: [JS] Unable to open reader on .arrow file after fetch: Uncaught (in promise) Error: Expected to read 1329865020 metadata bytes, but only read 1123. Key: ARROW-17123

[jira] [Created] (ARROW-17122) [Python] Cleanup after moving Python related code into pyarrow

2022-07-19 Thread Alenka Frim (Jira)
Alenka Frim created ARROW-17122: --- Summary: [Python] Cleanup after moving Python related code into pyarrow Key: ARROW-17122 URL: https://issues.apache.org/jira/browse/ARROW-17122 Project: Apache Arrow

[jira] [Created] (ARROW-17121) [Gandiva][C++] Adding mask function

2022-07-19 Thread Palak Pariawala (Jira)
Palak Pariawala created ARROW-17121: --- Summary: [Gandiva][C++] Adding mask function Key: ARROW-17121 URL: https://issues.apache.org/jira/browse/ARROW-17121 Project: Apache Arrow Issue Type: