Re: [I] docs: Javadocs no longer build [arrow-adbc]

2025-01-16 Thread via GitHub
lidavidm closed issue #2453: docs: Javadocs no longer build URL: https://github.com/apache/arrow-adbc/issues/2453 -- 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

Re: [I] [Release] Add support for .jar for Windows [arrow-java]

2025-01-16 Thread via GitHub
kou closed issue #527: [Release] Add support for .jar for Windows URL: https://github.com/apache/arrow-java/issues/527 -- 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 unsubs

Re: [I] [Release] Add support for .jar for Windows [arrow-java]

2025-01-16 Thread via GitHub
kou closed issue #527: [Release] Add support for .jar for Windows URL: https://github.com/apache/arrow-java/issues/527 -- 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 unsubs

[I] [Packaging] Drop support for Ubuntu 20.04 [arrow]

2025-01-16 Thread via GitHub
kou opened a new issue, #45291: URL: https://github.com/apache/arrow/issues/45291 ### Describe the enhancement requested It will reach EOL on 2025-04: https://wiki.ubuntu.com/Releases We'll release a new version on 2025-04. So we can drop support for Ubuntu 20.04 now. ##

[I] [Release] Add support for uploading binary artifacts to repository.apache.org [arrow-java]

2025-01-16 Thread via GitHub
kou opened a new issue, #529: URL: https://github.com/apache/arrow-java/issues/529 ### Describe the enhancement requested Related script in apache/arrow: https://github.com/apache/arrow/blob/apache-arrow-18.0.0/dev/release/06-java-upload.sh But we will use GitHub Releases not A

Re: [I] [Release] Use released Apache Arrow C++ for RC CI [arrow-java]

2025-01-16 Thread via GitHub
kou closed issue #525: [Release] Use released Apache Arrow C++ for RC CI URL: https://github.com/apache/arrow-java/issues/525 -- 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

[I] [Docs][Release][Website] Figure out why the version banner code changed in 19.0.0 [arrow]

2025-01-16 Thread via GitHub
amoeba opened a new issue, #45290: URL: https://github.com/apache/arrow/issues/45290 After we released 19.0.0 and updated the website, I noticed the version banner wasn't set up right. Upon investigating, it looks like the post-10-docs.sh script failed to update the banner code on the stabl

[I] docs: Javadocs no longer build [arrow-adbc]

2025-01-16 Thread via GitHub
lidavidm opened a new issue, #2453: URL: https://github.com/apache/arrow-adbc/issues/2453 ### What happened? This is because Arrow no longer builds the Arrow Java docs which we link to. ### Stack Trace Error: Failed to execute goal org.apache.maven.plugins:maven-site-pl

[I] dev/release: fix or replace commitizen [arrow-adbc]

2025-01-16 Thread via GitHub
lidavidm opened a new issue, #2452: URL: https://github.com/apache/arrow-adbc/issues/2452 ### What happened? The release 16 changelog is correct in the RC, but not the changelog itself. See the bottom of https://github.com/apache/arrow-adbc/blob/apache-arrow-adbc-16-rc2/CHANGELOG.md

[I] [Python][Packaging][Docs] Update documentation for PyArrow nightly wheels [arrow]

2025-01-16 Thread via GitHub
amoeba opened a new issue, #45288: URL: https://github.com/apache/arrow/issues/45288 ### Describe the enhancement requested As of https://github.com/apache/arrow/issues/40216, we upload nightly PyArrow wheels to https://anaconda.org/scientific-python-nightly-wheels/pyarrow. The curre

[I] Metadata related memory leak when reading parquet dataset [arrow]

2025-01-16 Thread via GitHub
icexelloss opened a new issue, #45287: URL: https://github.com/apache/arrow/issues/45287 ### Describe the bug, including details regarding any error messages, version, and platform. Hi, I have observed some memory leak when loading parquet dataset, which I think is related to

[I] Any Tips for Improving LSP Integration with clangd? [arrow]

2025-01-16 Thread via GitHub
WillAyd opened a new issue, #45286: URL: https://github.com/apache/arrow/issues/45286 ### Describe the usage question you have. Please include as many useful details as possible. I am not very well versed in clangd nor LSPs in general, but for whatever reason my editor really st

Re: [I] Please move header files from arrow/cdata/arrow/c into the parent Go package [arrow-go]

2025-01-16 Thread via GitHub
zeroshade closed issue #244: Please move header files from arrow/cdata/arrow/c into the parent Go package URL: https://github.com/apache/arrow-go/issues/244 -- 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] [Parquet][C++] PageIndex is useless with current API [arrow]

2025-01-16 Thread via GitHub
mpoeter opened a new issue, #45284: URL: https://github.com/apache/arrow/issues/45284 ### Describe the enhancement requested The `ParquetFileReader` provides a `PageIndexReader` via which we can eventually get to a `ColumnIndex` and an `OffsetIndex` - so far so good. Those indexes pr

Re: [I] [C++][Compute] Move Grouper tests into grouper_test.cc [arrow]

2025-01-16 Thread via GitHub
pitrou closed issue #45279: [C++][Compute] Move Grouper tests into grouper_test.cc URL: https://github.com/apache/arrow/issues/45279 -- 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] "OSError: Repetition level histogram size mismatch" when reading parquet file in pyarrow since 19.0.0 [arrow]

2025-01-16 Thread via GitHub
progval opened a new issue, #45283: URL: https://github.com/apache/arrow/issues/45283 ### Describe the bug, including details regarding any error messages, version, and platform. Since pyarrow v19, this file cannot be read anymore: [test.parquet.gz](https://github.com/user-at

[I] [Python][Parquet] Unused readonly properties of ParquetWriter [arrow]

2025-01-16 Thread via GitHub
kszucs opened a new issue, #45282: URL: https://github.com/apache/arrow/issues/45282 ### Describe the enhancement requested There are several properties exposed on the ParquetWriter object but they are not actually set anywhere https://github.com/apache/arrow/blob/main/python/pyarrow

[I] [C++][Compute] Move Grouper tests into grouper_test.cc [arrow]

2025-01-16 Thread via GitHub
pitrou opened a new issue, #45279: URL: https://github.com/apache/arrow/issues/45279 ### Describe the enhancement requested Currently, many tests for the Grouper and KeySegmenter implementations are present in `acero/hash_aggregate_test.cc`. We should move them into `arrow/compute/ro

[I] [Python][Packaging] Update python_wheel_windows_build.bat to use released delvewheel [arrow]

2025-01-16 Thread via GitHub
raulcd opened a new issue, #45278: URL: https://github.com/apache/arrow/issues/45278 ### Describe the enhancement requested [Delvewheel 1.10](https://github.com/adang1345/delvewheel/blob/master/CHANGELOG.md#1100-15-january-2025) has been released with the fix to `--with-mangle` we re

[I] Add a version byte to tables [arrow]

2025-01-16 Thread via GitHub
MaxiBoether opened a new issue, #45277: URL: https://github.com/apache/arrow/issues/45277 ### Describe the enhancement requested I installed `pyarrow` via pip without specifying a concrete version (which was my fault). Another requirement forced pip to download pyarrow 17. At the sam