[I] [Release] arrow-java-root-18.3.0-source-release.zip includes JNI binaries [arrow-java]

2025-05-10 Thread via GitHub
kou opened a new issue, #743: URL: https://github.com/apache/arrow-java/issues/743 ### Describe the bug, including details regarding any error messages, version, and platform. This is not a release blocker. https://github.com/apache/arrow-java/releases/download/v18.3.0-rc2/arr

Re: [I] [R] Creation of parquet from column with complex nested objects [arrow]

2025-05-10 Thread via GitHub
thisisnic closed issue #45786: [R] Creation of parquet from column with complex nested objects URL: https://github.com/apache/arrow/issues/45786 -- 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

Re: [I] [Docs] Remove references to autotune from the docs [arrow]

2025-05-10 Thread via GitHub
thisisnic closed issue #46378: [Docs] Remove references to autotune from the docs URL: https://github.com/apache/arrow/issues/46378 -- 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 comme

Re: [I] [R] Implement `hms` functions to create and manipulate time of day variables [arrow]

2025-05-10 Thread via GitHub
thisisnic closed issue #45643: [R] Implement `hms` functions to create and manipulate time of day variables URL: https://github.com/apache/arrow/issues/45643 -- 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 t

[I] Unexpected behavior with < on int field using dplyr filter (read_parquet vs open_dataset) [arrow]

2025-05-10 Thread via GitHub
jameshowison opened a new issue, #46391: URL: https://github.com/apache/arrow/issues/46391 We are seeing unexpected behavior with arrow using dplyr `filter` and `<` (less than) when using `open_dataset` (to single file, not sharded) when the code works fine with `read_parquet` We a

Re: [I] [R] Issue using open_dataset() in r4.4.0 [arrow]

2025-05-10 Thread via GitHub
jonkeane closed issue #41835: [R] Issue using open_dataset() in r4.4.0 URL: https://github.com/apache/arrow/issues/41835 -- 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 unsu

Re: [I] [Release][Packaging] Verify APT/Yum repositories keeps working for old versions [arrow]

2025-05-10 Thread via GitHub
kou closed issue #46289: [Release][Packaging] Verify APT/Yum repositories keeps working for old versions URL: https://github.com/apache/arrow/issues/46289 -- 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 g

[I] [C++] FindSnappyAlt.cmake may conflict with other FindSnappy.cmake [arrow]

2025-05-10 Thread via GitHub
kou opened a new issue, #46388: URL: https://github.com/apache/arrow/issues/46388 ### Describe the enhancement requested We use `FindSnappyAlt.cmake` to control shared library or static library, Conan support and so on. Other projects may have `FindSnappy.cmake` and create `Snappy::s

[I] [C++] Ensure using *Config.cmake not Find*.cmake for Arrow related CMake packages [arrow]

2025-05-10 Thread via GitHub
kou opened a new issue, #46386: URL: https://github.com/apache/arrow/issues/46386 ### Describe the enhancement requested Our `*Config.cmake.in` use `find_dependency(Arrow)` not `find_dependency(Arrow CONFIG)`. For example: https://github.com/apache/arrow/blob/cf7d7e2b16d65ce96681219f

Re: [I] Verify release GHA workflow is failing [arrow-julia]

2025-05-09 Thread via GitHub
quinnj closed issue #550: Verify release GHA workflow is failing URL: https://github.com/apache/arrow-julia/issues/550 -- 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] ci: Add support for running CI on fork [arrow-julia]

2025-05-09 Thread via GitHub
quinnj closed issue #552: ci: Add support for running CI on fork URL: https://github.com/apache/arrow-julia/issues/552 -- 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] ci: Add support for running CI on fork [arrow-julia]

2025-05-09 Thread via GitHub
quinnj closed issue #552: ci: Add support for running CI on fork URL: https://github.com/apache/arrow-julia/issues/552 -- 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] Verify release GHA workflow is failing [arrow-julia]

2025-05-09 Thread via GitHub
quinnj closed issue #550: Verify release GHA workflow is failing URL: https://github.com/apache/arrow-julia/issues/550 -- 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] ci: Format check is failing [arrow-julia]

