[I] [CI][Packaging][Python] Free-threaded wheel build failing to in docker image install of tzdata [arrow]

2024-10-09 Thread via GitHub
jorisvandenbossche opened a new issue, #44355: URL: https://github.com/apache/arrow/issues/44355 The free-threaded linux wheel builds are failing recently, see eg https://github.com/ursacomputing/crossbow/actions/runs/11146254492/job/3092790 It seems that the installation of tzdat

[I] [Java] auto-format Maven pom.xml [arrow-adbc]

2024-10-09 Thread via GitHub
laurentgo opened a new issue, #2239: URL: https://github.com/apache/arrow-adbc/issues/2239 ### What feature or improvement would you like to see? As we did it in apache/arrow#41173, Maven `pom.xml` files should be automatically formatted by spotless using Apache Maven style -- This

[I] [Packaging][Debian] debian-trixie-amd64 failed with CUDA include path error [arrow]

2024-10-09 Thread via GitHub
kou opened a new issue, #44358: URL: https://github.com/apache/arrow/issues/44358 ### Describe the bug, including details regarding any error messages, version, and platform. https://github.com/ursacomputing/crossbow/actions/runs/11251253990/job/31281888222#step:8:4197 ```text

[I] Strange decimal cast when allow_decimal_truncate=True [arrow]

2024-10-09 Thread via GitHub
stevenlandis-rl opened a new issue, #44356: URL: https://github.com/apache/arrow/issues/44356 ### Describe the bug, including details regarding any error messages, version, and platform. I'm using the python pyarrow module and running into this strange behavior when casting strings i

[I] [Java] Normalize exceptions to AdbcException subclasses [arrow-adbc]

2024-10-09 Thread via GitHub
laurentgo opened a new issue, #2237: URL: https://github.com/apache/arrow-adbc/issues/2237 ### What feature or improvement would you like to see? Although most Adbc methods throws `AdbcException`, there are several places in ADBC interfaces where methods throws `Exception` (notably fo

