Re: [I] ci: AlmaLinux packaging jobs failed [arrow-adbc]

2025-04-28 Thread via GitHub
lidavidm closed issue #2757: ci: AlmaLinux packaging jobs failed URL: https://github.com/apache/arrow-adbc/issues/2757 -- 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] ci: AlmaLinux packaging jobs failed [arrow-adbc]

2025-04-28 Thread via GitHub
lidavidm closed issue #2757: ci: AlmaLinux packaging jobs failed URL: https://github.com/apache/arrow-adbc/issues/2757 -- 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] [C++] Error linking the util/cancel.h [arrow]

2025-04-28 Thread via GitHub
tungdsefastec opened a new issue, #46258: URL: https://github.com/apache/arrow/issues/46258 ### Describe the usage question you have. Please include as many useful details as possible. I tried to use arrow and parquet into c++ project. In the cmakefiles, the include directory is

[I] [C++][Acero] thread pool resources cannot be released when using DeclarationToStatusAsync [arrow]

2025-04-28 Thread via GitHub
uchenily opened a new issue, #46255: URL: https://github.com/apache/arrow/issues/46255 ### Describe the bug, including details regarding any error messages, version, and platform. I noticed that when using the DeclarationToStatusAsync method, if the argument use_threads=false, the th

[I] ci: AlmaLinux packaging jobs failed [arrow-adbc]

2025-04-28 Thread via GitHub
kou opened a new issue, #2757: URL: https://github.com/apache/arrow-adbc/issues/2757 ### What happened? https://github.com/apache/arrow-adbc/actions/runs/14720433703/job/41313089750#step:14:210 ```text + dnf install -y --enablerepo=powertools --enablerepo=epel adbc-driver-m

[I] ci: almalinux build fails due to relro [arrow-adbc]

2025-04-28 Thread via GitHub
lidavidm opened a new issue, #2754: URL: https://github.com/apache/arrow-adbc/issues/2754 ### What happened? `g-ir-scanner` is failing. I instrumented Meson and it appears that the RPM build is setting the following `LDFLAGS`: ``` LDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z

[I] Compilation Failure in `apache-arrow-20.0.0` and `main` branches [arrow]

2025-04-28 Thread via GitHub
dongjoon-hyun opened a new issue, #46254: URL: https://github.com/apache/arrow/issues/46254 ### Describe the bug, including details regarding any error messages, version, and platform. Swift build seems to be broken in `apache-arrow-20.0.0` and `main` branches. https://github.c

Re: [I] [Release] post-12-bump-versions.sh fails when git log.showSignature=true [arrow]

2025-04-28 Thread via GitHub
kou closed issue #46242: [Release] post-12-bump-versions.sh fails when git log.showSignature=true URL: https://github.com/apache/arrow/issues/46242 -- 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

Re: [I] [Go][Arrow] Remove `panic` from `arrow.Schema` and `arrow.Metadata` construction [arrow-go]

2025-04-28 Thread via GitHub
zeroshade closed issue #46: [Go][Arrow] Remove `panic` from `arrow.Schema` and `arrow.Metadata` construction URL: https://github.com/apache/arrow-go/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

[I] Update `swift-tools-version` to `5.10` [arrow]

2025-04-28 Thread via GitHub
dongjoon-hyun opened a new issue, #46250: URL: https://github.com/apache/arrow/issues/46250 ### Describe the enhancement requested The `swift-tools-version` declares the minimum version of Swift, but Arrow uses inconsistent versions. ``` $ git grep swift-tools-version: Arrow/

[I] Upgrade `FlatBuffers` to v25.2.10 [arrow]

2025-04-28 Thread via GitHub
dongjoon-hyun opened a new issue, #46245: URL: https://github.com/apache/arrow/issues/46245 ### Describe the enhancement requested `FlatBuffers` `v24.3.7` was released over one year ago (on Mar 8, 2024), we had better use the latest version in order to support `Swift 6+` officially.

[I] [Document] Why int32() offset type is used for dense union? [arrow]

2025-04-28 Thread via GitHub
andishgar opened a new issue, #46244: URL: https://github.com/apache/arrow/issues/46244 ### Describe the usage question you have. Please include as many useful details as possible. According to the [Apache Arrow specification](https://arrow.apache.org/docs/format/Columnar.html#d

[I] The real exception was swallowed by another exception in CompositeJdbcConsumer::consume [arrow-java]

2025-04-28 Thread via GitHub
hnwyllmm opened a new issue, #734: URL: https://github.com/apache/arrow-java/issues/734 ### Describe the bug, including details regarding any error messages, version, and platform. In function `CompositeJdbcConsumer::consume`, `consumer.vector.getMinorType().getType()` may throw an e

[I] [Release] post-12-bump-versions.sh fails when git log.showSignature=true [arrow]

2025-04-28 Thread via GitHub
assignUser opened a new issue, #46242: URL: https://github.com/apache/arrow/issues/46242 ### Describe the bug, including details regarding any error messages, version, and platform. The extra signature output causes a ruby argument error due to length. ### Component(s) R

[I] [Release][Packaging] Add support for regenerating metadata of APT repositories [arrow]

2025-04-28 Thread via GitHub
kou opened a new issue, #46241: URL: https://github.com/apache/arrow/issues/46241 ### Describe the enhancement requested We can use it when we break metadata of APT repositories. ### Component(s) Release, Packaging -- This is an automated message from the Apache Git Se

Re: [I] [Release][Packaging] `dev/release/post-03-binary.sh` doesn't follow new API [arrow]

2025-04-28 Thread via GitHub
kou closed issue #46236: [Release][Packaging] `dev/release/post-03-binary.sh` doesn't follow new API URL: https://github.com/apache/arrow/issues/46236 -- 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] [Release][Python] `dev/release/post-11-python.sh` failed with empty argument [arrow]

2025-04-28 Thread via GitHub
raulcd closed issue #46238: [Release][Python] `dev/release/post-11-python.sh` failed with empty argument URL: https://github.com/apache/arrow/issues/46238 -- 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

Re: [I] [C++][CMake] arrow_bundled_dependencies is non-accessible when used externally via FetchContent [arrow]

2025-04-28 Thread via GitHub
kou closed issue #46231: [C++][CMake] arrow_bundled_dependencies is non-accessible when used externally via FetchContent URL: https://github.com/apache/arrow/issues/46231 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th