2025-05-09 Thread via GitHub
kou opened a new issue, #554: URL: https://github.com/apache/arrow-julia/issues/554 https://github.com/apache/arrow-julia/actions/runs/14937113265/job/41967035916#step:5:13 ```text ┌ Error: Some files have not been formatted !!! test/arrowjson.jl test/runtests.jl └ @ Main

[I] [Swift] Support `list` (Array) type [arrow]

2025-05-09 Thread via GitHub
dongjoon-hyun opened a new issue, #46384: URL: https://github.com/apache/arrow/issues/46384 ### Describe the enhancement requested Although `ArrowType` has `list`. https://github.com/apache/arrow/blob/cf7d7e2b16d65ce96681219f1e01aa0cb932a826/swift/Arrow/Sources/Arrow/ArrowType.

[I] Verify release GHA workflow is failing [arrow-julia]

2025-05-09 Thread via GitHub
quinnj opened a new issue, #550: URL: https://github.com/apache/arrow-julia/issues/550 https://github.com/user-attachments/assets/0b4e2b3a-b27c-490c-bd38-970a1374f385"; /> @kou -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] Memory leak in arrow.cdata.ExportRecordReader() ? [arrow-go]

2025-05-09 Thread via GitHub
zeroshade closed issue #371: Memory leak in arrow.cdata.ExportRecordReader() ? URL: https://github.com/apache/arrow-go/issues/371 -- 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] [C++] arrow::compute::Function::default_options() returns nullptr for "rank" on Ubuntu [arrow]

2025-05-09 Thread via GitHub
kou closed issue #46299: [C++] arrow::compute::Function::default_options() returns nullptr for "rank" on Ubuntu URL: https://github.com/apache/arrow/issues/46299 -- 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] Prevent Meson Configuration from Using git id and description when used as subproject [arrow]

2025-05-09 Thread via GitHub
kou closed issue #46367: Prevent Meson Configuration from Using git id and description when used as subproject URL: https://github.com/apache/arrow/issues/46367 -- 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

[I] Set row group size [arrow-go]

2025-05-09 Thread via GitHub
shachibista opened a new issue, #374: URL: https://github.com/apache/arrow-go/issues/374 ### Describe the usage question you have. Please include as many useful details as possible. I am trying to set row groups based on size instead of number of rows but I cannot really figure o

Re: [I] Save field-level metadata when writing parquet files [arrow-go]

2025-05-09 Thread via GitHub
zeroshade closed issue #365: Save field-level metadata when writing parquet files URL: https://github.com/apache/arrow-go/issues/365 -- 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] [Doc] Replace Xitter link with BlueSky link [arrow]

2025-05-09 Thread via GitHub
pitrou opened a new issue, #46376: URL: https://github.com/apache/arrow/issues/46376 ### Describe the enhancement requested Our docs still point to the ApacheArrow Xitter account https://arrow.apache.org/docs/dev/index.html However, we moved to BlueSky recently: https://bsky.a

Re: [I] Failure to read valid file [arrow-julia]

2025-05-09 Thread via GitHub
adienes closed issue #511: Failure to read valid file URL: https://github.com/apache/arrow-julia/issues/511 -- 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-ma

[I] Publish Arrow Swift to `Swift Package Index` [arrow]

2025-05-09 Thread via GitHub
dongjoon-hyun opened a new issue, #46382: URL: https://github.com/apache/arrow/issues/46382 ### Describe the enhancement requested `Swift Package Index` provides several verifications for `Swift Package`. It would be great if a user can see `Apache Arrow Swift` package there. -

[I] [GLib] Add GArrowFixedShapeTensorDataType#shapes [arrow]

2025-05-09 Thread via GitHub
hiroyuki-sato opened a new issue, #46380: URL: https://github.com/apache/arrow/issues/46380 ### Describe the enhancement requested The C++ API implemented FixedShapeTensor::shape() instance method. GLib was not yet supported. ### Component(s) GLib -- This is an au

[I] [Docs] Remove references to autotune from the docs [arrow]

2025-05-09 Thread via GitHub
thisisnic opened a new issue, #46378: URL: https://github.com/apache/arrow/issues/46378 ### Describe the bug, including details regarding any error messages, version, and platform. autotune was removed from the comment bot in #44649 but the docs still refer to it - we should remove t

Re: [I] [Python] Add Schema with_field or set_field method [arrow]

2025-05-09 Thread via GitHub
thisisnic closed issue #42012: [Python] Add Schema with_field or set_field method URL: https://github.com/apache/arrow/issues/42012 -- 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 comme

