Re: [I] Data import methods free memory [arrow-java]

2025-05-22 Thread via GitHub
pepijnve closed issue #763: Data import methods free memory URL: https://github.com/apache/arrow-java/issues/763 -- 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] docs: Driver Implementation Status has no mention of Python support [arrow-adbc]

2025-05-22 Thread via GitHub
lidavidm closed issue #2852: docs: Driver Implementation Status has no mention of Python support URL: https://github.com/apache/arrow-adbc/issues/2852 -- 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

Re: [I] docs: Driver Implementation Status has no mention of Python support [arrow-adbc]

2025-05-22 Thread via GitHub
lidavidm closed issue #2852: docs: Driver Implementation Status has no mention of Python support URL: https://github.com/apache/arrow-adbc/issues/2852 -- 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

[I] Avoid closing/freeing struct-like object instances on import [arrow-java]

2025-05-22 Thread via GitHub
pepijnve opened a new issue, #765: URL: https://github.com/apache/arrow-java/issues/765 ### Describe the enhancement requested Currently the various import methods in `org.apache.arrow.c.Data` call `close` on the `BaseStruct` arguments they receive as parameter. This prevents callers

[I] [CI][Integration] Use apache/arrow-js for JS [arrow]

2025-05-22 Thread via GitHub
kou opened a new issue, #46569: URL: https://github.com/apache/arrow/issues/46569 ### Describe the enhancement requested We've moved js/ in apache/arrow to apache/arrow-js. ### Component(s) Continuous Integration, Integration, Archery -- This is an automated message fr

[I] docs: Driver Implementation Status has no mention of Python support [arrow-adbc]

2025-05-22 Thread via GitHub
daipom opened a new issue, #2852: URL: https://github.com/apache/arrow-adbc/issues/2852 ### What happened? There is no mention of Python support in the [Driver Implementation Status](https://arrow.apache.org/adbc/current/driver/status.html) page. Wouldn't it be appropriate to i

[I] Add `type_singleton` utility function for Arrow type lookup [arrow]

2025-05-22 Thread via GitHub
viky-01 opened a new issue, #46568: URL: https://github.com/apache/arrow/issues/46568 ### Describe the enhancement requested This enhancement proposes adding a utility function named `type_singleton` to simplify the lookup of Arrow data types by `Type::type` ID. This function is mean

Re: [I] [C++] FindBrotliAlt.cmake and Findutf8proc.cmake use ARROW_VCPKG [arrow]

2025-05-22 Thread via GitHub
kou closed issue #46564: [C++] FindBrotliAlt.cmake and Findutf8proc.cmake use ARROW_VCPKG URL: https://github.com/apache/arrow/issues/46564 -- 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] [C++] FindBrotliAlt.cmake and Findutf8proc.cmake use ARROW_VCPKG [arrow]

2025-05-22 Thread via GitHub
kou opened a new issue, #46564: URL: https://github.com/apache/arrow/issues/46564 ### Describe the bug, including details regarding any error messages, version, and platform. #46467 changed `FindBrotliAlt.cmake` and `Findutf8proc.cmake` to use `ARROW_VCPKG` instead of `ARROW_PACKAGE_

[I] Configure code formatting check in CI [arrow-dotnet]

2025-05-22 Thread via GitHub
adamreeve opened a new issue, #2: URL: https://github.com/apache/arrow-dotnet/issues/2 After the initial code import it would be good to run `dotnet format` on the whole codebase and then set up a CI job to run `dotnet format --verify-no-changes` on PRs. There are already formatting

Re: [I] Replace `const std::string&` input parameters with `std::string_view` [arrow]

2025-05-22 Thread via GitHub
kou closed issue #46551: Replace `const std::string&` input parameters with `std::string_view` URL: https://github.com/apache/arrow/issues/46551 -- 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 s

[I] [Glib][CI] Change enable ARROW_GLIB_WERROR by default [arrow]

