Re: [I] [CI] Add cmake-format to pre-commit [arrow-java]

2025-01-14 Thread via GitHub
kou closed issue #520: [CI] Add cmake-format to pre-commit URL: https://github.com/apache/arrow-java/issues/520 -- 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,

[I] [CI] Add cmake-format to pre-commit [arrow-java]

2025-01-14 Thread via GitHub
kou opened a new issue, #520: URL: https://github.com/apache/arrow-java/issues/520 ### Describe the enhancement requested We can use https://github.com/cheshirekow/cmake-format-precommit . But it seems that cmake-format isn't maintained... -- This is an automated message from

Re: [I] [CI] Cleanup apache-arrow-java.tar.gz created by pre-commit [arrow-java]

2025-01-14 Thread via GitHub
kou closed issue #518: [CI] Cleanup apache-arrow-java.tar.gz created by pre-commit URL: https://github.com/apache/arrow-java/issues/518 -- 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 c

[I] [CI] Cleanup apache-arrow-java.tar.gz created by pre-commit [arrow-java]

2025-01-14 Thread via GitHub
kou opened a new issue, #518: URL: https://github.com/apache/arrow-java/issues/518 ### Describe the enhancement requested `pre-commit run` creates `apache-arrow-java.tar.gz` but it's not removed. So `apache-arrow-java.tar.gz` exists after `pre-commit run`. -- This is an automated m

[I] Migrate Build Scan publication to develocity.apache.org [arrow-java]

2025-01-14 Thread via GitHub
clayburn opened a new issue, #515: URL: https://github.com/apache/arrow-java/issues/515 ### Describe the enhancement requested The Arrow project publishes Build Scans to the Develocity instance at ge.apache.org. This instance migrating to a new URL, develocity.apache.org. Build scans

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

2025-01-14 Thread via GitHub
amoeba opened a new issue, #45264: URL: https://github.com/apache/arrow/issues/45264 ### 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

[I] [MATLAB] Add ability to construct `RecordBatchStreamReader` from `uint8` array [arrow]

2025-01-14 Thread via GitHub
kevingurney opened a new issue, #45263: URL: https://github.com/apache/arrow/issues/45263 ### Describe the enhancement requested To enable more workflows using the IPC Stream format in the MATLAB interface, we should add the ability to construct a `RecordBatchStreamReader` from a MAT

[I] Extension types not fully supported in list arrays [arrow]

2025-01-14 Thread via GitHub
chelsea-lin opened a new issue, #45262: URL: https://github.com/apache/arrow/issues/45262 ### Describe the bug, including details regarding any error messages, version, and platform. ### Description I'm trying to create a list array where each element is an array of a custom e

[I] [R][Docs] Improve documentation on GCS support [arrow]

2025-01-14 Thread via GitHub
amoeba opened a new issue, #45260: URL: https://github.com/apache/arrow/issues/45260 ### Describe the bug, including details regarding any error messages, version, and platform. In the past, Arrow binaries on CRAN had S3 and GCS support by default. This changed a few major versions a

[I] [C++][Parquet] CleanStatistic for ByteArray might prune the zero-sized array [arrow]

2025-01-14 Thread via GitHub
mapleFU opened a new issue, #45257: URL: https://github.com/apache/arrow/issues/45257 ### Describe the bug, including details regarding any error messages, version, and platform. The code[1] would cleanup the min-max stats in Parquet. For ByteArray, we may "Merge" multiple stats when

Re: [I] [C++][Acero] Potential truncation when merging row arrays [arrow]

2025-01-14 Thread via GitHub
zanmato1984 closed issue #45254: [C++][Acero] Potential truncation when merging row arrays URL: https://github.com/apache/arrow/issues/45254 -- 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 speci

[I] python/c: postgresql handling of unknown types broken in 1.3? [arrow-adbc]

2025-01-14 Thread via GitHub
lupko opened a new issue, #2448: URL: https://github.com/apache/arrow-adbc/issues/2448 ### What happened? Hi, There appears to be a regression in PostgreSQL driver between 1.3.0 and 1.2.0 when it comes to handling unknown types. - In 1.2.0, things work as documented her

[I] [C++][Acero] Potential overflow when merging row arrays [arrow]

2025-01-14 Thread via GitHub
zanmato1984 opened a new issue, #45254: URL: https://github.com/apache/arrow/issues/45254 ### Describe the bug, including details regarding any error messages, version, and platform. In #43389 I widened the offset within the row table to 64-bit and changed the references of row offse

[I] [Python] Remove / Update code that might not be required with Cython > 2 [arrow]

2025-01-14 Thread via GitHub
raulcd opened a new issue, #45253: URL: https://github.com/apache/arrow/issues/45253 ### Describe the enhancement requested When bumping Cython to >= 3, on: - https://github.com/apache/arrow/issues/45237 We noticed there's a couple of places where there are comments related t