[I] Implement 'array_take' kernel for run_end_encoded<...> type. [arrow]

2025-05-09 Thread via GitHub
vmit opened a new issue, #46377: URL: https://github.com/apache/arrow/issues/46377 ### Describe the bug, including details regarding any error messages, version, and platform. Calling `pa.compute.take()` (or `arrow::compute::Take()` in C++) on an REE encoded array is not supported. W

[I] Add adapters/orc directory to Meson [arrow]

2025-05-09 Thread via GitHub
WillAyd opened a new issue, #46375: URL: https://github.com/apache/arrow/issues/46375 (no comment) -- 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: i

Re: [I] rust: add context parameter? [arrow-adbc]

2025-05-09 Thread via GitHub
lidavidm closed issue #2804: rust: add context parameter? URL: https://github.com/apache/arrow-adbc/issues/2804 -- 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,

[I] [Python][Doc] Improve docs to specify that source argument on parquet.read_table can also be a list of strings [arrow]

2025-05-09 Thread via GitHub
raulcd opened a new issue, #46374: URL: https://github.com/apache/arrow/issues/46374 ### Describe the enhancement requested The docstring for `parquet.read_table` doesn't specify that the source can be a list of strings: https://github.com/apache/arrow/blob/e2a5b4e90243c8b677218fa

Re: [I] [Python] table.to_struct_array fails for empty table [arrow]

2025-05-09 Thread via GitHub
raulcd closed issue #46355: [Python] table.to_struct_array fails for empty table URL: https://github.com/apache/arrow/issues/46355 -- 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] [Python] Exercise fallback case on tests for parquet.read_table in case dataset is not available [arrow]

2025-05-09 Thread via GitHub
raulcd opened a new issue, #46373: URL: https://github.com/apache/arrow/issues/46373 ### Describe the enhancement requested While reviewing: - https://github.com/apache/arrow/pull/46330 I've realized that the following code path is never tested: https://github.com/apa

[I] [C++][Parquet] Variant Type common decoding visitor [arrow]

2025-05-09 Thread via GitHub
mapleFU opened a new issue, #46371: URL: https://github.com/apache/arrow/issues/46371 ### Describe the enhancement requested Implement variant type common decoding visitor ### Component(s) C++, Parquet -- This is an automated message from the Apache Git Service. To res

Re: [I] Getting warning logs from gosnowflake driver [arrow-adbc]

2025-05-09 Thread via GitHub
Niivii closed issue #2792: Getting warning logs from gosnowflake driver URL: https://github.com/apache/arrow-adbc/issues/2792 -- 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] rust: add context parameter? [arrow-adbc]

2025-05-08 Thread via GitHub
lidavidm opened a new issue, #2804: URL: https://github.com/apache/arrow-adbc/issues/2804 ### What feature or improvement would you like to see? We need to add a context to all methods for Go to eventually uniformly support OTel. (For Go, this also handles cancellation.) Do we

Re: [I] [CI][Packaging] Centos-9 and almalinux-9 fail building arrow-glib due to PIE object issue [arrow]

2025-05-08 Thread via GitHub
kou closed issue #46362: [CI][Packaging] Centos-9 and almalinux-9 fail building arrow-glib due to PIE object issue URL: https://github.com/apache/arrow/issues/46362 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[I] RecordBuilder should confirm non-nullable fields do not contain nullable rows [arrow-go]

2025-05-08 Thread via GitHub
albertlockett opened a new issue, #372: URL: https://github.com/apache/arrow-go/issues/372 ### Describe the bug, including details regarding any error messages, version, and platform. I am able to construct an arrow record, where a field should be non-nullable, but it contains nullab

[I] go: Signal handling issues when using Go drivers from Rust [arrow-adbc]

2025-05-08 Thread via GitHub
felipecrv opened a new issue, #2802: URL: https://github.com/apache/arrow-adbc/issues/2802 ### What happened? Unix signals are the worst idea ever, but how can we make Rust threads able to make FFI calls to Go code successfully? I'm seeing these crashes. More often with signal

Re: [I] [C++] Implement Compression Algorithms in Meson [arrow]

2025-05-08 Thread via GitHub
kou closed issue #46115: [C++] Implement Compression Algorithms in Meson URL: https://github.com/apache/arrow/issues/46115 -- 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 un