2025-05-22 Thread via GitHub
hiroyuki-sato opened a new issue, #46562: URL: https://github.com/apache/arrow/issues/46562 ### Describe the enhancement requested Add `--Werror` compile flag by default. This change makes debugging easier. ### Component(s) GLib -- This is an automated message from the

[I] [C++] Fix TODO error regarding complex type on `GetTablesReader::GetSchema()` in Arrow Flight SQL ODBC [arrow]

2025-05-22 Thread via GitHub
alinaliBQ opened a new issue, #46561: URL: https://github.com/apache/arrow/issues/46561 ### Describe the enhancement requested Fix the error indicated by TODO statement in [flight_sql_get_tables_reader.cc](https://github.com/apache/arrow/blob/ed36107/cpp/src/arrow/flight/sql/odbc/flig

[I] docs: display warning banner when viewing docs for anything but current stable version [arrow-adbc]

2025-05-22 Thread via GitHub
ianmcook opened a new issue, #2850: URL: https://github.com/apache/arrow-adbc/issues/2850 ### What feature or improvement would you like to see? Several times I have been very confused about why something wasn't working, only to realize I was looking at the docs for an old ADBC versio

[I] Copy connection string properly in SQLDriverConnectW in Arrow Flight SQL ODBC [arrow]

2025-05-22 Thread via GitHub
alinaliBQ opened a new issue, #46560: URL: https://github.com/apache/arrow/issues/46560 ### Describe the enhancement requested ### Describe the enhancement requested We need to copy connection string properly in SQLDriverConnectW in the ODBC driver according to spec: https://l

Re: [I] Follow up for https://github.com/apache/arrow-go/issues/278 [arrow-go]

2025-05-22 Thread via GitHub
zeroshade closed issue #379: Follow up for https://github.com/apache/arrow-go/issues/278 URL: https://github.com/apache/arrow-go/issues/379 -- 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

Re: [I] Follow up for https://github.com/apache/arrow-go/issues/278 [arrow-go]

2025-05-22 Thread via GitHub
zeroshade closed issue #379: Follow up for https://github.com/apache/arrow-go/issues/278 URL: https://github.com/apache/arrow-go/issues/379 -- 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

Re: [I] [Java] Make RangeEqualsVisitor of RunEndEncodedVector more efficient [arrow-java]

2025-05-22 Thread via GitHub
lidavidm closed issue #52: [Java] Make RangeEqualsVisitor of RunEndEncodedVector more efficient URL: https://github.com/apache/arrow-java/issues/52 -- 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] [Python][C++] During casting, `allow_int_overflow` option ignored when `allow_float_truncate` set to True [arrow]

2025-05-22 Thread via GitHub
thisisnic opened a new issue, #46557: URL: https://github.com/apache/arrow/issues/46557 ### Describe the bug, including details regarding any error messages, version, and platform. ``` >>> import pyarrow as pa >>> import pyarrow.compute as pc >>> pc.cast(pa.scalar(1e308), op

[I] Add GArrowUuidDataType [arrow]

2025-05-22 Thread via GitHub
hiroyuki-sato opened a new issue, #46556: URL: https://github.com/apache/arrow/issues/46556 ### Describe the enhancement requested It's the bindings of `arrow::extension:UuidType`. ### Component(s) GLib -- This is an automated message from the Apache Git Service. T

[I] [C++][Parquet] Encoding tools for variant type [arrow]

2025-05-22 Thread via GitHub
mapleFU opened a new issue, #46555: URL: https://github.com/apache/arrow/issues/46555 ### Describe the enhancement requested The patch[1] does the decoding logics for Variant type. The encoding is the another part of the variant type. Since `VariantValue` is a wrapper for `(std::str

[I] Building ADBC and flightsql driver on Windows [arrow-adbc]

2025-05-22 Thread via GitHub
Kakolukia91 opened a new issue, #2846: URL: https://github.com/apache/arrow-adbc/issues/2846 ### What would you like help with? Hi, I'm trying to use ADBC with a Microsoft Visual Studio C++ solution. I've tried to build ADBC to produce an import lib file (.lib extension) and dy

