Re: [I] [CI][C++] test-build-cpp-fuzz failed because Boost libraries are required [arrow]

2025-02-05 Thread via GitHub
kou closed issue #45423: [CI][C++] test-build-cpp-fuzz failed because Boost libraries are required URL: https://github.com/apache/arrow/issues/45423 -- 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 t

Re: [I] [Python] Remove Cython workarounds [arrow]

2025-02-05 Thread via GitHub
pitrou closed issue #45433: [Python] Remove Cython workarounds URL: https://github.com/apache/arrow/issues/45433 -- 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] [CI][Docs] Publish docs to https://arrow.apache.org/java/main/ on push [arrow-java]

2025-02-05 Thread via GitHub
kou closed issue #547: [CI][Docs] Publish docs to https://arrow.apache.org/java/main/ on push URL: https://github.com/apache/arrow-java/issues/547 -- 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

Re: [I] can't connect to arrow flight extension [arrow-flight-sql-postgresql]

2025-02-05 Thread via GitHub
journeytosilius closed issue #198: can't connect to arrow flight extension URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/198 -- 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

Re: [I] [Release] Increase wait interval in `dev/release/release_rc.sh` [arrow-java]

2025-02-05 Thread via GitHub
kou closed issue #588: [Release] Increase wait interval in `dev/release/release_rc.sh` URL: https://github.com/apache/arrow-java/issues/588 -- 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] can't connect to arrow flight extension [arrow-flight-sql-postgresql]

2025-02-05 Thread via GitHub
journeytosilius opened a new issue, #198: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/198 container conf: ``` postgres_ts_flight: image: 'postgres_ts_flight' container_name: postgres_ts_flight shm_size: 1gb ports: - "5432

[I] [C++] Remove Boost dependency [arrow]

2025-02-05 Thread via GitHub
kou opened a new issue, #45440: URL: https://github.com/apache/arrow/issues/45440 ### Describe the enhancement requested Boost is a large library. If we don't need to use Boost, we can decrease maintenance cost. We're using Boost for multiple proposes: * Gandiva * Tes

Re: [I] Opening to external incoming connections in container [arrow-flight-sql-postgresql]

2025-02-05 Thread via GitHub
journeytosilius closed issue #197: Opening to external incoming connections in container URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/197 -- 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

[I] Opening to external incoming connections in container [arrow-flight-sql-postgresql]

2025-02-05 Thread via GitHub
journeytosilius opened a new issue, #197: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/197 The default is grpc://127.0.0.1:15432, but how can this be changed at the config level in postgresql.conf ? I can't find it in the documentation. I need to accept connections fr

Re: [I] `ParquetFileFragment.to_batches` leaks memory [arrow]

2025-02-05 Thread via GitHub
bveeramani closed issue #45439: `ParquetFileFragment.to_batches` leaks memory URL: https://github.com/apache/arrow/issues/45439 -- 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.

[I] `ParquetFileFragment.to_batches` leaks memory [arrow]

2025-02-05 Thread via GitHub
bveeramani opened a new issue, #45439: URL: https://github.com/apache/arrow/issues/45439 ### Describe the bug, including details regarding any error messages, version, and platform. ## Problem I'm trying to read batches of a large Parquet file, but I'm encountering OOMs. It se

[I] R: creating arrow supported expressions [arrow]

2025-02-05 Thread via GitHub
JosiahParry opened a new issue, #45438: URL: https://github.com/apache/arrow/issues/45438 ### Describe the usage question you have. Please include as many useful details as possible. I'm working on creating R bindings to geoarrow-rs. These functions work with nanoarrow and `{geo

Re: [I] [CI][Python] test-conda-python-3.11-hypothesis fails with 'Python binding for RankQuantileOptions not exposed' [arrow]

2025-02-05 Thread via GitHub
pitrou closed issue #45380: [CI][Python] test-conda-python-3.11-hypothesis fails with 'Python binding for RankQuantileOptions not exposed' URL: https://github.com/apache/arrow/issues/45380 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[I] [Docs][Packaging] Documentation to build linux-packaging is outdated [arrow]

2025-02-05 Thread via GitHub
raulcd opened a new issue, #45436: URL: https://github.com/apache/arrow/issues/45436 ### Describe the bug, including details regarding any error messages, version, and platform. I am trying to fix some minor issues on the linux-packaging due to the CMake version upgrade PR and I wasn