[I] Add key-value pairs to the FileSystemFactory interface [arrow]

2025-05-08 Thread via GitHub
bkietz opened a new issue, #46369: URL: https://github.com/apache/arrow/issues/46369 ### Describe the enhancement requested From discussion on PR https://github.com/apache/arrow/pull/41559#discussion_r1768836077 and the [mailing list](https://lists.apache.org/thread/ot4p23mc292p5103

[I] Prevent Meson Configuration from Using git id and description when used as subproject [arrow]

2025-05-08 Thread via GitHub
WillAyd opened a new issue, #46367: URL: https://github.com/apache/arrow/issues/46367 ### Describe the enhancement requested See the discussion upstream in the WrapDB implementation of Arrow: https://github.com/mesonbuild/wrapdb/pull/2099#discussion_r2079793852 ### Compon

[I] go: Go drivers don't forward the SQLSTATE and vendor code when they can [arrow-adbc]

2025-05-08 Thread via GitHub
felipecrv opened a new issue, #2800: URL: https://github.com/apache/arrow-adbc/issues/2800 ### What happened? I noticed this specifically in the Snowflake driver, but the solution can be general because the omission happens in the generic/generated Go code. ### Stack Trace

Re: [I] [Flight] JDBC driver: cache failed connection attempts [arrow-java]

2025-05-08 Thread via GitHub
jbonofre closed issue #661: [Flight] JDBC driver: cache failed connection attempts URL: https://github.com/apache/arrow-java/issues/661 -- 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 c

Re: [I] [Flight] JDBC driver: cache failed connection attempts [arrow-java]

2025-05-08 Thread via GitHub
jbonofre closed issue #661: [Flight] JDBC driver: cache failed connection attempts URL: https://github.com/apache/arrow-java/issues/661 -- 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 c

[I] [C++] Add Meson WrapDB entry [arrow]

2025-05-08 Thread via GitHub
WillAyd opened a new issue, #46365: URL: https://github.com/apache/arrow/issues/46365 ### Describe the enhancement requested Now that Arrow 20.0.0 has been released with (experimental and not-fully-supported) Meson functionality, we can look to add arrow to the wrapdb. An upstream PR

[I] Memory leak in arrow.cdata.ExportRecordReader() ? [arrow-go]

2025-05-08 Thread via GitHub
karsov opened a new issue, #371: URL: https://github.com/apache/arrow-go/issues/371 ### Describe the bug, including details regarding any error messages, version, and platform. Hi team, I've been playing recently with the [Go SQL Driver For DuckDB](https://github.com/marcboeker/go

[I] [CI][Packaging] Musl linux wheels are failing to build docker image on nightly jobs [arrow]

2025-05-08 Thread via GitHub
raulcd opened a new issue, #46363: URL: https://github.com/apache/arrow/issues/46363 ### Describe the bug, including details regarding any error messages, version, and platform. The muslinux wheels started failing: - [wheel-musllinux-1-2-cp311-cp311-amd64](https://github.com/ursac

Re: [I] [Archery][Docs] --dry-run is an option of "archery docker" rather than "archery docker run" [arrow]

2025-05-08 Thread via GitHub
raulcd closed issue #46351: [Archery][Docs] --dry-run is an option of "archery docker" rather than "archery docker run" URL: https://github.com/apache/arrow/issues/46351 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] [C++][Statistics] Implement a builder for ArrayStatistics [arrow]

2025-05-08 Thread via GitHub
andishgar closed issue #46226: [C++][Statistics] Implement a builder for ArrayStatistics URL: https://github.com/apache/arrow/issues/46226 -- 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 specifi

[I] [CI][Packaging] Centos-9 and almalinux-9 fail building arrow-glib due to PIE object issue [arrow]

2025-05-08 Thread via GitHub
raulcd opened a new issue, #46362: URL: https://github.com/apache/arrow/issues/46362 ### Describe the bug, including details regarding any error messages, version, and platform. The [almalinux-9-amd64](https://github.com/ursacomputing/crossbow/actions/runs/14878948147/job/41782242670

Re: [I] Pyarrow strptime unable to parse a valid timestamp with a mask [arrow]

