[I] Uplifted pyarrow to use ClientSecretCredential [arrow]

2025-06-16 Thread via GitHub
KirillTsyganov opened a new issue, #46833: URL: https://github.com/apache/arrow/issues/46833 ### Describe the enhancement requested Hi there, Due to how AzureML ComputeCluster works we can only authenticate using ClientSecretCredential (Service Principle essentially).

[I] SystemRequirements documentation incorrect for cmake version [arrow]

2025-06-16 Thread via GitHub
eeeggg opened a new issue, #46831: URL: https://github.com/apache/arrow/issues/46831 ### Describe the bug, including details regarding any error messages, version, and platform. The DESCRIPTION file states: SystemRequirements: C++17; for AWS S3 support on Linux, libcurl and openssl

[I] [Python] UWSGI test is crashed with AWS SDK C++ for C++ 1.11.587 [arrow]

2025-06-16 Thread via GitHub
kou opened a new issue, #46832: URL: https://github.com/apache/arrow/issues/46832 ### Describe the bug, including details regarding any error messages, version, and platform. #45306 upgraded bundled AWS SDK C++ for C++ to 1.11.587 from 1.10.55. We have a workaround for UWSGI +

Re: [I] [C++] Update bundled AWS SDK for C++ from 1.10.55 [arrow]

2025-06-16 Thread via GitHub
kou closed issue #45195: [C++] Update bundled AWS SDK for C++ from 1.10.55 URL: https://github.com/apache/arrow/issues/45195 -- 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 GArrowFixedSizeListDataType [arrow]

2025-06-16 Thread via GitHub
kou closed issue #46773: [GLib] Add GArrowFixedSizeListDataType URL: https://github.com/apache/arrow/issues/46773 -- 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] Add shfmt and shellcheck linters [arrow-js]

2025-06-16 Thread via GitHub
kou closed issue #157: Add shfmt and shellcheck linters URL: https://github.com/apache/arrow-js/issues/157 -- 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-mai

Re: [I] Need write permission for caching Docker image for CI [arrow-swift]

2025-06-16 Thread via GitHub
assignUser closed issue #37: Need write permission for caching Docker image for CI URL: https://github.com/apache/arrow-swift/issues/37 -- 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 c

Re: [I] Add Release Audit Tool check to linter [arrow-swift]

2025-06-16 Thread via GitHub
assignUser closed issue #34: Add Release Audit Tool check to linter URL: https://github.com/apache/arrow-swift/issues/34 -- 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 unsu

Re: [I] [Swift] Add support for Timestamp data type [arrow-swift]

2025-06-16 Thread via GitHub
kou closed issue #32: [Swift] Add support for Timestamp data type URL: https://github.com/apache/arrow-swift/issues/32 -- 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 unsubs

Re: [I] [R] Developer Docs followups [arrow]

2025-06-16 Thread via GitHub
thisisnic closed issue #28170: [R] Developer Docs followups URL: https://github.com/apache/arrow/issues/28170 -- 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-

Re: [I] [R][CI] Update test-r-devdocs on Windows to build UCRT and don't pin to R 4.1 [arrow]

2025-06-16 Thread via GitHub
thisisnic closed issue #31757: [R][CI] Update test-r-devdocs on Windows to build UCRT and don't pin to R 4.1 URL: https://github.com/apache/arrow/issues/31757 -- 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

[I] Meson Configuration Broken After Compute Module Refactor [arrow]

2025-06-16 Thread via GitHub
WillAyd opened a new issue, #46827: URL: https://github.com/apache/arrow/issues/46827 ### Describe the bug, including details regarding any error messages, version, and platform. With https://github.com/apache/arrow/pull/46261 now live, the Meson config needs some updates to reflect

Re: [I] [R] Add 32 and 64 bit Decimal types [arrow]

2025-06-16 Thread via GitHub
thisisnic closed issue #46719: [R] Add 32 and 64 bit Decimal types URL: https://github.com/apache/arrow/issues/46719 -- 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 unsubscr

[I] [R] Use smallest_decimal() from C++ instead of working out which decimal type to instantiate in R [arrow]

2025-06-16 Thread via GitHub
thisisnic opened a new issue, #46825: URL: https://github.com/apache/arrow/issues/46825 ### Describe the enhancement requested See https://github.com/apache/arrow/pull/46720#discussion_r2149645686 ### Component(s) R -- This is an automated message from the Apache Git S