Re: [I] [Python] Fix version comparison in pandas compat for pandas 2.3 dev version [arrow]

2025-02-05 Thread via GitHub
raulcd closed issue #45427: [Python] Fix version comparison in pandas compat for pandas 2.3 dev version URL: https://github.com/apache/arrow/issues/45427 -- 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

[I] [C++][Acero] Add pipe_sink, pipe_source and pipe_tee nodes to enable more complex execution plans and query batching. [arrow]

2025-02-05 Thread via GitHub
gitmodimo opened a new issue, #45434: URL: https://github.com/apache/arrow/issues/45434 ### Describe the enhancement requested I have been experimenting with the concept of pipe in Acero. It show great potential in expanding Acero flexibility and features. Initial draft and proof of

[I] [Python] Remove Cython workarounds [arrow]

2025-02-05 Thread via GitHub
pitrou opened a new issue, #45433: URL: https://github.com/apache/arrow/issues/45433 ### Describe the enhancement requested Now that we require Cython 3.0 or later, we can remove a number of workarounds accumulated over the years. ### Component(s) Python -- This i

[I] [Python] read_table from s3 randomly fails due to timeout [arrow]

2025-02-05 Thread via GitHub
eladc opened a new issue, #45432: URL: https://github.com/apache/arrow/issues/45432 ### Describe the bug, including details regarding any error messages, version, and platform. Hello, This is very similar to bug #[36007](https://github.com/apache/arrow/issues/36007) the

Re: [I] [C++]: Identity cast for `Time64Scalar` and `Time32Scalar` fails [arrow]

2025-02-05 Thread via GitHub
pitrou closed issue #45362: [C++]: Identity cast for `Time64Scalar` and `Time32Scalar` fails URL: https://github.com/apache/arrow/issues/45362 -- 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 spe

[I] [C++] Scalar::CastTo for ComplexType unimplemented [arrow]

2025-02-05 Thread via GitHub
mapleFU opened a new issue, #45431: URL: https://github.com/apache/arrow/issues/45431 ### Describe the enhancement requested Describe the enhancement requested ```c++ random::RandomArrayGenerator gen(/*seed=*/42); auto test_identity_cast_for_type = [&gen](const st

[I] [C++] Scalar::CastTo for ListView unimplemented [arrow]

2025-02-05 Thread via GitHub
mapleFU opened a new issue, #45430: URL: https://github.com/apache/arrow/issues/45430 ### Describe the bug, including details regarding any error messages, version, and platform. Describe the enhancement requested ```c++ random::RandomArrayGenerator gen(/*seed=*/42); auto

[I] [C++] Scalar::CastTo for Decimal unimplemented [arrow]

2025-02-05 Thread via GitHub
mapleFU opened a new issue, #45429: URL: https://github.com/apache/arrow/issues/45429 ### Describe the enhancement requested ```c++ random::RandomArrayGenerator gen(/*seed=*/42); auto test_identity_cast_for_type = [&gen](const std::shared_ptr& data_type) {

Re: [I] [C++] Data race in `SimpleRecordBatch::columns` [arrow]

2025-02-05 Thread via GitHub
pitrou closed issue #45371: [C++] Data race in `SimpleRecordBatch::columns` URL: https://github.com/apache/arrow/issues/45371 -- 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

Re: [I] [Python][[Parquet][C++] pyarrow 18 high memory consumption [arrow]

2025-02-05 Thread via GitHub
kubat-square-sense closed issue #45236: [Python][[Parquet][C++] pyarrow 18 high memory consumption URL: https://github.com/apache/arrow/issues/45236 -- 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 t

[I] [Python] Fix version comparison in pandas compat for pandas 2.3 dev version [arrow]

2025-02-05 Thread via GitHub
jorisvandenbossche opened a new issue, #45427: URL: https://github.com/apache/arrow/issues/45427 Small follow-up on https://github.com/apache/arrow/pull/45383 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [I] [C++] Should ThreadPool executor SpawnReal handle exception? [arrow]

2025-02-05 Thread via GitHub
mapleFU closed issue #45426: [C++] Should ThreadPool executor SpawnReal handle exception? URL: https://github.com/apache/arrow/issues/45426 -- 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] [C++] Should ThreadPool executor SpawnReal handle exception? [arrow]

2025-02-05 Thread via GitHub
mapleFU closed issue #45426: [C++] Should ThreadPool executor SpawnReal handle exception? URL: https://github.com/apache/arrow/issues/45426 -- 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