2025-05-07 Thread via GitHub
raghumdani closed issue #46361: Pyarrow strptime unable to parse a valid timestamp with a mask URL: https://github.com/apache/arrow/issues/46361 -- 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

Re: [I] [C++] Bump Apache ORC to 2.1.2 [arrow]

2025-05-07 Thread via GitHub
wgtmac closed issue #46359: [C++] Bump Apache ORC to 2.1.2 URL: https://github.com/apache/arrow/issues/46359 -- 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-m

[I] Pyarrow strptime unable to parse a valid timestamp with a mask [arrow]

2025-05-07 Thread via GitHub
raghumdani opened a new issue, #46361: URL: https://github.com/apache/arrow/issues/46361 ### Describe the bug, including details regarding any error messages, version, and platform. Hi there, Pyarrow is unable to parse a valid timestamp value when a custom mask is specified.

[I] [C++] Bump Apache ORC to 2.1.2 [arrow]

2025-05-07 Thread via GitHub
dongjoon-hyun opened a new issue, #46359: URL: https://github.com/apache/arrow/issues/46359 ### Describe the bug, including details regarding any error messages, version, and platform. Apache ORC 2.1.2 is released with important bug fixes. - https://orc.apache.org/news/2025/05/06/O

[I] [FlightSQL][Docs] Document current state of FlightSQL support [arrow]

2025-05-07 Thread via GitHub
amoeba opened a new issue, #46356: URL: https://github.com/apache/arrow/issues/46356 ### Describe the enhancement requested There are plenty of ways to learn about FlightSQL [[1]](https://arrow.apache.org/docs/format/FlightSql.html#arrow-flight-sql) [[2](https://arrow.apache.org/blog

[I] [Python] table.to_struct_array fails for empty table [arrow]

2025-05-07 Thread via GitHub
hombit opened a new issue, #46355: URL: https://github.com/apache/arrow/issues/46355 ### Describe the bug, including details regarding any error messages, version, and platform. ```python import pyarrow as pa table = pa.table({"a": pa.array([]), "b": pa.array([], type=pa.flo

[I] adbc.snowflake.statement.ingest_copy_concurrency = "0" blocks copy into [arrow-adbc]

2025-05-07 Thread via GitHub
davlee1972 opened a new issue, #2793: URL: https://github.com/apache/arrow-adbc/issues/2793 ### What happened? According to the user docs... **adbc.snowflake.statement.ingest_copy_concurrency** Maximum number of COPY operations to run concurrently. Bulk ingestion perform

Re: [I] Bug: Zstd setting compression level has no effect on output file [arrow-go]

2025-05-07 Thread via GitHub
pratik-tt closed issue #360: Bug: Zstd setting compression level has no effect on output file URL: https://github.com/apache/arrow-go/issues/360 -- 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

Re: [I] rust: Unable to create a connection from a non-mut &Database [arrow-adbc]

2025-05-07 Thread via GitHub
felipecrv closed issue #2790: rust: Unable to create a connection from a non-mut &Database URL: https://github.com/apache/arrow-adbc/issues/2790 -- 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

Re: [I] [C++] Support casting string to duration [arrow]

2025-05-07 Thread via GitHub
pitrou closed issue #40278: [C++] Support casting string to duration URL: https://github.com/apache/arrow/issues/40278 -- 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] Allow configuration of S3 logging to the user's chosen logger implementation [arrow]

2025-05-07 Thread via GitHub
mderoy opened a new issue, #46350: URL: https://github.com/apache/arrow/issues/46350 ### Describe the enhancement requested The arrow s3fs class provides S3GlobalOptions which expose a few things like 'log level', 'sigpipehandler', and 'num_event_loop_threads'. When initializin

[I] Regression reading delta_byte_array test case [arrow-go]

2025-05-07 Thread via GitHub
MetalBlueberry opened a new issue, #370: URL: https://github.com/apache/arrow-go/issues/370 ### Describe the bug, including details regarding any error messages, version, and platform. Hello 👋 While updating from v17 to v18 I noticed this specific test failing. After some inv

[I] [Archery][Doc] --dry-run is an option of "archery docker" rather than "archery docker run" [arrow]

2025-05-07 Thread via GitHub
kapoisu opened a new issue, #46351: URL: https://github.com/apache/arrow/issues/46351 ### Describe the bug, including details regarding any error messages, version, and platform. According to the documentation: https://github.com/apache/arrow/blob/d62a521126467a27e18be5ce9636f7890

