Re: [I] PyArrow UnionType Reporting as NotImplemented [arrow]

2024-08-27 Thread via GitHub
assignUser closed issue #43857: PyArrow UnionType Reporting as NotImplemented URL: https://github.com/apache/arrow/issues/43857 -- 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] dev/release: publish `adbc_core` crate on https://crates.io [arrow-adbc]

2024-08-27 Thread via GitHub
lidavidm closed issue #2104: dev/release: publish `adbc_core` crate on https://crates.io URL: https://github.com/apache/arrow-adbc/issues/2104 -- 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] dev/release: publish `adbc_core` crate on https://crates.io [arrow-adbc]

2024-08-27 Thread via GitHub
lidavidm closed issue #2104: dev/release: publish `adbc_core` crate on https://crates.io URL: https://github.com/apache/arrow-adbc/issues/2104 -- 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] [Go] Error was not handled [arrow]

2024-08-27 Thread via GitHub
bigsheeper opened a new issue, #43860: URL: https://github.com/apache/arrow/issues/43860 ### Describe the bug, including details regarding any error messages, version, and platform. The error thrown during the [ReadRecords](https://github.com/apache/arrow/blob/6b268f62a8a172249ef35f0

Re: [I] [Java] LargeListView Implementation for C Data Interface [arrow]

2024-08-27 Thread via GitHub
vibhatha closed issue #41585: [Java] LargeListView Implementation for C Data Interface URL: https://github.com/apache/arrow/issues/41585 -- 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] Missing alias type when calling pyarrow.type_for_alias() for fixed_size_binary[] [arrow]

2024-08-27 Thread via GitHub
davlee1972 closed issue #43312: Missing alias type when calling pyarrow.type_for_alias() for fixed_size_binary[] URL: https://github.com/apache/arrow/issues/43312 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[I] Add more pyarrow.type_for_alias(es) to support binary, decimals, etc. [arrow]

2024-08-27 Thread via GitHub
davlee1972 opened a new issue, #43858: URL: https://github.com/apache/arrow/issues/43858 ### Describe the enhancement requested https://github.com/apache/arrow/blob/main/python/pyarrow/types.pxi Can we add more aliases? I added some additional ones on my own, but it would

[I] PyArrow UnionType Reporting as NotImplemented [arrow]

2024-08-27 Thread via GitHub
nishkakar opened a new issue, #43857: URL: https://github.com/apache/arrow/issues/43857 ### Describe the bug, including details regarding any error messages, version, and platform. Here's the repro on Version 16 with Python 3.10 (also repros on Version 11 FWIW). It seems according t

Re: [I] [C++] Enable filesystem automatically when one of ARROW_{AZURE,GCS,HDFS,S3}=ON is specified [arrow]

2024-08-27 Thread via GitHub
kou closed issue #43805: [C++] Enable filesystem automatically when one of ARROW_{AZURE,GCS,HDFS,S3}=ON is specified URL: https://github.com/apache/arrow/issues/43805 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[I] [Python] Infer and convert uuid.UUID objects in the python->arrow conversion layer [arrow]

2024-08-27 Thread via GitHub
rok opened a new issue, #43855: URL: https://github.com/apache/arrow/issues/43855 ### Describe the enhancement requested As per https://github.com/apache/arrow/pull/37298#issuecomment-2313190553 on [GH-15058: [C++][Python] Native support for UUID](https://github.com/apache/arrow/pull

[I] [C++] Expose the set of device types where array chunks are allocated [arrow]

2024-08-27 Thread via GitHub
felipecrv opened a new issue, #43854: URL: https://github.com/apache/arrow/issues/43854 ### Describe the enhancement requested - `ChunkedArray::device_types()` that returns a set - `Datum::device_types()` that returns a set ### Component(s) C++ -- This is an autom

Re: [I] [Go][Parquet] Add Support for LZ4_RAW Codec [arrow]

2024-08-27 Thread via GitHub
joellubi closed issue #43790: [Go][Parquet] Add Support for LZ4_RAW Codec URL: https://github.com/apache/arrow/issues/43790 -- 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

Re: [I] [Go][Parquet] Add Support for LZ4_RAW Codec [arrow]

2024-08-27 Thread via GitHub
joellubi closed issue #43790: [Go][Parquet] Add Support for LZ4_RAW Codec URL: https://github.com/apache/arrow/issues/43790 -- 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] [C++] drop_null kernel ignores nulls when values is an union or a REE array [arrow]

2024-08-27 Thread via GitHub
felipecrv opened a new issue, #43851: URL: https://github.com/apache/arrow/issues/43851 ### Describe the bug, including details regarding any error messages, version, and platform. Unions and run-end-encoded don't have validity bitmaps (`buffers[0]`), so they are sometimes treated as

[I] [C++][CI] Python grpcio built from source on ARM64 Ubuntu 20.04 build [arrow]

2024-08-27 Thread via GitHub
pitrou opened a new issue, #43847: URL: https://github.com/apache/arrow/issues/43847 ### Describe the bug, including details regarding any error messages, version, and platform. See here: https://github.com/apache/arrow/actions/runs/10556611086/job/29270139087#step:7:3659 ```

[I] [Python][Packaging] Remove numpy required dependency from pyarrow packaging [arrow]

2024-08-27 Thread via GitHub
raulcd opened a new issue, #43846: URL: https://github.com/apache/arrow/issues/43846 ### Describe the enhancement requested Once the following is merged: - https://github.com/apache/arrow/issues/25118 As discussed [here](https://github.com/apache/arrow/pull/41904#issuecommen

[I] [Python][Docs] Use editable pip install invocation in the development docs for PyArrow [arrow]

2024-08-27 Thread via GitHub
jorisvandenbossche opened a new issue, #43845: URL: https://github.com/apache/arrow/issues/43845 Currently our docs only use `python setup.py build_ext -i` for building inplace. But this is not doing an actual installation, so we should update our docs to do an editable install with `pi

[I] Publishing `adbc_core` crate on https://crates.io [arrow-adbc]

2024-08-27 Thread via GitHub
rz-vastdata opened a new issue, #2104: URL: https://github.com/apache/arrow-adbc/issues/2104 ### What would you like help with? Would it please be possible to publish the latest release of [`adbc_core`](https://github.com/apache/arrow-adbc/blob/main/rust/core/Cargo.toml) on https://c

[I] [Java] Enabling Debug Logs for CIs [arrow]

2024-08-27 Thread via GitHub
vibhatha opened a new issue, #43843: URL: https://github.com/apache/arrow/issues/43843 ### Describe the enhancement requested At the moment, the debug logs have been disabled, but from time to time for debugging purpose, we need to document the approach to enable logs in the CIs.

Re: [I] [CI][Packaging][Python] Wheels nightly job fails if no new commits have happened since previous build [arrow]

2024-08-27 Thread via GitHub
raulcd closed issue #43815: [CI][Packaging][Python] Wheels nightly job fails if no new commits have happened since previous build URL: https://github.com/apache/arrow/issues/43815 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a