Re: [I] [C++] AIX compilation issue [arrow]

2025-06-17 Thread via GitHub
kou closed issue #46748: [C++] AIX compilation issue URL: https://github.com/apache/arrow/issues/46748 -- 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-mail: i

[I] build: disable cpplint `build/c++17` [arrow-adbc]

2025-06-17 Thread via GitHub
lidavidm opened a new issue, #2988: URL: https://github.com/apache/arrow-adbc/issues/2988 ### What feature or improvement would you like to see? We can add it here: https://github.com/apache/arrow-adbc/blob/main/.pre-commit-config.yaml#L59 We should also perhaps upgrade c

[I] [CI][Dev] Fix shellcheck errors in the ci/scripts/install_dask.sh [arrow]

2025-06-17 Thread via GitHub
hiroyuki-sato opened a new issue, #46846: URL: https://github.com/apache/arrow/issues/46846 ### Describe the enhancement requested This is the sub issue #44748. * SC2102 (info): Ranges can only match single chars (mentioned due to duplicates). * SC2086 (info): Double quote t

Re: [I] [CI][Dev] fix shellcheck errors in the ci/scripts/csharp_test.sh [arrow]

2025-06-17 Thread via GitHub
kou closed issue #46794: [CI][Dev] fix shellcheck errors in the ci/scripts/csharp_test.sh URL: https://github.com/apache/arrow/issues/46794 -- 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 specif

[I] python/adbc_driver_manager: avoid redundant settings when autocommit defaults to True [arrow-adbc]

2025-06-17 Thread via GitHub
lidavidm opened a new issue, #2987: URL: https://github.com/apache/arrow-adbc/issues/2987 ### What feature or improvement would you like to see? https://github.com/apache/arrow-adbc/blob/f0d2151cd9343e1736d3d46fd450539d4e7f0289/python/adbc_driver_manager/adbc_driver_manager/dbapi.py#L

[I] [C++] Update bundled s2n-tls to prevent needless rebuild [arrow]

2025-06-17 Thread via GitHub
kou opened a new issue, #46844: URL: https://github.com/apache/arrow/issues/46844 ### Describe the enhancement requested https://github.com/aws/s2n-tls/pull/5356 is merged. ### Component(s) C++ -- This is an automated message from the Apache Git Service. To respond to

[I] [C++] Bundled AWS SDK for C++ can't be built with unity build [arrow]

2025-06-17 Thread via GitHub
kou opened a new issue, #46843: URL: https://github.com/apache/arrow/issues/46843 ### Describe the enhancement requested https://github.com/apache/arrow-java/actions/runs/15720875685/job/44301402703#step:12:835 ```text [12/270] Building C object _deps/aws-c-common-build/C

[I] [C++][Gandiva] DATE_TRUNC with DAY rounds up to next day sometimes [arrow]

2025-06-17 Thread via GitHub
lriggs opened a new issue, #46841: URL: https://github.com/apache/arrow/issues/46841 ### Describe the bug, including details regarding any error messages, version, and platform. Using DATE_TRUNC('day', val) where val is '1899-01-01 12:00:00.000' will result in a value of 1899-01-02 0

[I] release: Remove old releases from https://dist.apache.org/repos/dist/release/arrow/ after a new release [arrow-nanoarrow]

2025-06-17 Thread via GitHub
kou opened a new issue, #786: URL: https://github.com/apache/arrow-nanoarrow/issues/786 https://www.apache.org/legal/release-policy.html#when-to-archive > downloads.apache.org should contain the latest release in each branch that is currently under development. When development ceases

Re: [I] Benchmark result upload fails [arrow-go]

2025-06-17 Thread via GitHub
kou closed issue #408: Benchmark result upload fails URL: https://github.com/apache/arrow-go/issues/408 -- 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-mail:

Re: [I] [Developer] Autotune more things [arrow]

2025-06-17 Thread via GitHub
thisisnic closed issue #24661: [Developer] Autotune more things URL: https://github.com/apache/arrow/issues/24661 -- 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

Re: [I] Update Windows GitHub Hosted runner to use Windows > 2019 [arrow-go]

2025-06-17 Thread via GitHub
assignUser closed issue #406: Update Windows GitHub Hosted runner to use Windows > 2019 URL: https://github.com/apache/arrow-go/issues/406 -- 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 specifi

[I] Benchmark result upload fails [arrow-go]

2025-06-17 Thread via GitHub
assignUser opened a new issue, #408: URL: https://github.com/apache/arrow-go/issues/408 ### Describe the bug, including details regarding any error messages, version, and platform. https://github.com/apache/arrow-go/actions/runs/15616399947/job/43990198178#step:8:19 ``` python3

[I] Update Windows GitHub Hosted runner to use Windows > 2019 [arrow-java]

2025-06-17 Thread via GitHub
raulcd opened a new issue, #788: URL: https://github.com/apache/arrow-java/issues/788 ### Describe the enhancement requested Windows-2019 is being deprecated by GitHub we should update the GitHub runners for the release workflow that currently uses it. See: - https://github.com/

Re: [I] [C++] Field names in arrow::StructArray::Make get set to default [arrow]

2025-06-17 Thread via GitHub
pw42020 closed issue #46824: [C++] Field names in arrow::StructArray::Make get set to default URL: https://github.com/apache/arrow/issues/46824 -- 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 sp

[I] Update Windows GitHub Hosted runner to use Windows > 2019 [arrow-go]

2025-06-17 Thread via GitHub
raulcd opened a new issue, #406: URL: https://github.com/apache/arrow-go/issues/406 ### Describe the enhancement requested Windows-2019 is being deprecated by GitHub we should update the GitHub runners for it. See: - https://github.com/actions/runner-images/issues/12045 O

[I] [Python] Remove hardcoded default value for replication factor in HadoopFileSystem [arrow]

2025-06-17 Thread via GitHub
kopczynski-9livesdata opened a new issue, #46836: URL: https://github.com/apache/arrow/issues/46836 ### Describe the enhancement requested Hey there! The current implementation of `HadoopFileSystem` assumes the default replication factor of 3. Here is the code I'm referring

[I] Archery integration test SIGSEGV [arrow-go]

2025-06-17 Thread via GitHub
mbrobbel opened a new issue, #405: URL: https://github.com/apache/arrow-go/issues/405 ### Describe the bug, including details regarding any error messages, version, and platform. I got a `SIGSEGV` in CI running Archery integration testing for typo fix PR in arrow-rs (https://github.

[I] [C++] Add more configuration options to arrow::EqualOptions [arrow]

2025-06-17 Thread via GitHub
andishgar opened a new issue, #46835: URL: https://github.com/apache/arrow/issues/46835 ### Describe the enhancement requested As mentioned [here](https://github.com/apache/arrow/url), additional options should be added to `arrow::EqualOptions` to support comparison of `arrow::Schema

Re: [I] [Python][Parquet] Parquet logical types should be mapped to corresponding extension types at read time [arrow]

2025-06-17 Thread via GitHub
AlenkaF closed issue #44500: [Python][Parquet] Parquet logical types should be mapped to corresponding extension types at read time URL: https://github.com/apache/arrow/issues/44500 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] [JS] Can we use Node.js 20 or later? [arrow-js]

2025-06-17 Thread via GitHub
kou closed issue #46: [JS] Can we use Node.js 20 or later? URL: https://github.com/apache/arrow-js/issues/46 -- 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-m