Re: [I] [CI][Python][Doc] The AMD64 Conda Python 3.10 Sphinx & Numpydoc job fails doctest for s3 bucket with access denied [arrow]

2025-05-07 Thread via GitHub
raulcd closed issue #46344: [CI][Python][Doc] The AMD64 Conda Python 3.10 Sphinx & Numpydoc job fails doctest for s3 bucket with access denied URL: https://github.com/apache/arrow/issues/46344 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[I] Getting warning logs from gosnowflake driver [arrow-adbc]

2025-05-07 Thread via GitHub
Niivii opened a new issue, #2792: URL: https://github.com/apache/arrow-adbc/issues/2792 ### What happened? Getting accelerate config error from gosnowflake in adbc-snowflake: > time="2025-05-07T11:14:25Z" level=warning msg="An error occurred when getting accelerate config: oper

[I] [CI][Python][Doc] The AMD64 Conda Python 3.10 Sphinx & Numpydoc job fails doctest for s3 bucket with access denied [arrow]

2025-05-07 Thread via GitHub
raulcd opened a new issue, #46344: URL: https://github.com/apache/arrow/issues/46344 ### Describe the bug, including details regarding any error messages, version, and platform. The AMD64 Conda Python 3.10 Sphinx & Numpydoc job has started failing with `Access Denied` on doctest `pya

[I] [CI][Python] The AMD64 Conda Python 3.10 Without Pandas job fails with UnicodeDecodeError [arrow]

2025-05-07 Thread via GitHub
raulcd opened a new issue, #46343: URL: https://github.com/apache/arrow/issues/46343 ### Describe the bug, including details regarding any error messages, version, and platform. The CI job `AMD64 Conda Python 3.10 Without Pandas` has started failing on `test_gdb.py` with several `Uni

Re: [I] [C++][Doc] Improve docstring for ArrayData::IsValid [arrow]

2025-05-07 Thread via GitHub
pitrou closed issue #46321: [C++][Doc] Improve docstring for ArrayData::IsValid URL: https://github.com/apache/arrow/issues/46321 -- 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] [C++][Docs] Add README to clarify subprojects directory for Meson [arrow]

2025-05-06 Thread via GitHub
pitrou closed issue #46215: [C++][Docs] Add README to clarify subprojects directory for Meson URL: https://github.com/apache/arrow/issues/46215 -- 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] [C++] Add ipc directory to Meson [arrow]

2025-05-06 Thread via GitHub
WillAyd closed issue #46116: [C++] Add ipc directory to Meson URL: https://github.com/apache/arrow/issues/46116 -- 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,

[I] [C++][Python][Parquet] Duplicate metadata memory allocation when creating FileSystemDataset from _metadata file [arrow]

2025-05-06 Thread via GitHub
bhavya-sl opened a new issue, #46340: URL: https://github.com/apache/arrow/issues/46340 ### Describe the bug, including details regarding any error messages, version, and platform. **Describe the bug** When creating a FileSystemDataset using pyarrow.dataset.parquet_dataset with a

Re: [I] [GLib] Add GArrowFixedShapeTensorDataType [arrow]

2025-05-06 Thread via GitHub
kou closed issue #35419: [GLib] Add GArrowFixedShapeTensorDataType URL: https://github.com/apache/arrow/issues/35419 -- 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

Re: [I] [C++] Add acero directory to Meson [arrow]

2025-05-06 Thread via GitHub
kou closed issue #46153: [C++] Add acero directory to Meson URL: https://github.com/apache/arrow/issues/46153 -- 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-

[I] Let drivers handle thread-safe access to the Database object in `AdbcConnectionInit` [arrow-adbc]

2025-05-06 Thread via GitHub
felipecrv opened a new issue, #2791: URL: https://github.com/apache/arrow-adbc/issues/2791 ### What feature or improvement would you like to see? This would make locking more fine-grained and remove the need for a pessimistic lock around the entire `AdbcConnectionInit` call. Th

[I] rust: Unable to create a connection from a non-mut &Database [arrow-adbc]

2025-05-06 Thread via GitHub
felipecrv opened a new issue, #2790: URL: https://github.com/apache/arrow-adbc/issues/2790 ### What feature or improvement would you like to see? `Database` wraps a `Mutex` so there is not need to require `&mut self` in `Database::new_connection`. -- This is an automated message fr

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

