[I] [CI] Add milestone bot [arrow-java]

2024-12-11 Thread via GitHub
lidavidm opened a new issue, #456: URL: https://github.com/apache/arrow-java/issues/456 ### Describe the enhancement requested Add a milestone and a way to automatically assign issues/PRs to milestones -- This is an automated message from the Apache Git Service. To respond to the me

Re: [I] [Java][Docs] Remove Java documentation from this repo [arrow]

2024-12-11 Thread via GitHub
kou closed issue #44843: [Java][Docs] Remove Java documentation from this repo URL: https://github.com/apache/arrow/issues/44843 -- 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] Disable Maven RAT check in favor of pre-commit one [arrow-java]

2024-12-11 Thread via GitHub
lidavidm closed issue #436: Disable Maven RAT check in favor of pre-commit one URL: https://github.com/apache/arrow-java/issues/436 -- 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 commen

Re: [I] Disable Maven RAT check in favor of pre-commit one [arrow-java]

2024-12-11 Thread via GitHub
lidavidm closed issue #436: Disable Maven RAT check in favor of pre-commit one URL: https://github.com/apache/arrow-java/issues/436 -- 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 commen

[I] [Python][Docs] Docstring mismatch in Schema class's metadata method [arrow]

2024-12-11 Thread via GitHub
amoeba opened a new issue, #45003: URL: https://github.com/apache/arrow/issues/45003 ### Describe the bug, including details regarding any error messages, version, and platform. The docstring for the [metadata method](https://arrow.apache.org/docs/python/generated/pyarrow.Schema.html

[I] [C++] csv: StreamingReaderImpl::Init calls io executor and cpu executor when ReadOptions.use_threads is false [arrow]

2024-12-11 Thread via GitHub
mapleFU opened a new issue, #45002: URL: https://github.com/apache/arrow/issues/45002 ### Describe the enhancement requested As in [1], the csv calls executor even when threading is disabled. [1] https://github.com/apache/arrow/blob/6252e9ceeb0f8544c14f79d895a37ac198131f88/cpp/

[I] [Doc] Generate Java documentation [arrow-java]

2024-12-11 Thread via GitHub
raulcd opened a new issue, #455: URL: https://github.com/apache/arrow-java/issues/455 ### Describe the bug, including details regarding any error messages, version, and platform. As discussed on: - https://github.com/apache/arrow/issues/44843 We should move the generation of

Re: [I] [CI] Documentation job fails due to missing java folder [arrow]

2024-12-11 Thread via GitHub
raulcd closed issue #44998: [CI] Documentation job fails due to missing java folder URL: https://github.com/apache/arrow/issues/44998 -- 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 com

[I] [CI] Documentation job fails due to missing java folder [arrow]

2024-12-11 Thread via GitHub
raulcd opened a new issue, #44998: URL: https://github.com/apache/arrow/issues/44998 ### Describe the bug, including details regarding any error messages, version, and platform. The `AMD64 Debian 12 Complete Documentation` job fails with: ``` + rm -rf /build/java + cp -aL /a

Re: [I] [CI][Java][Python] Integration spark jobs are failing due to missing java folder [arrow]

2024-12-11 Thread via GitHub
raulcd closed issue #44980: [CI][Java][Python] Integration spark jobs are failing due to missing java folder URL: https://github.com/apache/arrow/issues/44980 -- 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] [Python] Clean-up name / field_name handling in pandas compat [arrow]

2024-12-11 Thread via GitHub
raulcd closed issue #44962: [Python] Clean-up name / field_name handling in pandas compat URL: https://github.com/apache/arrow/issues/44962 -- 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 specif

[I] [CI] Modernize AppVeyor build [arrow]

2024-12-11 Thread via GitHub
pitrou opened a new issue, #44997: URL: https://github.com/apache/arrow/issues/44997 ### Describe the enhancement requested The AppVeyor build is using a bunch of outdated idioms and workarounds, such as calling `setup.py` directly to install PyArrow. ### Component(s) Co