[I] Fatal Error in pqarrow.writeDenseArrow : invalid pointer [arrow]

2024-08-06 Thread via GitHub
Niivii opened a new issue, #43596: URL: https://github.com/apache/arrow/issues/43596 ### Describe the bug, including details regarding any error messages, version, and platform. Got a runtine error for this code in Python with polars and adbc engine to Snowflake: ```python with

Re: [I] [R][CI] Bump dev docs CI job from ubuntu 20.04 [arrow]

2024-08-06 Thread via GitHub
assignUser closed issue #43500: [R][CI] Bump dev docs CI job from ubuntu 20.04 URL: https://github.com/apache/arrow/issues/43500 -- 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++] Remove redundant default constructor/deconstructor in arrow::ArrayStatistics [arrow]

2024-08-06 Thread via GitHub
kou closed issue #43592: [C++] Remove redundant default constructor/deconstructor in arrow::ArrayStatistics URL: https://github.com/apache/arrow/issues/43592 -- 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

Re: [I] c/driver/postgresql: support falling back to non-COPY path [arrow-adbc]

2024-08-06 Thread via GitHub
paleolimbot closed issue #855: c/driver/postgresql: support falling back to non-COPY path URL: https://github.com/apache/arrow-adbc/issues/855 -- 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

Re: [I] adbc_driver_postgres executescript() fails to execute multiple statements [arrow-adbc]

2024-08-06 Thread via GitHub
paleolimbot closed issue #2035: adbc_driver_postgres executescript() fails to execute multiple statements URL: https://github.com/apache/arrow-adbc/issues/2035 -- 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] c/driver/postgresql: support falling back to non-COPY path [arrow-adbc]

2024-08-06 Thread via GitHub
paleolimbot closed issue #855: c/driver/postgresql: support falling back to non-COPY path URL: https://github.com/apache/arrow-adbc/issues/855 -- 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

Re: [I] adbc_driver_postgres executescript() fails to execute multiple statements [arrow-adbc]

2024-08-06 Thread via GitHub
paleolimbot closed issue #2035: adbc_driver_postgres executescript() fails to execute multiple statements URL: https://github.com/apache/arrow-adbc/issues/2035 -- 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] [C++] Remove `std::optional` from `arrow::ArrayStatistics::is_{min,max}_exact` [arrow]

2024-08-06 Thread via GitHub
kou opened a new issue, #43594: URL: https://github.com/apache/arrow/issues/43594 ### Describe the enhancement requested They should be `false` (not exact) by default. See also: https://github.com/apache/arrow/pull/43273#discussion_r1701348425 ### Component(s) C++

[I] [C++] Remove redundant default constructor/deconstructor in arrow::ArrayStatistics [arrow]

2024-08-06 Thread via GitHub
kou opened a new issue, #43592: URL: https://github.com/apache/arrow/issues/43592 ### Describe the enhancement requested They are needless. ### Component(s) C++ -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [I] release: "Verify release" job fails on macOS GitHub Actions runner [arrow-julia]

2024-08-06 Thread via GitHub
quinnj closed issue #513: release: "Verify release" job fails on macOS GitHub Actions runner URL: https://github.com/apache/arrow-julia/issues/513 -- 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] release: "Verify release" job fails on macOS GitHub Actions runner [arrow-julia]

2024-08-06 Thread via GitHub
quinnj closed issue #513: release: "Verify release" job fails on macOS GitHub Actions runner URL: https://github.com/apache/arrow-julia/issues/513 -- 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] ci: Enable Dependabot for GitHub Actions [arrow-julia]

2024-08-06 Thread via GitHub
quinnj closed issue #515: ci: Enable Dependabot for GitHub Actions URL: https://github.com/apache/arrow-julia/issues/515 -- 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] ci: Enable Dependabot for GitHub Actions [arrow-julia]

2024-08-06 Thread via GitHub
quinnj closed issue #515: ci: Enable Dependabot for GitHub Actions URL: https://github.com/apache/arrow-julia/issues/515 -- 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

[I] adbc_driver_postgres flatten multi dimensional array in Postgres [arrow-adbc]