2025-05-06 Thread via GitHub
WillAyd opened a new issue, #46338: URL: https://github.com/apache/arrow/issues/46338 ### Describe the enhancement requested This will let us control the number of processors used when building with Meson ### Component(s) C++ -- This is an automated message from the A

Re: [I] C#/ADBC/driver/googlebigquery: The time type data cannot be read correctly [arrow-adbc]

2025-05-06 Thread via GitHub
CurtHagenlocher closed issue #2731: C#/ADBC/driver/googlebigquery: The time type data cannot be read correctly URL: https://github.com/apache/arrow-adbc/issues/2731 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] C#/ADBC/driver/googlebigquery: The time type data cannot be read correctly [arrow-adbc]

2025-05-06 Thread via GitHub
CurtHagenlocher closed issue #2731: C#/ADBC/driver/googlebigquery: The time type data cannot be read correctly URL: https://github.com/apache/arrow-adbc/issues/2731 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] [C++][Parquet] test-conda-cpp-valgrind fails on parquet tests [arrow]

2025-05-06 Thread via GitHub
paleolimbot closed issue #46314: [C++][Parquet] test-conda-cpp-valgrind fails on parquet tests URL: https://github.com/apache/arrow/issues/46314 -- 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

Re: [I] [Docs][C++] There are no Extension Array/Type documentation in the API Reference [arrow]

2025-05-06 Thread via GitHub
kou closed issue #46318: [Docs][C++] There are no Extension Array/Type documentation in the API Reference URL: https://github.com/apache/arrow/issues/46318 -- 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] [Release][Packaging] Add support for Reproducible Builds for source archive [arrow]

2025-05-06 Thread via GitHub
kou opened a new issue, #46336: URL: https://github.com/apache/arrow/issues/46336 ### Describe the enhancement requested See https://reproducible-builds.org/ for Reproducible Builds. [Automated Release Signing](https://infra.apache.org/release-signing.html#automated-release-sig

Re: [I] [C++][Parquet] test-ubuntu-22.04-cpp-20 nightly is failing after Parquet Geometry/Geography merge [arrow]

2025-05-06 Thread via GitHub
paleolimbot closed issue #46326: [C++][Parquet] test-ubuntu-22.04-cpp-20 nightly is failing after Parquet Geometry/Geography merge URL: https://github.com/apache/arrow/issues/46326 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] [CI] Integration failing due to new mamba prompt [arrow]

2025-05-06 Thread via GitHub
kou closed issue #46333: [CI] Integration failing due to new mamba prompt URL: https://github.com/apache/arrow/issues/46333 -- 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 u

[I] [CI] Integration failing due to new mamba prompt [arrow]

2025-05-06 Thread via GitHub
lidavidm opened a new issue, #46333: URL: https://github.com/apache/arrow/issues/46333 ### Describe the bug, including details regarding any error messages, version, and platform. mamba 2.0 now prompts and doesn't seem to detect that there is no TTY: ``` 2025-05-06T06:41:44.

[I] `Failed to build pyarrow` [arrow]

2025-05-06 Thread via GitHub
khteh opened a new issue, #46331: URL: https://github.com/apache/arrow/issues/46331 ### Describe the bug, including details regarding any error messages, version, and platform. ``` Failed to build pyarrow error: subprocess-exited-with-error × Building wheel for pyarro

Re: [I] [C++][Parquet] Should use LoadEnumSafe for geo types [arrow]

2025-05-05 Thread via GitHub
mapleFU closed issue #46306: [C++][Parquet] Should use LoadEnumSafe for geo types URL: https://github.com/apache/arrow/issues/46306 -- 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 comme

Re: [I] python/adbc_drivermanager missing polars test dependency [arrow-adbc]

2025-05-05 Thread via GitHub
lidavidm closed issue #2773: python/adbc_drivermanager missing polars test dependency URL: https://github.com/apache/arrow-adbc/issues/2773 -- 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] python/adbc_drivermanager missing polars test dependency [arrow-adbc]

2025-05-05 Thread via GitHub
lidavidm closed issue #2773: python/adbc_drivermanager missing polars test dependency URL: https://github.com/apache/arrow-adbc/issues/2773 -- 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] [Release][Packaging] APT Debian/Ubuntu repositories miss old versions metatada [arrow]