Re: [I] implement the round-shift for fixed size data type [arrow]

2025-06-16 Thread via GitHub
thisisnic closed issue #32611: implement the round-shift for fixed size data type URL: https://github.com/apache/arrow/issues/32611 -- 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 comm

Re: [I] Add support to write Parquet with bloom filters [arrow]

2025-06-16 Thread via GitHub
thisisnic closed issue #43530: Add support to write Parquet with bloom filters URL: https://github.com/apache/arrow/issues/43530 -- 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] [Python] Failing to create array from null scalar [arrow]

2025-06-16 Thread via GitHub
thisisnic closed issue #45682: [Python] Failing to create array from null scalar URL: https://github.com/apache/arrow/issues/45682 -- 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] [R] Implement bindings for stringr::str_replace_na [arrow]

2025-06-16 Thread via GitHub
thisisnic closed issue #30399: [R] Implement bindings for stringr::str_replace_na URL: https://github.com/apache/arrow/issues/30399 -- 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 comme

Re: [I] [C++] Automatically convert from Substrait options to Arrow options object [arrow]

2025-06-16 Thread via GitHub
thisisnic closed issue #31850: [C++] Automatically convert from Substrait options to Arrow options object URL: https://github.com/apache/arrow/issues/31850 -- 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

Re: [I] Flatcc not linked properly on clang-cl when built with meson [arrow-nanoarrow]

2025-06-16 Thread via GitHub
WillAyd closed issue #773: Flatcc not linked properly on clang-cl when built with meson URL: https://github.com/apache/arrow-nanoarrow/issues/773 -- 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

[I] [C++] [arrow]

2025-06-16 Thread via GitHub
pw42020 opened a new issue, #46824: URL: https://github.com/apache/arrow/issues/46824 ### Describe the bug, including details regarding any error messages, version, and platform. **Describe the bug, including details regarding any error messages, version, and platform.** When

Re: [I] [R] union support [arrow]

2025-06-16 Thread via GitHub
thisisnic closed issue #15874: [R] union support URL: https://github.com/apache/arrow/issues/15874 -- 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: issue

Re: [I] [R] Hyperbolic trigonometry functions [arrow]

2025-06-16 Thread via GitHub
thisisnic closed issue #44376: [R] Hyperbolic trigonometry functions URL: https://github.com/apache/arrow/issues/44376 -- 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 unsubs

Re: [I] [C++] Add support for Decimal16, Decimal32 and Decimal64 [arrow]

2025-06-16 Thread via GitHub
thisisnic closed issue #25483: [C++] Add support for Decimal16, Decimal32 and Decimal64 URL: https://github.com/apache/arrow/issues/25483 -- 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

Re: [I] [C++] Decimal64/32 support? [arrow]

2025-06-16 Thread via GitHub
thisisnic closed issue #38622: [C++] Decimal64/32 support? URL: https://github.com/apache/arrow/issues/38622 -- 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

Re: [I] [C++] Test precision range for decimal data type in C++ [arrow]

2025-06-16 Thread via GitHub
thisisnic closed issue #30667: [C++] Test precision range for decimal data type in C++ URL: https://github.com/apache/arrow/issues/30667 -- 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

Re: [I] Add .github/ISSUE_TEMPLATE/ [arrow-swift]

2025-06-16 Thread via GitHub
raulcd closed issue #6: Add .github/ISSUE_TEMPLATE/ URL: https://github.com/apache/arrow-swift/issues/6 -- 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] chore(r): fix typo [arrow-adbc]

2025-06-16 Thread via GitHub
daipom opened a new issue, #2974: URL: https://github.com/apache/arrow-adbc/issues/2974 ### What happened? In #2863, the following typos are found under `r/`. We should fix them to complete #2863. ``` r/adbcdrivermanager/src/options.cc:84: suppported ==> supported r/adb

Re: [I] chore: fix typo in CHANGELOG [arrow-adbc]

2025-06-16 Thread via GitHub
mbrobbel closed issue #2972: chore: fix typo in CHANGELOG URL: https://github.com/apache/arrow-adbc/issues/2972 -- 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] chore: fix typo in CHANGELOG [arrow-adbc]