2024-08-06 Thread via GitHub
andrenmo opened a new issue, #2063: URL: https://github.com/apache/arrow-adbc/issues/2063 ### What happened? When querying a multi dimensional array in Postgres the returned result "loose" the dimensions, e. g. a 2 dimension array is returned as 1 dimension array, the query: `

[I] Add bindings for additional Buffer class non-CPU methods [arrow]

2024-08-06 Thread via GitHub
anjakefala opened a new issue, #43589: URL: https://github.com/apache/arrow/issues/43589 ### Describe the enhancement requested Essentially, the Copy (and the CopyNonOwned/View/ViewOrCopy) set of methods. Methods in the Buffer class that involve a MemoryManager/Device. ### Com

[I] Table.rename_columns should accept tuple [arrow]

2024-08-06 Thread via GitHub
0x26res opened a new issue, #43588: URL: https://github.com/apache/arrow/issues/43588 ### Describe the bug, including details regarding any error messages, version, and platform. I've been using `pyarrow.Table.rename_columns` with `tuple` of `str`. This means I can store the column n

Re: [I] [C++] Thirdparty: bump lz4 to 1.10.0 [arrow]

2024-08-06 Thread via GitHub
mapleFU closed issue #43492: [C++] Thirdparty: bump lz4 to 1.10.0 URL: https://github.com/apache/arrow/issues/43492 -- 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 unsubscri

[I] [Python] Remove no longer used serialize/deserialize PyArrow C++ code [arrow]

2024-08-06 Thread via GitHub
jorisvandenbossche opened a new issue, #43587: URL: https://github.com/apache/arrow/issues/43587 We deprecated and removed the `pyarrow.serialization` functionality (https://github.com/apache/arrow/issues/29705 / https://github.com/apache/arrow/pull/34926). But that PR only removed the cyt

Re: [I] [Go] Add Opaque canonical extension type [arrow]

2024-08-06 Thread via GitHub
zeroshade closed issue #43455: [Go] Add Opaque canonical extension type URL: https://github.com/apache/arrow/issues/43455 -- 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] PyArrow writes a wrong Parquet dictionary for Fixed Size Binary [arrow]

2024-08-06 Thread via GitHub
coastalwhite closed issue #43584: PyArrow writes a wrong Parquet dictionary for Fixed Size Binary URL: https://github.com/apache/arrow/issues/43584 -- 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] Cannot Import module pyarrow from Python 3.10 [arrow]

2024-08-06 Thread via GitHub
mathyssil opened a new issue, #43585: URL: https://github.com/apache/arrow/issues/43585 ### Describe the usage question you have. Please include as many useful details as possible. Hello, I can't import the pyarrow 17.0.0 module on python 3.10. log pip install belo

[I] PyArrow writes a wrong Parquet dictionary for Fixed Size Binary [arrow]

2024-08-06 Thread via GitHub
coastalwhite opened a new issue, #43584: URL: https://github.com/apache/arrow/issues/43584 ### Describe the bug, including details regarding any error messages, version, and platform. When writing away large files with fixed size binary, it will write an invalid Parquet dictionary.

[I] AttributeError: module 'pyarrow.compute' has no attribute 'equal' [arrow]

2024-08-06 Thread via GitHub
zeroRains opened a new issue, #43580: URL: https://github.com/apache/arrow/issues/43580 ### Describe the usage question you have. Please include as many useful details as possible. I try to compile the arrow in c++ and python from source code (v16.1.0). Follow are my compile c

[I] [Java] `getBuffers` method needs correction on `clear` flag usage [arrow]

2024-08-06 Thread via GitHub
vibhatha opened a new issue, #43577: URL: https://github.com/apache/arrow/issues/43577 ### Describe the bug, including details regarding any error messages, version, and platform. The `getBuffers` method uses a boolean flag to determine the buffer clear requirement. This field is not

Re: [I] [Python][CI] Add a Crossbow test build with a debug-enabled CPython [arrow]

2024-08-06 Thread via GitHub
pitrou closed issue #43559: [Python][CI] Add a Crossbow test build with a debug-enabled CPython URL: https://github.com/apache/arrow/issues/43559 -- 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