[I] CI: Set timeout [arrow-julia]

2024-11-18 Thread via GitHub
kou opened a new issue, #532: URL: https://github.com/apache/arrow-julia/issues/532 If we don't have timeout, a stuck CI job (e.g. https://github.com/apache/arrow-julia/actions/runs/11895280466/job/33144491814 ) takes 6 hours. -- This is an automated message from the Apache Git Service.

Re: [I] [C++][Parquet] Remove obsolete generated files [arrow]

2024-11-18 Thread via GitHub
kou closed issue #44700: [C++][Parquet] Remove obsolete generated files URL: https://github.com/apache/arrow/issues/44700 -- 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 uns

Re: [I] [Docs][C++] Add `arrow::ArrayStatistics` to API doc [arrow]

2024-11-18 Thread via GitHub
kou closed issue #44710: [Docs][C++] Add `arrow::ArrayStatistics` to API doc URL: https://github.com/apache/arrow/issues/44710 -- 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. T

Re: [I] [Ruby] Unexpected behavior when building rows with an empty list [arrow]

2024-11-18 Thread via GitHub
kou closed issue #44742: [Ruby] Unexpected behavior when building rows with an empty list URL: https://github.com/apache/arrow/issues/44742 -- 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

Re: [I] [Dev][Doc] Remove obsolete .readthedocs.yml file [arrow]

2024-11-18 Thread via GitHub
kou closed issue #44773: [Dev][Doc] Remove obsolete .readthedocs.yml file URL: https://github.com/apache/arrow/issues/44773 -- 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 u

Re: [I] [Java] Apache Arrow — Stack overflow in Protocol Buffers Java Lite — CVE-2024-7254 [arrow]

2024-11-18 Thread via GitHub
lidavidm closed issue #44770: [Java] Apache Arrow — Stack overflow in Protocol Buffers Java Lite — CVE-2024-7254 URL: https://github.com/apache/arrow/issues/44770 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[I] [C++] Float16.{ToBytes,FromBytes} fail on big-endian machines [arrow]

2024-11-18 Thread via GitHub
QuLogic opened a new issue, #44767: URL: https://github.com/apache/arrow/issues/44767 ### Describe the bug, including details regarding any error messages, version, and platform. The above named tests fail in the following way: ``` [ RUN ] Float16Test.ToBytes /builddir/

[I] [Dev][Doc] Remove obsolete .readthedocs.yml file [arrow]

2024-11-18 Thread via GitHub
raulcd opened a new issue, #44773: URL: https://github.com/apache/arrow/issues/44773 ### Describe the bug, including details regarding any error messages, version, and platform. We haven't been using Read the Docs for a really long time. The configuration file is obsolete.

Re: [I] [Python]: Support PyCapsule Interface Objects as input in more places [arrow]

2024-11-18 Thread via GitHub
pitrou closed issue #43410: [Python]: Support PyCapsule Interface Objects as input in more places URL: https://github.com/apache/arrow/issues/43410 -- 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] Debugging obscure MapBuilder error in builder_nested.cc [arrow]

2024-11-18 Thread via GitHub
raulcd closed issue #44640: Debugging obscure MapBuilder error in builder_nested.cc URL: https://github.com/apache/arrow/issues/44640 -- 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

Re: [I] [C++][CI] arrow-c-bridge-test times out on threading-disabled CI job [arrow]

2024-11-18 Thread via GitHub
pitrou closed issue #44734: [C++][CI] arrow-c-bridge-test times out on threading-disabled CI job URL: https://github.com/apache/arrow/issues/44734 -- 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

Re: [I] [C++] Import of Map type via the C Data interface drops child field metadata [arrow]

2024-11-18 Thread via GitHub
pitrou closed issue #44714: [C++] Import of Map type via the C Data interface drops child field metadata URL: https://github.com/apache/arrow/issues/44714 -- 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] [Python] StringViewArray.from_buffers does not seem to work as expected [arrow]

2024-11-18 Thread via GitHub
raulcd closed issue #44651: [Python] StringViewArray.from_buffers does not seem to work as expected URL: https://github.com/apache/arrow/issues/44651 -- 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++] Float16.{ToBytes,FromBytes} fail on big-endian machines [arrow]

2024-11-18 Thread via GitHub
pitrou closed issue #44767: [C++] Float16.{ToBytes,FromBytes} fail on big-endian machines URL: https://github.com/apache/arrow/issues/44767 -- 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

Re: [I] [C++] Float16.{ToBytes,FromBytes} fail on big-endian machines [arrow]

2024-11-18 Thread via GitHub
pitrou closed issue #44767: [C++] Float16.{ToBytes,FromBytes} fail on big-endian machines URL: https://github.com/apache/arrow/issues/44767 -- 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] Java arrow flight server stuck in reader.getDescriptor() [arrow]

2024-11-18 Thread via GitHub
billyean opened a new issue, #44771: URL: https://github.com/apache/arrow/issues/44771 ### Describe the usage question you have. Please include as many useful details as possible. Arrow version: 15. Client: C++ Server: Java I have a Java arrow flight server that uses doE

[I] [Parquet] Footer parsing is broken on big-endian machines [arrow]

2024-11-18 Thread via GitHub
QuLogic opened a new issue, #44769: URL: https://github.com/apache/arrow/issues/44769 ### Describe the bug, including details regarding any error messages, version, and platform. On a big-endian machine, several tests fail like this: ``` [--] 2 tests from TestBooleanRLE

[I] Apache Arrow — Stack overflow in Protocol Buffers Java Lite — CVE-2024-7254 [arrow]

2024-11-18 Thread via GitHub
hvub opened a new issue, #44770: URL: https://github.com/apache/arrow/issues/44770 ### Describe the enhancement requested Regarding Apache Arrow dependency to com.google.protobuf:protobuf-java-util https://github.com/apache/arrow/blob/main/java/pom.xml#L101 Please consider up