Re: [I] [CI][Dev] Apply ShellCheck lint to c_glib/test/run-test.sh [arrow]

2024-12-18 Thread via GitHub
kou closed issue #45050: [CI][Dev] Apply ShellCheck lint to c_glib/test/run-test.sh URL: https://github.com/apache/arrow/issues/45050 -- 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 com

[I] [CI][Packaging][Python] Simplify dev/tasks/python-wheels/github.linux.yml [arrow]

2024-12-18 Thread via GitHub
kou opened a new issue, #45076: URL: https://github.com/apache/arrow/issues/45076 ### Describe the enhancement requested This is a follow-up task of #45040. We can simplify the #45040 implementation by using GitHub Actions' standard features. See also: https://github.com

Re: [I] [C++] Remove arrow/result_internal.h [arrow]

2024-12-18 Thread via GitHub
kou closed issue #45075: [C++] Remove arrow/result_internal.h URL: https://github.com/apache/arrow/issues/45075 -- 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] [C++] Remove arrow/result_internal.h [arrow]

2024-12-18 Thread via GitHub
wgtmac opened a new issue, #45075: URL: https://github.com/apache/arrow/issues/45075 ### Describe the enhancement requested The result_internal.h file contains only the definition of `ASSIGN_OR_RAISE` and thus can be removed because `ARROW_ASSIGN_OR_RAISE` is preferred over `ASSIGN_O

[I] [C++][Parquet] Encryption test files are generated with invalid repetition levels [arrow]

2024-12-18 Thread via GitHub
adamreeve opened a new issue, #45073: URL: https://github.com/apache/arrow/issues/45073 ### Describe the bug, including details regarding any error messages, version, and platform. As part of adding Parquet encryption to arrow-rs (https://github.com/apache/arrow-rs/pull/6637), @rok a

Re: [I] [R][CI] Fix r-binary-packages crossbow job. Failing with command not found. [arrow]

2024-12-18 Thread via GitHub
kou closed issue #45069: [R][CI] Fix r-binary-packages crossbow job. Failing with command not found. URL: https://github.com/apache/arrow/issues/45069 -- 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] Snowflake + BigQuery ADBC drivers for Java [arrow-adbc]

2024-12-18 Thread via GitHub
aiguofer opened a new issue, #2378: URL: https://github.com/apache/arrow-adbc/issues/2378 ### What feature or improvement would you like to see? Hey all, now that there's an ADBC driver for both BigQuery and Snowflake, I was wondering what it might take to have these available in Java

[I] [Packaging][Docs] Pyodide builds have incorrect NumPy 2.0 header location and assume `pyodide-build` to be the same version as Pyodide [arrow]

2024-12-18 Thread via GitHub
agriyakhetarpal opened a new issue, #45071: URL: https://github.com/apache/arrow/issues/45071 ### Describe the bug, including details regarding any error messages, version, and platform. Hi there, we're trying to build PyArrow against NumPy v2 as a part of pyodide/pyodide#4925 and we

[I] [R][CI] Fix r-binary-packages crossbow job. Failing with command not found. [arrow]

2024-12-18 Thread via GitHub
amoeba opened a new issue, #45069: URL: https://github.com/apache/arrow/issues/45069 ### Describe the bug, including details regarding any error messages, version, and platform. The `r-binary-packages` Crossbow job has been failing for two days, see https://github.com/ursacomputing/c

Re: [I] [Feature Request] Support lazy load/zero copy when using shared memory [arrow-go]

2024-12-18 Thread via GitHub
zeroshade closed issue #207: [Feature Request] Support lazy load/zero copy when using shared memory URL: https://github.com/apache/arrow-go/issues/207 -- 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] [Feature Request] Support lazy load/zero copy when using shared memory [arrow-go]

2024-12-18 Thread via GitHub
zeroshade closed issue #207: [Feature Request] Support lazy load/zero copy when using shared memory URL: https://github.com/apache/arrow-go/issues/207 -- 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] [C++][Packaging] Figure out why Arrow C++ fails to build under vcpkg on Android [arrow]

2024-12-18 Thread via GitHub
amoeba closed issue #44886: [C++][Packaging] Figure out why Arrow C++ fails to build under vcpkg on Android URL: https://github.com/apache/arrow/issues/44886 -- 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 t

