[I] [Go] Notify apache/arrow-go migration to all open PRs [arrow]

2024-08-28 Thread via GitHub
kou opened a new issue, #43881: URL: https://github.com/apache/arrow/issues/43881 ### Describe the enhancement requested We'll move `go/` to apache/arrow-go: https://lists.apache.org/thread/prcjypgknj21c5jdqjqo1xsld1pk38vo We should notify this to all open Go related PRs after

[I] [Go] Remove go/ [arrow]

2024-08-28 Thread via GitHub
kou opened a new issue, #43879: URL: https://github.com/apache/arrow/issues/43879 ### Describe the enhancement requested Blockers: * #43872 * #43873 * #43874 * #43875 * #43876 * #43878 ### Component(s) Go -- This is an automated message from the Apach

Re: [I] [C++][CI] Python grpcio built from source on ARM64 Ubuntu 20.04 build [arrow]

2024-08-28 Thread via GitHub
pitrou closed issue #43847: [C++][CI] Python grpcio built from source on ARM64 Ubuntu 20.04 build URL: https://github.com/apache/arrow/issues/43847 -- 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] [Go][Release] Remove Go related codes from our release scripts [arrow]

2024-08-28 Thread via GitHub
kou opened a new issue, #43878: URL: https://github.com/apache/arrow/issues/43878 ### Describe the enhancement requested Our release scripts: https://github.com/apache/arrow/tree/main/dev/release We also need to update our release document: https://github.com/apache/arrow/blob/

[I] Import Go related issues from apache/arrow [arrow-go]

2024-08-28 Thread via GitHub
kou opened a new issue, #25: URL: https://github.com/apache/arrow-go/issues/25 Can we use an existing script for this? Or should we create it? -- 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] [Ruby] Cannot work with zero-value Decimals [arrow]

2024-08-28 Thread via GitHub
datbth opened a new issue, #43877: URL: https://github.com/apache/arrow/issues/43877 ### Describe the bug, including details regarding any error messages, version, and platform. ## Description ![image](https://github.com/user-attachments/assets/e8d74e5e-ce88-43c0-b6cb-d61c392536ce

[I] [Swift] Use apache/arrow-go [arrow]

2024-08-28 Thread via GitHub
kou opened a new issue, #43876: URL: https://github.com/apache/arrow/issues/43876 ### Describe the enhancement requested After apache/arrow-go works. `swift/` uses `go/` for testing. We should use apache/arrow-go for it before we remove `go/`. ### Component(s) Swi

[I] [Go][CI] Remove Go related lint configurations [arrow]

2024-08-28 Thread via GitHub
kou opened a new issue, #43875: URL: https://github.com/apache/arrow/issues/43875 ### Describe the enhancement requested https://github.com/apache/arrow/blob/58415d1fac50cb829b3dcf08526033d6db8c30db/.pre-commit-config.yaml#L151-L164 ### Component(s) Continuous Integratio

[I] [Go][CI] Use apache/arrow-go for integration test [arrow]

2024-08-28 Thread via GitHub
kou opened a new issue, #43874: URL: https://github.com/apache/arrow/issues/43874 ### Describe the enhancement requested After apache/arrow-go works. We should use apache/arrow-go like apache/arrow-rs: https://github.com/apache/arrow/blob/58415d1fac50cb829b3dcf08526033d6db8c30d

[I] [Go][CI] Remove Go related test CI except integration test [arrow]

2024-08-28 Thread via GitHub
kou opened a new issue, #43873: URL: https://github.com/apache/arrow/issues/43873 ### Describe the enhancement requested After apache/arrow-go#1. We can remove the followings: * https://github.com/apache/arrow/blob/main/.github/workflows/go.yml * Go related parts in https

[I] Add integration test CI [arrow-go]

2024-08-28 Thread via GitHub
kou opened a new issue, #17: URL: https://github.com/apache/arrow-go/issues/17 arrow-rs's configuration will help us: https://github.com/apache/arrow-rs/blob/master/.github/workflows/integration.yml -- This is an automated message from the Apache Git Service. To respond to the message, pl

[I] Import commits from apache/arrow [arrow-go]

