Re: [I] [Java] ErrorProne Enhancements with @FormatMethod and @FormatString [arrow]

2024-07-22 Thread via GitHub
lidavidm closed issue #41951: [Java] ErrorProne Enhancements with @FormatMethod and @FormatString URL: https://github.com/apache/arrow/issues/41951 -- 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] [C++][Parquet] min-max Statistics doesn't works well when one of min-max beging truncated [arrow]

2024-07-22 Thread via GitHub
mapleFU opened a new issue, #43382: URL: https://github.com/apache/arrow/issues/43382 ### Describe the bug, including details regarding any error messages, version, and platform. ## The problem The min-max statistics would being truncated during write, as the code below:

[I] [Java] Add support for JDK version cross testing [arrow]

2024-07-22 Thread via GitHub
laurentgo opened a new issue, #43380: URL: https://github.com/apache/arrow/issues/43380 ### Describe the enhancement requested [Upgrade Java version used by toolchain to Java 21 or latest](https://github.com/apache/arrow/issues/43083) enhancement would require the ability to specify

Re: [I] [Java] Use `--release` flag to build Arrow [arrow]

2024-07-22 Thread via GitHub
laurentgo closed issue #43084: [Java] Use `--release` flag to build Arrow URL: https://github.com/apache/arrow/issues/43084 -- 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

[I] [R][CI] Link order when not using pkg-config is wrong [arrow]

2024-07-22 Thread via GitHub
assignUser opened a new issue, #43379: URL: https://github.com/apache/arrow/issues/43379 ### Describe the bug, including details regarding any error messages, version, and platform. As kou discovered in https://github.com/apache/arrow/issues/43337#issuecomment-2241297521 the link or

Re: [I] [R] Unable to install arrow on Fedora40 undefined symbol: _ZTIN6apache6thrift8protocol9TProtocolE [arrow]

2024-07-22 Thread via GitHub
assignUser closed issue #43337: [R] Unable to install arrow on Fedora40 undefined symbol: _ZTIN6apache6thrift8protocol9TProtocolE URL: https://github.com/apache/arrow/issues/43337 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[I] [Java][CI] AMD64 Debian 12 Complete Documentation CI Failure [arrow]

2024-07-22 Thread via GitHub
vibhatha opened a new issue, #43378: URL: https://github.com/apache/arrow/issues/43378 ### Describe the bug, including details regarding any error messages, version, and platform. A Java CI failure occurs consistently: https://github.com/apache/arrow/actions/runs/10044510644/job/2775

[I] [Java][CI] Java-Jars CI is Failing with a linking error on macOS [arrow]

2024-07-22 Thread via GitHub
vibhatha opened a new issue, #43377: URL: https://github.com/apache/arrow/issues/43377 ### Describe the bug, including details regarding any error messages, version, and platform. As noted in a few PRs the following error occurs for macOS [Build C++ libraries macOS x86_64](htt

[I] adbc_driver_postgres executescript() fails to execute multiple statements [arrow-adbc]

2024-07-22 Thread via GitHub
avm19 opened a new issue, #2035: URL: https://github.com/apache/arrow-adbc/issues/2035 ### What happened? `executescript()` fails to execute a script if it contains multiple statements. Here is the error summary (Python): > ProgrammingError: INVALID_ARGUMENT: [libpq] Fai

[I] OSError: Flight returned unavailable error, with message: unavailable. Detail: Unavailable [arrow]

2024-07-22 Thread via GitHub
xshirax opened a new issue, #43374: URL: https://github.com/apache/arrow/issues/43374 ### Describe the bug, including details regarding any error messages, version, and platform. Im using arrowflight python API, trying to run the function pyarrow._flight.FlightClient.get_schema, a

[I] [Python] Command line execution of PyArrow and submodules [arrow]

2024-07-22 Thread via GitHub
pitrou opened a new issue, #43361: URL: https://github.com/apache/arrow/issues/43361 ### Describe the enhancement requested Currently, attempting to execute PyArrow and its submodules either fails or (misleadingly) does nothing. ```console $ python -m pyarrow /home/antoine/t/

Re: [I] [C++][Parquet] Add tool to extract parquet footers [arrow]

2024-07-22 Thread via GitHub
pitrou closed issue #42102: [C++][Parquet] Add tool to extract parquet footers URL: https://github.com/apache/arrow/issues/42102 -- 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.

Re: [I] [C++] List all classes from Flight.proto in flight/types.h,cc [arrow]

2024-07-22 Thread via GitHub
felipecrv closed issue #43329: [C++] List all classes from Flight.proto in flight/types.h,cc URL: https://github.com/apache/arrow/issues/43329 -- 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 spe

[I] ReadRowGroups panics with canceled context [arrow]

2024-07-22 Thread via GitHub
sebdotv opened a new issue, #43359: URL: https://github.com/apache/arrow/issues/43359 ### Describe the bug, including details regarding any error messages, version, and platform. - Create a canceled `Context` - Call `ReadTable`: `ReadRowGroups` might panic when trying to read first

Re: [I] [python] pyarrow==17 is disting an `examples` folder into python site-packages [arrow]

2024-07-22 Thread via GitHub
timkpaine closed issue #43280: [python] pyarrow==17 is disting an `examples` folder into python site-packages URL: https://github.com/apache/arrow/issues/43280 -- 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

Re: [I] [C++] S3Filesystem always initiates multipart uploads, regardless of input size [arrow]

2024-07-22 Thread via GitHub
pitrou closed issue #40557: [C++] S3Filesystem always initiates multipart uploads, regardless of input size URL: https://github.com/apache/arrow/issues/40557 -- 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 t

[I] pyarrow.nulls doesn't return a valid array for non-nullable nested fields [arrow]

2024-07-22 Thread via GitHub
0x26res opened a new issue, #43358: URL: https://github.com/apache/arrow/issues/43358 ### Describe the bug, including details regarding any error messages, version, and platform. Say I have a struct with non-nullable fields, If I try to create an empty array of this struct, the array

Re: [I] [C++][Parquet] AesEncryptor::Make should return smart pointer, not a raw pointer [arrow]

2024-07-22 Thread via GitHub
pitrou closed issue #43221: [C++][Parquet] AesEncryptor::Make should return smart pointer, not a raw pointer URL: https://github.com/apache/arrow/issues/43221 -- 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