2025-05-05 Thread via GitHub
kou closed issue #46240: [Release][Packaging] APT Debian/Ubuntu repositories miss old versions metatada URL: https://github.com/apache/arrow/issues/46240 -- 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

Re: [I] [Release][Packaging] APT Ubuntu repository miss dbgsym metadata [arrow]

2025-05-05 Thread via GitHub
kou closed issue #46284: [Release][Packaging] APT Ubuntu repository miss dbgsym metadata URL: https://github.com/apache/arrow/issues/46284 -- 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 specifi

[I] dev/release: rust post-release script requires manual intervention [arrow-adbc]

2025-05-05 Thread via GitHub
lidavidm opened a new issue, #2783: URL: https://github.com/apache/arrow-adbc/issues/2783 ### What happened? The Rust Snowflake bindings default to the "bundled" option which expects to be able to find `go/adbc/pkg` at a fixed path. This falls down in `cargo publish` when `cargo` put

[I] [Parquet] support nested column selection for list-struct types when reading parquet files [arrow]

2025-05-05 Thread via GitHub
hombit opened a new issue, #46329: URL: https://github.com/apache/arrow/issues/46329 ### Describe the enhancement requested Currently, `pyarrow.parquet.read_table(columns)` supports selection of nested columns with dot notation. For example, `columns=["a.b"]` will select field "b" fr

[I] List-type columns cannot be read with `pd.read_parquet` if the list column is not loaded. [arrow]

2025-05-05 Thread via GitHub
agkphysics opened a new issue, #46328: URL: https://github.com/apache/arrow/issues/46328 ### Describe the bug, including details regarding any error messages, version, and platform. This follows on from a comment I left on #39914. Loading will fail if `columns=` is specified and ther

[I] [C++][Parquet] test-ubuntu-22.04-cpp-20 nightly is failing after Parqeuet Geometry/Geography merge [arrow]

2025-05-05 Thread via GitHub
paleolimbot opened a new issue, #46326: URL: https://github.com/apache/arrow/issues/46326 ### Describe the bug, including details regarding any error messages, version, and platform. https://github.com/apache/arrow/issues/46314#issuecomment-2850314864 : > I am unsure whether th

[I] [R] CRAN packaging checklist for version 20.0.0 [arrow]

2025-05-05 Thread via GitHub
amoeba opened a new issue, #46324: URL: https://github.com/apache/arrow/issues/46324 ### Describe the enhancement requested # Packaging Checklist for CRAN Release For a high-level overview of the Arrow release process see the [Apache Arrow Release Management Guide](https://arr

[I] python/adbc_drivermanager missing polars test dependency [arrow-adbc]

2025-05-05 Thread via GitHub
assignUser opened a new issue, #2773: URL: https://github.com/apache/arrow-adbc/issues/2773 ### What happened? Polars is used in https://github.com/apache/arrow-adbc/blob/main/python/adbc_driver_manager/tests/test_dbapi.py#L19 but not part of the optional test dependency set.

[I] [Doc][C++] There are no Extension Array/Type documentation in the API Reference [arrow]

2025-05-05 Thread via GitHub
hiroyuki-sato opened a new issue, #46318: URL: https://github.com/apache/arrow/issues/46318 ### Describe the enhancement requested There are no Extension Array/Type documentation in the [API Reference page](https://arrow.apache.org/docs/cpp/api.html). ### Component(s) C+

[I] [C#] Apache Arrow Flight Middleware [arrow]

2025-05-05 Thread via GitHub
HackPoint opened a new issue, #46315: URL: https://github.com/apache/arrow/issues/46315 ### Describe the enhancement requested **_Overview_** This Pull Request enhances middleware support for Apache Arrow Flight using C#, focusing on improved metadata header management and propagat

[I] [C++][Parquet] test-conda-cpp-valgrind fails on parquet tests [arrow]

2025-05-05 Thread via GitHub
raulcd opened a new issue, #46314: URL: https://github.com/apache/arrow/issues/46314 ### Describe the bug, including details regarding any error messages, version, and platform. The [test-conda-cpp-valgrind](https://github.com/ursacomputing/crossbow/actions/runs/14826827954/job/41621

  1   2   3   4   5   6   7   8   9   10   >