Re: [I] Polars write_database + ADBC PostgreSQL >= v1.3.0 drops Arrow timestamp time zone — expected? [arrow-adbc]

2025-06-04 Thread via GitHub
lidavidm closed issue #2901: Polars write_database + ADBC PostgreSQL >= v1.3.0 drops Arrow timestamp time zone — expected? URL: https://github.com/apache/arrow-adbc/issues/2901 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] Polars write_database + ADBC PostgreSQL >= v1.3.0 drops Arrow timestamp time zone — expected? [arrow-adbc]

2025-06-04 Thread via GitHub
lidavidm closed issue #2901: Polars write_database + ADBC PostgreSQL >= v1.3.0 drops Arrow timestamp time zone — expected? URL: https://github.com/apache/arrow-adbc/issues/2901 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] [Java] Create a utility function for validity buffer based split and transfer usage in Vector module [arrow-java]

2025-06-04 Thread via GitHub
lidavidm closed issue #79: [Java] Create a utility function for validity buffer based split and transfer usage in Vector module URL: https://github.com/apache/arrow-java/issues/79 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] [Java] Create a utility function for validity buffer based split and transfer usage in Vector module [arrow-java]

2025-06-04 Thread via GitHub
lidavidm closed issue #79: [Java] Create a utility function for validity buffer based split and transfer usage in Vector module URL: https://github.com/apache/arrow-java/issues/79 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] Add a lint CI [arrow-swift]

2025-06-04 Thread via GitHub
kou closed issue #20: Add a lint CI URL: https://github.com/apache/arrow-swift/issues/20 -- 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, e-mail: issues-unsubscr

Re: [I] Add a lint CI [arrow-swift]

2025-06-04 Thread via GitHub
kou closed issue #20: Add a lint CI URL: https://github.com/apache/arrow-swift/issues/20 -- 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, e-mail: issues-unsubscr

[I] [R][Docs] pkgdown generation is failing [arrow]

2025-06-04 Thread via GitHub
kou opened a new issue, #46717: URL: https://github.com/apache/arrow/issues/46717 ### Describe the bug, including details regarding any error messages, version, and platform. For example: AMD64 Debian 12 Complete Documentation https://github.com/apache/arrow/actions/runs/15427

[I] [Benchmarking] conbench is failing [arrow]

2025-06-04 Thread via GitHub
kou opened a new issue, #46716: URL: https://github.com/apache/arrow/issues/46716 ### Describe the bug, including details regarding any error messages, version, and platform. For example: https://github.com/apache/arrow/pull/46689#issuecomment-2940438967 > The [full Conbench

Re: [I] [CI][Dev] fix shellcheck errors in the ci/scripts/cpp_test.sh [arrow]

2025-06-04 Thread via GitHub
kou closed issue #46699: [CI][Dev] fix shellcheck errors in the ci/scripts/cpp_test.sh URL: https://github.com/apache/arrow/issues/46699 -- 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] [C++] Exporting an ExtensionType with BinaryView or StringView storage to C does not export extra buffer sizes array [arrow]

2025-06-04 Thread via GitHub
paleolimbot closed issue #46659: [C++] Exporting an ExtensionType with BinaryView or StringView storage to C does not export extra buffer sizes array URL: https://github.com/apache/arrow/issues/46659 -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[I] Implement Hidden Visbiility in Meson Configuration [arrow]

2025-06-04 Thread via GitHub
WillAyd opened a new issue, #46714: URL: https://github.com/apache/arrow/issues/46714 ### Describe the enhancement requested Meson offers a relatively easy to use keyword for setting visibility=hidden on GNU platforms. If we start using this keyword, it will help bridge the gap betwe

[I] [C++] Fix ASAN issue in arrow-dataset-writer-test MaxRowsOneWriteBackpresure [arrow]

2025-06-04 Thread via GitHub
amoeba opened a new issue, #46713: URL: https://github.com/apache/arrow/issues/46713 ### Describe the bug, including details regarding any error messages, version, and platform. While looking at https://github.com/apache/arrow/issues/45235, we found what looks like a latent ASAN issu

