Re: [I] [C++] Compile error in arrow\cpp\src\arrow\util\utf8_internal.h with MSVC arm64 compiler [arrow]

2024-12-02 Thread via GitHub
NEIL-smtg closed issue #44896: [C++] Compile error in arrow\cpp\src\arrow\util\utf8_internal.h with MSVC arm64 compiler URL: https://github.com/apache/arrow/issues/44896 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[I] [R] CRAN packaging checklist for version 18.1.0 [arrow]

2024-12-02 Thread via GitHub
amoeba opened a new issue, #44913: URL: https://github.com/apache/arrow/issues/44913 ### Describe the enhancement requested # Packaging checklist for CRAN release For a high-level overview of the release process see the [Apache Arrow Release Management Guide](https://arrow.a

Re: [I] [C#] ArrowStreamWriterTests are failing [arrow]

2024-12-02 Thread via GitHub
CurtHagenlocher closed issue #44911: [C#] ArrowStreamWriterTests are failing URL: https://github.com/apache/arrow/issues/44911 -- 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.

[I] [C#] Tests are failing [arrow]

2024-12-02 Thread via GitHub
CurtHagenlocher opened a new issue, #44911: URL: https://github.com/apache/arrow/issues/44911 ### Describe the bug, including details regarding any error messages, version, and platform. `ArrowStreamWriterTests.CanWriteToNetworkStream` and `ArrowStreamWriterTests.CanWriteToNetworkStr

[I] [Swift] Swift Arrow Flight behavior is not in sync with other languages [arrow]

2024-12-02 Thread via GitHub
abandy opened a new issue, #44910: URL: https://github.com/apache/arrow/issues/44910 ### Describe the bug, including details regarding any error messages, version, and platform. @ianmcook found a discrepancy between the Swift Arrow Flight behavior and python. Swift is expecting the

Re: [I] [C++] Add missing scalar arithmetic function: expm1() [arrow]

2024-12-02 Thread via GitHub
felipecrv closed issue #44903: [C++] Add missing scalar arithmetic function: expm1() URL: https://github.com/apache/arrow/issues/44903 -- 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 co

[I] Some flight classes not exported as public [arrow]

2024-12-02 Thread via GitHub
vtk9 opened a new issue, #44909: URL: https://github.com/apache/arrow/issues/44909 ### Describe the bug, including details regarding any error messages, version, and platform. For example, `_flight.ServerAuthSender` is not exposed in `pyarrow.flight` So we cannot write `

Re: [I] [Python] Create Python examples of indirect HTTP GET Arrow client and server [arrow]

2024-12-02 Thread via GitHub
ianmcook closed issue #40596: [Python] Create Python examples of indirect HTTP GET Arrow client and server URL: https://github.com/apache/arrow/issues/40596 -- 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

[I] [C++] Compilation error on gcc 8 [arrow]

2024-12-02 Thread via GitHub
pitrou opened a new issue, #44898: URL: https://github.com/apache/arrow/issues/44898 ### Describe the bug, including details regarding any error messages, version, and platform. It seems https://github.com/apache/arrow/pull/44217 triggered a compilation error on GCC 8.x: https://

Re: [I] [Python] PyArrow allows creating non-nullable columns containing nulls [arrow]

2024-12-02 Thread via GitHub
adamreeve closed issue #43145: [Python] PyArrow allows creating non-nullable columns containing nulls URL: https://github.com/apache/arrow/issues/43145 -- 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 t

[I] Upgrade `adbc_ingest` parameter `temporary` to `prefixes` [arrow-adbc]

2024-12-02 Thread via GitHub
Diadochokinetic opened a new issue, #2343: URL: https://github.com/apache/arrow-adbc/issues/2343 ### What feature or improvement would you like to see? ### Describe the use case Currently `adbc_ingest` supports a parameter `temporary` to execute `CREATE TEMPORARY TABLE` stateme

[I] [C++] Add missing scalar arithmetic function: expm1() [arrow]

2024-12-02 Thread via GitHub
felipecrv opened a new issue, #44903: URL: https://github.com/apache/arrow/issues/44903 ### Describe the enhancement requested Add `Expm1(exponent)` scalar arithmetic function. `Expm1(exponent)` is a more accurate way of computing `Exp(exponent) - 1.0` for small values of `expo

[I] [Other] Potentially unusued file with License header [arrow]

2024-12-02 Thread via GitHub
raulcd opened a new issue, #44905: URL: https://github.com/apache/arrow/issues/44905 ### Describe the enhancement requested The following file seems unnecessary: https://github.com/apache/arrow/blob/main/header It seems like a stray file. It was added here: https://gith

Re: [I] [Dev] Add top-level `.editorconfig` for C++, Python... [arrow]

2024-12-02 Thread via GitHub
pitrou closed issue #44805: [Dev] Add top-level `.editorconfig` for C++, Python... URL: https://github.com/apache/arrow/issues/44805 -- 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

[I] [Python] Automatically support fsspec filesystem URIs [arrow]

2024-12-02 Thread via GitHub
kszucs opened a new issue, #44900: URL: https://github.com/apache/arrow/issues/44900 ### Describe the enhancement requested I want to conveniently read parquet files from fsspec filesystems using schemes available in the [fsspec registry](https://filesystem-spec.readthedocs.io/en/lat

Re: [I] MSVCP140.dll in arrow distro out of date and caused a fault [arrow]

2024-12-02 Thread via GitHub
raulcd closed issue #44894: MSVCP140.dll in arrow distro out of date and caused a fault URL: https://github.com/apache/arrow/issues/44894 -- 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] MSVCP140.dll in arrow distro out of date and caused a fault [arrow]

2024-12-02 Thread via GitHub
raulcd closed issue #44894: MSVCP140.dll in arrow distro out of date and caused a fault URL: https://github.com/apache/arrow/issues/44894 -- 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

[I] Compile error in arrow\cpp\src\arrow\util\utf8_internal.h with MSVC arm64 compiler [arrow]

2024-12-02 Thread via GitHub
NEIL-smtg opened a new issue, #44896: URL: https://github.com/apache/arrow/issues/44896 ### Describe the bug, including details regarding any error messages, version, and platform. Recently, I encountered a few errors while building Arrow with the MSVC arm64 compiler: ``` C:\gi