[I] Windows 10 Access Violation exit(5) application crashes when mysql-connector-python==9.1.0 is used and pyarrow installed [arrow]

2024-12-18 Thread via GitHub
ivanignatiev opened a new issue, #45065: URL: https://github.com/apache/arrow/issues/45065 ### Describe the bug, including details regarding any error messages, version, and platform. As I have seen some issues ( like #40100 ) related to Access Violation on Windows in pyarrow I have

[I] [C++] Update bundled ABSL and GRPC [arrow]

2024-12-18 Thread via GitHub
raulcd opened a new issue, #45063: URL: https://github.com/apache/arrow/issues/45063 ### Describe the enhancement requested We are currently using and ABSL version from 2021: https://github.com/apache/arrow/blob/5a042fc4a00cf832d3ce4fd92712af38122a3456/cpp/thirdparty/versions.txt#L

[I] write_to_dataset, coerce_timestamps issue with stored binary schema [arrow]

2024-12-18 Thread via GitHub
Matthieusalor opened a new issue, #45062: URL: https://github.com/apache/arrow/issues/45062 ### Describe the bug, including details regarding any error messages, version, and platform. When using coerce_timestamps=us, it seems that the parquet metadata are correclty being set as date

Re: [I] [Release] Add retry mechanism in case of failure downloading RC binaries [arrow]

2024-12-18 Thread via GitHub
kou closed issue #39212: [Release] Add retry mechanism in case of failure downloading RC binaries URL: https://github.com/apache/arrow/issues/39212 -- 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 th

[I] [C++][Parquet] parquet::DictEncoderImpl>::EstimatedDataEncodedSize() don't count dict size [arrow]

2024-12-18 Thread via GitHub
xiewajueji opened a new issue, #45061: URL: https://github.com/apache/arrow/issues/45061 ### Describe the bug, including details regarding any error messages, version, and platform. I use this method to estimate the size of current RowGroup being written. In the situation 1000 column

Re: [I] [C++] Add Fixed-Size List Support in Apache Arrow STL Conversion Traits [arrow]

2024-12-18 Thread via GitHub
zanmato1984 closed issue #45005: [C++] Add Fixed-Size List Support in Apache Arrow STL Conversion Traits URL: https://github.com/apache/arrow/issues/45005 -- 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 g

[I] [Python][Release] Add delvewheel for our Windows wheels [arrow]

2024-12-18 Thread via GitHub
raulcd opened a new issue, #33981: URL: https://github.com/apache/arrow/issues/33981 ### Describe the enhancement requested For Python wheels on Linux/macOS we are using the corresponding auditwheel and delocate. We should add [delvewheel](https://github.com/adang1345/delvewhee

Re: [I] [C++] std::aligned_storage is deprecated since C++23 [arrow]

2024-12-18 Thread via GitHub
pitrou closed issue #41536: [C++] std::aligned_storage is deprecated since C++23 URL: https://github.com/apache/arrow/issues/41536 -- 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] [CI][C++] test-build-cpp-fuzz nightly failures [arrow]

2024-12-18 Thread via GitHub
pitrou closed issue #45059: [CI][C++] test-build-cpp-fuzz nightly failures URL: https://github.com/apache/arrow/issues/45059 -- 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] [C++][Parquet] Implement SizeStatistics [arrow]

2024-12-18 Thread via GitHub
pitrou closed issue #40592: [C++][Parquet] Implement SizeStatistics URL: https://github.com/apache/arrow/issues/40592 -- 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

[I] [CI][C++] test-build-cpp-fuzz nightly failures [arrow]

2024-12-18 Thread via GitHub
pitrou opened a new issue, #45059: URL: https://github.com/apache/arrow/issues/45059 ### Describe the bug, including details regarding any error messages, version, and platform. The nightly build `test-build-cpp-fuzz` has started failing recently: https://github.com/ursacomputing/

Re: [I] [C++] APIs taking a `const vector&` argument should instead take a `span` [arrow]

2024-12-18 Thread via GitHub
pitrou closed issue #44795: [C++] APIs taking a `const vector&` argument should instead take a `span` URL: https://github.com/apache/arrow/issues/44795 -- 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 t