2024-08-28 Thread via GitHub
kou opened a new issue, #1: URL: https://github.com/apache/arrow-go/issues/1 We need only commits for https://github.com/apache/arrow/tree/main/go . Other commits such as commits for `.github/` aren't needed. We need to adjust other files for this repository. We can do this by the fo

[I] [C++][Acero] Typos in join benchmark [arrow]

2024-08-28 Thread via GitHub
zanmato1984 opened a new issue, #43870: URL: https://github.com/apache/arrow/issues/43870 ### Describe the bug, including details regarding any error messages, version, and platform. Just found some obvious typos when writing some join benchmarks. ### Component(s) C++

[I] [Java][CI] Flight related failure in the AMD64 Windows Server 2022 Java JDK 11 CI [arrow]

2024-08-28 Thread via GitHub
vibhatha opened a new issue, #43869: URL: https://github.com/apache/arrow/issues/43869 ### Describe the bug, including details regarding any error messages, version, and platform. There has been the following CI failure that occurred continuously. ```bash Error: Tests run:

Re: [I] [CI][Python] Use pipx to install GCS testbench in order to decouple version of Python under test [arrow]

2024-08-28 Thread via GitHub
kou closed issue #38183: [CI][Python] Use pipx to install GCS testbench in order to decouple version of Python under test URL: https://github.com/apache/arrow/issues/38183 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[I] [Python][Parquet][Emscripten] PARQUET_TEST_DATA isn't set in test-conda-python-emscripten [arrow]

2024-08-28 Thread via GitHub
kou opened a new issue, #43868: URL: https://github.com/apache/arrow/issues/43868 ### Describe the bug, including details regarding any error messages, version, and platform. It's required since #41580. https://github.com/ursacomputing/crossbow/actions/runs/10604493737/job/293

[I] [Java] MacOS SIGABRT in ORC adapter when destructing multiple ORC readers [arrow]

2024-08-28 Thread via GitHub
danepitkin opened a new issue, #43867: URL: https://github.com/apache/arrow/issues/43867 ### Describe the bug, including details regarding any error messages, version, and platform. I was playing around with the Arrow Java ORC adapter and noticed an intermittent SIGABRT when `.clear(

Re: [I] [C++] Expose the set of device types where array chunks are allocated [arrow]

2024-08-28 Thread via GitHub
felipecrv closed issue #43854: [C++] Expose the set of device types where array chunks are allocated URL: https://github.com/apache/arrow/issues/43854 -- 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] [Format] Define logical data type that represents a "packed C struct" composed from other fixed-size primitive types [arrow]

2024-08-28 Thread via GitHub
ianmcook closed issue #17787: [Format] Define logical data type that represents a "packed C struct" composed from other fixed-size primitive types URL: https://github.com/apache/arrow/issues/17787 -- This is an automated message from the Apache Git Service. To respond to the message, please l

Re: [I] [Go] Error was not handled [arrow]

2024-08-28 Thread via GitHub
zeroshade closed issue #43860: [Go] Error was not handled URL: https://github.com/apache/arrow/issues/43860 -- 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-ma

[I] [C++][FlightRPC] CI failing on macOS builds: reference to 'bp::child' is ambiguous [arrow]

2024-08-28 Thread via GitHub
felipecrv opened a new issue, #43865: URL: https://github.com/apache/arrow/issues/43865 ### Describe the bug, including details regarding any error messages, version, and platform. ```cpp /Users/runner/work/arrow/arrow/cpp/src/arrow/flight/test_util.cc:113:32: error: referen

[I] Dedicated flavor value for `DirectoryPartitioning` [arrow]

2024-08-28 Thread via GitHub
soxofaan opened a new issue, #43863: URL: https://github.com/apache/arrow/issues/43863 ### Describe the enhancement requested `pyarrow.dataset.partitioning(... flavor...)` supports three `flavor` values: > The default (None) is DirectoryPartitioning. Specify flavor="hive" for a

[I] Cut a new release with TranscodingStreams v0.11 compat? [arrow-julia]

2024-08-28 Thread via GitHub
DrChainsaw opened a new issue, #523: URL: https://github.com/apache/arrow-julia/issues/523 Is it possible to just cut a new release from current master? I'm running into trouble with the package version resolver when having StatsPlots and Arrow in the same environment since it seems