Re: [I] [R] Intermittent memory leaks in the valgrind nightly test [arrow]

2025-06-04 Thread via GitHub
paleolimbot closed issue #33094: [R] Intermittent memory leaks in the valgrind nightly test URL: https://github.com/apache/arrow/issues/33094 -- 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 spec

[I] [Docs] Developer docs not updating [arrow]

2025-06-04 Thread via GitHub
ianmcook opened a new issue, #46712: URL: https://github.com/apache/arrow/issues/46712 ### Describe the bug, including details regarding any error messages, version, and platform. The dev version of the docs is not updating. For example, the changes in https://github.com/apache/arrow

Re: [I] [C++][Parquet] Allow reading Parquet LIST data as LargeList directly [arrow]

2025-06-04 Thread via GitHub
pitrou closed issue #46676: [C++][Parquet] Allow reading Parquet LIST data as LargeList directly URL: https://github.com/apache/arrow/issues/46676 -- 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

[I] [C++] Latent memory handling issues in Dataset Writer [arrow]

2025-06-04 Thread via GitHub
pitrou opened a new issue, #46710: URL: https://github.com/apache/arrow/issues/46710 ### Describe the bug, including details regarding any error messages, version, and platform. The dataset writer currently uses raw pointers of the pieces of state it needs to track, even though some

[I] castDECIMAL_utf8 has undefined behaviour in case of invalid input value [arrow]

2025-06-04 Thread via GitHub
DenisTarasyuk opened a new issue, #46708: URL: https://github.com/apache/arrow/issues/46708 ### Describe the bug, including details regarding any error messages, version, and platform. When castDECIMAL_utf8 receives value that can not be parsed to number it returns without setting an

[I] Add a basic README file [arrow-swift]

2025-06-04 Thread via GitHub
raulcd opened a new issue, #23: URL: https://github.com/apache/arrow-swift/issues/23 The project doesn't currently have a README file. Adding some basic information, example on how to build or what is currently implemented would be a nice start. Some examples: https://github

Re: [I] [Python][Docs] Parquet row_group_size has confusing units [arrow]

2025-06-04 Thread via GitHub
AlenkaF closed issue #46652: [Python][Docs] Parquet row_group_size has confusing units URL: https://github.com/apache/arrow/issues/46652 -- 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] Remove duplicate function `getValidityBufferSizeFromCount` in `BaseValueVector` [arrow-java]

2025-06-04 Thread via GitHub
lidavidm closed issue #774: Remove duplicate function `getValidityBufferSizeFromCount` in `BaseValueVector` URL: https://github.com/apache/arrow-java/issues/774 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [I] Remove duplicate function `getValidityBufferSizeFromCount` in `BaseValueVector` [arrow-java]

2025-06-04 Thread via GitHub
lidavidm closed issue #774: Remove duplicate function `getValidityBufferSizeFromCount` in `BaseValueVector` URL: https://github.com/apache/arrow-java/issues/774 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [I] Enable dependabot [arrow-swift]

2025-06-04 Thread via GitHub
raulcd closed issue #4: Enable dependabot URL: https://github.com/apache/arrow-swift/issues/4 -- 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, e-mail: issues-uns

Re: [I] [JS] Remove js/ [arrow]

2025-06-04 Thread via GitHub
raulcd closed issue #46702: [JS] Remove js/ URL: https://github.com/apache/arrow/issues/46702 -- 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, e-mail: issues-uns

[I] [C++][CI] OSS-Fuzz build failure [arrow]

2025-06-04 Thread via GitHub
pitrou opened a new issue, #46704: URL: https://github.com/apache/arrow/issues/46704 ### Describe the bug, including details regarding any error messages, version, and platform. The OSS-Fuzz build has [started failing recently](https://github.com/ursacomputing/crossbow/actions/runs/1