2025-06-16 Thread via GitHub
daipom opened a new issue, #2972: URL: https://github.com/apache/arrow-adbc/issues/2972 ### What happened? In #2863, the following typos are found in [CHANGELOG](https://github.com/apache/arrow-adbc/blob/09567765eacbc0e88c0d1d82e8905709429f9e24/CHANGELOG.md). We should fix them to

Re: [I] dev: fix typo [arrow-adbc]

2025-06-16 Thread via GitHub
mbrobbel closed issue #2970: dev: fix typo URL: https://github.com/apache/arrow-adbc/issues/2970 -- 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: issues-

[I] dev: fix typo [arrow-adbc]

2025-06-16 Thread via GitHub
daipom opened a new issue, #2970: URL: https://github.com/apache/arrow-adbc/issues/2970 ### What happened? In #2863, the following typos are found under `dev/`. We should fix them to complete #2863. ``` dev/bench/README.md:42: passsword ==> password dev/release/verify-r

Re: [I] ci: fix typo [arrow-adbc]

2025-06-16 Thread via GitHub
mbrobbel closed issue #2968: ci: fix typo URL: https://github.com/apache/arrow-adbc/issues/2968 -- 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: issues-u

Re: [I] [CI][Integration] Use Node.js 20 by default [arrow]

2025-06-16 Thread via GitHub
kou closed issue #46820: [CI][Integration] Use Node.js 20 by default URL: https://github.com/apache/arrow/issues/46820 -- 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 unsubs

[I] ci: fix typo [arrow-adbc]

2025-06-16 Thread via GitHub
daipom opened a new issue, #2968: URL: https://github.com/apache/arrow-adbc/issues/2968 ### What happened? In #2863, the following typos are found in CI. We should fix them to complete #2863. ``` .github/workflows/r-extended.yml:92: verions ==> versions ``` ### S

[I] Need write permissiong for caching Docker image for CI [arrow-swift]

2025-06-16 Thread via GitHub
kou opened a new issue, #37: URL: https://github.com/apache/arrow-swift/issues/37 We cache built Docker images on ghcr.io when we push to main: https://github.com/apache/arrow-swift/blob/36e45ef04a48108ee7593f5925c36f19d0df2541/.github/workflows/test.yaml#L95-L101 https://github.com/

[I] Add Release Audit Tool check to linter [arrow-swift]

2025-06-16 Thread via GitHub
kou opened a new issue, #34: URL: https://github.com/apache/arrow-swift/issues/34 We can borrow https://github.com/apache/arrow-java/blob/abef7af8490d706d52821e56afc6d1eb21e24faf/.pre-commit-config.yaml#L33-L46 in apache/arrow-java. -- This is an automated message from the Apache Git Ser

[I] Add README.md [arrow-skyhook]

2025-06-16 Thread via GitHub
raulcd opened a new issue, #2: URL: https://github.com/apache/arrow-skyhook/issues/2 We should add a README file explaining what the repo is about and a minimal how to build explanation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] Import commits from apache/arrow [arrow-skyhook]

2025-06-16 Thread via GitHub
raulcd closed issue #1: Import commits from apache/arrow URL: https://github.com/apache/arrow-skyhook/issues/1 -- 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] Import commits from apache/arrow [arrow-skyhook]

2025-06-16 Thread via GitHub
raulcd opened a new issue, #1: URL: https://github.com/apache/arrow-skyhook/issues/1 We only need the commits for https://github.com/apache/arrow/tree/196cde38c112d32a944afe978b6da9c7ce935ef7/cpp/src/skyhook . Other commits such as commits for `.github/` aren't necessary. We will need to a

[I] Support arrow.TIME64 arrow.TIMESTAMP .. in exprs.ToSubstraitType() [arrow-go]

2025-06-16 Thread via GitHub
Sunyue opened a new issue, #404: URL: https://github.com/apache/arrow-go/issues/404 ### Describe the enhancement requested Support arrow.TIME64 arrow.TIMESTAMP ... in exprs.ToSubstraitType() https://pkg.go.dev/github.com/apache/arrow-go/v18/arrow/compute/exprs#ToSubstraitType

[I] Add shfmt and shellcheck linters [arrow-js]

2025-06-16 Thread via GitHub
kou opened a new issue, #157: URL: https://github.com/apache/arrow-js/issues/157 ### Describe the enhancement requested apache/arrow has them: https://github.com/apache/arrow/blob/196cde38c112d32a944afe978b6da9c7ce935ef7/.pre-commit-config.yaml#L293-L380 -- This is an automa