[I] [C#] Flight DoExchange server is incompatible with C++/PyArrow client [arrow]

2024-10-09 Thread via GitHub
adamreeve opened a new issue, #44360: URL: https://github.com/apache/arrow/issues/44360 ### Describe the bug, including details regarding any error messages, version, and platform. A .NET Flight Server with a `DoExchange` method is incompatible with a PyArrow Flight client. The C# im

[I] [C#][Integration] Set up integration testing of C# Flight [arrow]

2024-10-09 Thread via GitHub
adamreeve opened a new issue, #44361: URL: https://github.com/apache/arrow/issues/44361 ### Describe the enhancement requested Archery includes Flight integration tests but not for C#. These would be useful for catching issues like #44360, although it appears that `DoExchange` is not

Re: [I] [Packaging][Debian] debian-trixie-amd64 failed with CUDA include path error [arrow]

2024-10-09 Thread via GitHub
kou closed issue #44358: [Packaging][Debian] debian-trixie-amd64 failed with CUDA include path error URL: https://github.com/apache/arrow/issues/44358 -- 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

[I] [Java] Does arrow allow map as map value (nested map) ? [arrow]

2024-10-09 Thread via GitHub
0xderek opened a new issue, #44353: URL: https://github.com/apache/arrow/issues/44353 ### Describe the usage question you have. Please include as many useful details as possible. I'm trying to build a MapVector with map as its value, for example Map>, but the code throws exceptio

[I] Saving/loading dictionary type using pyarrow is broken [arrow]

2024-10-09 Thread via GitHub
scravy opened a new issue, #44350: URL: https://github.com/apache/arrow/issues/44350 ### Describe the bug, including details regarding any error messages, version, and platform. When defining a column as dictionary from int32 → binary16, saving that as parquet, and reading it back –

[I] [GLib] Add a sub `Buffer` class for `GBytes` based buffer [arrow]

2024-10-09 Thread via GitHub
kou opened a new issue, #44349: URL: https://github.com/apache/arrow/issues/44349 ### Describe the enhancement requested `garrow_buffer_new_bytes()` uses raw `arrow::Buffer`. So we need to keep life time for underlying `GBytes` data. If we have a sub `Buffer` class that refers (`g_by

[I] Hive partition columns with leading underscore: No match for FieldRef.Name(_file) [arrow]

2024-10-09 Thread via GitHub
tmontes opened a new issue, #44352: URL: https://github.com/apache/arrow/issues/44352 ### Describe the bug, including details regarding any error messages, version, and platform. Hi Arrow team, thanks for sharing such a powerful and fundamental data handling lib! :) I'm fa

[I] [C++][Parquet] arrow Decimal32/Decimal64 write Parquet and testing [arrow]

2024-10-09 Thread via GitHub
mapleFU opened a new issue, #44345: URL: https://github.com/apache/arrow/issues/44345 ### Describe the enhancement requested The previous patch[1] has allowing Decimal32/Decimal64 type in arrow. However, Parquet has poor support for them now. We need more testing and test for it.

[I] [C++] Enable Azure Filesystem in official packages [arrow]

2024-10-09 Thread via GitHub
tobim opened a new issue, #44347: URL: https://github.com/apache/arrow/issues/44347 ### Describe the enhancement requested The pre-built binary packages that can be downloaded from artifactory via `apt`/`dnf`/`yum` do not include support for Azure. I hereby request to enable Az

Re: [I] Hive partition columns with leading underscore: No match for FieldRef.Name(_file) [arrow]

2024-10-09 Thread via GitHub
tmontes closed issue #44352: Hive partition columns with leading underscore: No match for FieldRef.Name(_file) URL: https://github.com/apache/arrow/issues/44352 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [I] [Ruby] JRuby support atop Java Arrow bindings [arrow]

2024-10-09 Thread via GitHub
kou closed issue #35589: [Ruby] JRuby support atop Java Arrow bindings URL: https://github.com/apache/arrow/issues/35589 -- 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

[I] [C#] Flight client does not allow putting zero batches [arrow]

2024-10-09 Thread via GitHub
adamreeve opened a new issue, #44363: URL: https://github.com/apache/arrow/issues/44363 ### Describe the bug, including details regarding any error messages, version, and platform. As part of writing a Flight integration test client for .NET (#44361) I ran into a limitation where the

[I] [C++] Don't export template classe [arrow]

2024-10-09 Thread via GitHub
kou opened a new issue, #44364: URL: https://github.com/apache/arrow/issues/44364 ### Describe the enhancement requested It seems that we should not export template class. It works with MSVC but doesn't work with clang-cl. See also: https://github.com/apache/arrow/issues/44310

Re: [I] [C++][Packaging] Enable Azure Filesystem in official packages [arrow]

2024-10-09 Thread via GitHub
kou closed issue #44347: [C++][Packaging] Enable Azure Filesystem in official packages URL: https://github.com/apache/arrow/issues/44347 -- 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] [CI][Packaging][Python] Free-threaded wheel build failing to in docker image install of tzdata [arrow]

2024-10-09 Thread via GitHub
kou closed issue #44355: [CI][Packaging][Python] Free-threaded wheel build failing to in docker image install of tzdata URL: https://github.com/apache/arrow/issues/44355 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] [Java] auto-format Maven pom.xml [arrow-adbc]

2024-10-09 Thread via GitHub
lidavidm closed issue #2239: [Java] auto-format Maven pom.xml URL: https://github.com/apache/arrow-adbc/issues/2239 -- 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 unsubscri

Re: [I] [Java] auto-format Maven pom.xml [arrow-adbc]

2024-10-09 Thread via GitHub
lidavidm closed issue #2239: [Java] auto-format Maven pom.xml URL: https://github.com/apache/arrow-adbc/issues/2239 -- 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 unsubscri