Re: [I] [Docs][C++] No RunEndEncodedArray, FlatArray, and PrimitiveArray API Doc [arrow]

2025-05-22 Thread via GitHub
pitrou closed issue #46537: [Docs][C++] No RunEndEncodedArray, FlatArray, and PrimitiveArray API Doc URL: https://github.com/apache/arrow/issues/46537 -- 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

Re: [I] [C++][Parquet] `test-conda-cpp-valgrind` error in geospatial tests [arrow]

2025-05-22 Thread via GitHub
pitrou closed issue #46435: [C++][Parquet] `test-conda-cpp-valgrind` error in geospatial tests URL: https://github.com/apache/arrow/issues/46435 -- 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 s

[I] Data import methods free memory [arrow-java]

2025-05-22 Thread via GitHub
pepijnve opened a new issue, #763: URL: https://github.com/apache/arrow-java/issues/763 ### Describe the usage question you have. Please include as many useful details as possible. The various import methods in the Data class are documented to transfer ownership of the Arrow data

[I] `tests` files shipped with python wheel [arrow]

2025-05-22 Thread via GitHub
ion-elgreco opened a new issue, #46554: URL: https://github.com/apache/arrow/issues/46554 ### Describe the bug, including details regarding any error messages, version, and platform. There is some bloat in the python wheel, the `pyarrow` `tests` are packaged with it, bloating up the

Re: [I] [C++] Add Compile Step to Meson Configuration in cpp build script [arrow]

2025-05-22 Thread via GitHub
raulcd closed issue #46338: [C++] Add Compile Step to Meson Configuration in cpp build script URL: https://github.com/apache/arrow/issues/46338 -- 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 sp

[I] Replace `const std::string&` input parameters with `std::string_view` [arrow]

2025-05-22 Thread via GitHub
Lukasdoe opened a new issue, #46551: URL: https://github.com/apache/arrow/issues/46551 ### Describe the enhancement requested I just stumbled upon an optimization barrier in our code over at lingo-db where we do not have the field name string allocated as an `std::string`, however, t

Re: [I] [CI] Rat check with pre-commit doesn't work [arrow]

2025-05-22 Thread via GitHub
raulcd closed issue #43132: [CI] Rat check with pre-commit doesn't work URL: https://github.com/apache/arrow/issues/43132 -- 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 uns

Re: [I] [CI][Packaging] AlmaLinux 8 job failed [arrow]

2025-05-22 Thread via GitHub
raulcd closed issue #46538: [CI][Packaging] AlmaLinux 8 job failed URL: https://github.com/apache/arrow/issues/46538 -- 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 unsubscr

[I] [CI][Dev][R] Use pre-commit for cpplint [arrow]

2025-05-22 Thread via GitHub
kou opened a new issue, #46548: URL: https://github.com/apache/arrow/issues/46548 ### Describe the enhancement requested We can reuse existing cpplint configuration for `cpp/`: https://github.com/apache/arrow/blob/d3b90c32a4ccc542cb72df01938cd42bff32caf7/.pre-commit-config.yaml

[I] [CI][Dev][R] Use pre-commit for lintr [arrow]

2025-05-22 Thread via GitHub
kou opened a new issue, #46547: URL: https://github.com/apache/arrow/issues/46547 ### Describe the enhancement requested https://github.com/lorenzwalthert/precommit has lintr support. ### Component(s) Continuous Integration, Developer Tools, R -- This is an automated m

[I] [CI][Dev][Python] Use pre-commit for numpydoc [arrow]

2025-05-22 Thread via GitHub
kou opened a new issue, #46546: URL: https://github.com/apache/arrow/issues/46546 ### Describe the enhancement requested https://numpydoc.readthedocs.io/en/latest/validation.html ### Component(s) Continuous Integration, Developer Tools, Python -- This is an automated m