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

2024-08-22 Thread via GitHub
joellubi opened a new issue, #43790: URL: https://github.com/apache/arrow/issues/43790 ### Describe the enhancement requested The original (deprecated) LZ4 codec was not implemented at the time due to ambiguity in its specification. The LZ4_RAW codec has been added to the spec and sh

[I] How to manage memory properly? [arrow]

2024-08-22 Thread via GitHub
datbth opened a new issue, #43791: URL: https://github.com/apache/arrow/issues/43791 ### Describe the usage question you have. Please include as many useful details as possible. I'm trying to understand Arrow memory management in order to do it properly when using Arrow in Go.

[I] Incorrect importing of buffer protocol objects [arrow]

2024-08-22 Thread via GitHub
kylebarron opened a new issue, #43792: URL: https://github.com/apache/arrow/issues/43792 ### Describe the bug, including details regarding any error messages, version, and platform. pyarrow seems to be applying some upcasting when importing data via the buffer protocol. This was unex

[I] adbc_ingest for snowflake dropping rows when called repeatedly [arrow-adbc]

2024-08-22 Thread via GitHub
davlee1972 opened a new issue, #2094: URL: https://github.com/apache/arrow-adbc/issues/2094 ### What happened? To work around the memory limitations bug (https://github.com/apache/arrow-adbc/issues/1997) with adbc_ingest (Version 1.1.0) I started running adbc_ingest(data=@rec

[I] csharp/src/Client: Support parameters [arrow-adbc]

2024-08-22 Thread via GitHub
CurtHagenlocher opened a new issue, #2095: URL: https://github.com/apache/arrow-adbc/issues/2095 ### What feature or improvement would you like to see? The ADO.NET wrapper for ADBC drivers ought to support parameterized execution. -- This is an automated message from the Apache Git

Re: [I] [Go] Make Flight SQL clients/servers symmetric [arrow]

2024-08-22 Thread via GitHub
zeroshade closed issue #43764: [Go] Make Flight SQL clients/servers symmetric URL: https://github.com/apache/arrow/issues/43764 -- 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] [Doc] Update implementation status with Bool8 [arrow]

2024-08-22 Thread via GitHub
joellubi closed issue #43775: [Doc] Update implementation status with Bool8 URL: https://github.com/apache/arrow/issues/43775 -- 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] [Go] Register Canonical Extension Types by Default [arrow]

2024-08-22 Thread via GitHub
joellubi closed issue #43663: [Go] Register Canonical Extension Types by Default URL: https://github.com/apache/arrow/issues/43663 -- 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] [Go] pqarrow - Provide a way to support Parquet Logical types that do not have or need Arrow equivalent types [arrow]

2024-08-22 Thread via GitHub
joellubi closed issue #43640: [Go] pqarrow - Provide a way to support Parquet Logical types that do not have or need Arrow equivalent types URL: https://github.com/apache/arrow/issues/43640 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [I] [Swift] Date32 & Date64 failing to create in Arrow Reader [arrow]

2024-08-22 Thread via GitHub
kou closed issue #39709: [Swift] Date32 & Date64 failing to create in Arrow Reader URL: https://github.com/apache/arrow/issues/39709 -- 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] [C++] Indent #if [arrow]

2024-08-22 Thread via GitHub
kou opened a new issue, #43796: URL: https://github.com/apache/arrow/issues/43796 ### Describe the enhancement requested We don't indent in preprocessor directives now. For example: https://github.com/apache/arrow/blob/bad064f705ec9fc72efac2d13a1fc3fac6d3d137/cpp/src/arrow/util/vis

[I] [C++] Attach `arrow::ArrayStatistics` to `arrow::ArrayData` [arrow]

2024-08-22 Thread via GitHub
kou opened a new issue, #43797: URL: https://github.com/apache/arrow/issues/43797 ### Describe the enhancement requested This is another approach of GH-43666. GH-41909 introduced `arrow::ArrayStatitstics` but it's not associated with `arrow::Array`. This issue attaches `

[I] [Python] `test_cpp_extension_in_python` started failing on osx in conda-forge [arrow]

2024-08-22 Thread via GitHub
h-vetinari opened a new issue, #43800: URL: https://github.com/apache/arrow/issues/43800 ### Describe the bug, including details regarding any error messages, version, and platform. This is probably related to some ambient change, because it happened across the board from 17.x down t

[I] [GLib] Add `GAFlightRecordBatchWriter` [arrow]

2024-08-23 Thread via GitHub
kou opened a new issue, #43802: URL: https://github.com/apache/arrow/issues/43802 ### Describe the enhancement requested It's the bindings of `arrow::flight::MetadataRecordBatchWriter`. This is a part of #41056. ### Component(s) FlightRPC, GLib -- This is an aut

Re: [I] [Go] How to manage memory properly? [arrow]

2024-08-23 Thread via GitHub
datbth closed issue #43791: [Go] How to manage memory properly? URL: https://github.com/apache/arrow/issues/43791 -- 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] csharp/src/Client: Support parameters [arrow-adbc]

2024-08-23 Thread via GitHub
CurtHagenlocher closed issue #2095: csharp/src/Client: Support parameters URL: https://github.com/apache/arrow-adbc/issues/2095 -- 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] csharp/src/Client: Support parameters [arrow-adbc]

2024-08-23 Thread via GitHub
CurtHagenlocher closed issue #2095: csharp/src/Client: Support parameters URL: https://github.com/apache/arrow-adbc/issues/2095 -- 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] [Go][Parquet] A uint16 number written to parquet file not parseable by DuckDB [arrow]

2024-08-23 Thread via GitHub
zeroshade closed issue #38616: [Go][Parquet] A uint16 number written to parquet file not parseable by DuckDB URL: https://github.com/apache/arrow/issues/38616 -- 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] [Go][Parquet] Is LZ4 being supported in arrow parquet? [arrow]

2024-08-23 Thread via GitHub
joellubi closed issue #43783: [Go][Parquet] Is LZ4 being supported in arrow parquet? URL: https://github.com/apache/arrow/issues/43783 -- 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 co

Re: [I] [GLib] Add `GAFlightRecordBatchWriter` [arrow]

2024-08-23 Thread via GitHub
kou closed issue #43802: [GLib] Add `GAFlightRecordBatchWriter` URL: https://github.com/apache/arrow/issues/43802 -- 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] test-debian-12-docs failed: invalid mount config for type "bind" [arrow]

2024-08-23 Thread via GitHub
kou closed issue #43743: [CI][Docs] test-debian-12-docs failed: invalid mount config for type "bind" URL: https://github.com/apache/arrow/issues/43743 -- 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] [C++][Python] (De)serialize Arrow UUID to/from Parquet UUID [arrow]

2024-08-23 Thread via GitHub
ianmcook opened a new issue, #43807: URL: https://github.com/apache/arrow/issues/43807 ### Describe the enhancement requested As a follow up to issue #15058 / PR #37298: [Parquet's UUID logical type](https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#uuid) is

[I] [C++] Skip `TimestampParser.StrptimeZoneOffset` with old glibc [arrow]

2024-08-23 Thread via GitHub
kou opened a new issue, #43808: URL: https://github.com/apache/arrow/issues/43808 ### Describe the enhancement requested It seems that old glibc (2.17) doesn't support `-0117` timezone offset. https://github.com/apache/arrow/issues/35587#issuecomment-2295830097 ```text

[I] [Docs] Update extension type examples to not use UUID [arrow]

2024-08-23 Thread via GitHub
ianmcook opened a new issue, #43809: URL: https://github.com/apache/arrow/issues/43809 ### Describe the bug, including details regarding any error messages, version, and platform. In the Format docs and Python docs, there are several examples of user-defined extension types and sampl

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

2024-08-23 Thread via GitHub
lidavidm closed issue #41584: [Java] ListView Implementation for C Data Interface URL: https://github.com/apache/arrow/issues/41584 -- 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] span_range returns unexpected result (missing days) when using frame month [arrow]

2024-08-25 Thread via GitHub
Iwerzhon closed issue #43778: span_range returns unexpected result (missing days) when using frame month URL: https://github.com/apache/arrow/issues/43778 -- 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++] Update vcpkg to use boost-cmake [arrow]

2024-08-25 Thread via GitHub
kou opened a new issue, #43812: URL: https://github.com/apache/arrow/issues/43812 ### Describe the enhancement requested https://github.com/microsoft/vcpkg/releases/tag/2024.05.24 or later has boost-cmake. Background: It seems that CMake deprecates `FindBoost.cmake`. So we want

[I] [GLib][FlightRPC] Add `GAFlightServerClass::do_put` [arrow]

2024-08-26 Thread via GitHub
kou opened a new issue, #43814: URL: https://github.com/apache/arrow/issues/43814 ### Describe the enhancement requested This is a server side DoPut implementation. We want it to test the client side DoPut implementation. ### Component(s) C++, FlightRPC -- This

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

2024-08-26 Thread via GitHub
raulcd opened a new issue, #43815: URL: https://github.com/apache/arrow/issues/43815 ### Describe the bug, including details regarding any error messages, version, and platform. Usually seen on weekends, if no new commits have happened on the repo since the previous wheel jobs where

[I] [CI][Python][C++] Support on Power Architecture [arrow]

2024-08-26 Thread via GitHub
sandeepgupta12 opened a new issue, #43817: URL: https://github.com/apache/arrow/issues/43817 ### Describe the enhancement requested **Description:** We need to extend support for apache/arrow to the POWER/PPC64LE architecture. **Background:** • We have forked the apac

[I] Allow non-async server to cancel in-progress Flight RPC calls [arrow]

2024-08-26 Thread via GitHub
lupko opened a new issue, #43819: URL: https://github.com/apache/arrow/issues/43819 ### Describe the enhancement requested The non-async Arrow Flight RPC infrastructure (in C++ and Python at least) currently does not expose necessary mechanisms to allow server-side cancellations of r

[I] Improve cross-references on pyarrow write_to_dataset docs [arrow]

2024-08-26 Thread via GitHub
soxofaan opened a new issue, #43820: URL: https://github.com/apache/arrow/issues/43820 ### Describe the enhancement requested While reading the docs on partitioned pyarrow parquet reading/writing, I found the [write_to_dataset](https://arrow.apache.org/docs/dev/python/generated/pyarr

Re: [I] [Python] Native support for UUID [arrow]

2024-08-26 Thread via GitHub
pitrou closed issue #15058: [Python] Native support for UUID URL: https://github.com/apache/arrow/issues/15058 -- 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

Re: [I] [Python] Native support for UUID [arrow]

2024-08-26 Thread via GitHub
pitrou closed issue #15058: [Python] Native support for UUID URL: https://github.com/apache/arrow/issues/15058 -- 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] [C++][Python] Add Python wrapper for JSON canonical extension type [arrow]

2024-08-26 Thread via GitHub
rok opened a new issue, #43821: URL: https://github.com/apache/arrow/issues/43821 ### Describe the enhancement requested Once #13901 is merged we should add a Python wrapper for JSON extension type. ### Component(s) Python -- This is an automated message from the Apach

[I] [Python] PyCapsule interface for Image/Raster Data [arrow]

2024-08-26 Thread via GitHub
wiredfool opened a new issue, #43831: URL: https://github.com/apache/arrow/issues/43831 ### Describe the usage question you have. Please include as many useful details as possible. I'm implementing support for the Arrow PyCapsule Protocol in Pillow, as referenced here: https://g

[I] [Integration] Test executable does not validate embedded streams [arrow]

2024-08-26 Thread via GitHub
bkietz opened a new issue, #43833: URL: https://github.com/apache/arrow/issues/43833 ### Describe the bug, including details regarding any error messages, version, and platform. [IPC files should contain a valid IPC stream with EOS](https://arrow.apache.org/docs/format/Columnar.html#

[I] [JavaScript][Integration] IPC files do not embed a valid IPC stream [arrow]

2024-08-26 Thread via GitHub
bkietz opened a new issue, #43836: URL: https://github.com/apache/arrow/issues/43836 ### Describe the bug, including details regarding any error messages, version, and platform. The format guarantees that each IPC file [embeds a valid IPC stream](https://github.com/apache/arrow/blob/

[I] [Integration][Go] IPC files do not embed a valid IPC stream [arrow]

2024-08-26 Thread via GitHub
bkietz opened a new issue, #43837: URL: https://github.com/apache/arrow/issues/43837 ### Describe the bug, including details regarding any error messages, version, and platform. The format guarantees that each IPC file [embeds a valid IPC stream](https://github.com/apache/arrow/blob/

[I] ChunkedArray cast to data type containing null results in ArrowIndexError when accessed [arrow]

2024-08-26 Thread via GitHub
Angel-212 opened a new issue, #43838: URL: https://github.com/apache/arrow/issues/43838 ### Describe the bug, including details regarding any error messages, version, and platform. OS: MacOS Sonoma 14.6.1 Python: 3.10.14 pyarrow: 17.0.0 Snippet to reproduce: ```python

Re: [I] [Java] Reconcile header size limit in flight server with flight client [arrow]

2024-08-26 Thread via GitHub
lidavidm closed issue #43667: [Java] Reconcile header size limit in flight server with flight client URL: https://github.com/apache/arrow/issues/43667 -- 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 t

Re: [I] [Ruby] Arrow Flight Client do_put? [arrow]

2024-08-26 Thread via GitHub
kou closed issue #41056: [Ruby] Arrow Flight Client do_put? URL: https://github.com/apache/arrow/issues/41056 -- 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-

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

[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.

[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] [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] [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] [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] [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

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++] 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

[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

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] 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

[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

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

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

[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] 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

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.

[I] Cut a new release with TranscodingStreams v0.11 compat? [arrow-julia]

2024-08-28 Thread via GitHub
DrChainsaw opened a new issue, #523: URL: https://github.com/apache/arrow-julia/issues/523 Is it possible to just cut a new release from current master? I'm running into trouble with the package version resolver when having StatsPlots and Arrow in the same environment since it seems

[I] Dedicated flavor value for `DirectoryPartitioning` [arrow]

2024-08-28 Thread via GitHub
soxofaan opened a new issue, #43863: URL: https://github.com/apache/arrow/issues/43863 ### Describe the enhancement requested `pyarrow.dataset.partitioning(... flavor...)` supports three `flavor` values: > The default (None) is DirectoryPartitioning. Specify flavor="hive" for a

[I] [C++][FlightRPC] CI failing on macOS builds: reference to 'bp::child' is ambiguous [arrow]

2024-08-28 Thread via GitHub
felipecrv opened a new issue, #43865: URL: https://github.com/apache/arrow/issues/43865 ### Describe the bug, including details regarding any error messages, version, and platform. ```cpp /Users/runner/work/arrow/arrow/cpp/src/arrow/flight/test_util.cc:113:32: error: referen

Re: [I] [Go] Error was not handled [arrow]

2024-08-28 Thread via GitHub
zeroshade closed issue #43860: [Go] Error was not handled URL: https://github.com/apache/arrow/issues/43860 -- 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

Re: [I] [Format] Define logical data type that represents a "packed C struct" composed from other fixed-size primitive types [arrow]

2024-08-28 Thread via GitHub
ianmcook closed issue #17787: [Format] Define logical data type that represents a "packed C struct" composed from other fixed-size primitive types URL: https://github.com/apache/arrow/issues/17787 -- This is an automated message from the Apache Git Service. To respond to the message, please l

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

2024-08-28 Thread via GitHub
felipecrv closed issue #43854: [C++] Expose the set of device types where array chunks are allocated URL: https://github.com/apache/arrow/issues/43854 -- 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] [Java] MacOS SIGABRT in ORC adapter when destructing multiple ORC readers [arrow]

2024-08-28 Thread via GitHub
danepitkin opened a new issue, #43867: URL: https://github.com/apache/arrow/issues/43867 ### Describe the bug, including details regarding any error messages, version, and platform. I was playing around with the Arrow Java ORC adapter and noticed an intermittent SIGABRT when `.clear(

[I] [Python][Parquet][Emscripten] PARQUET_TEST_DATA isn't set in test-conda-python-emscripten [arrow]

2024-08-28 Thread via GitHub
kou opened a new issue, #43868: URL: https://github.com/apache/arrow/issues/43868 ### Describe the bug, including details regarding any error messages, version, and platform. It's required since #41580. https://github.com/ursacomputing/crossbow/actions/runs/10604493737/job/293

Re: [I] [CI][Python] Use pipx to install GCS testbench in order to decouple version of Python under test [arrow]

2024-08-28 Thread via GitHub
kou closed issue #38183: [CI][Python] Use pipx to install GCS testbench in order to decouple version of Python under test URL: https://github.com/apache/arrow/issues/38183 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[I] [Java][CI] Flight related failure in the AMD64 Windows Server 2022 Java JDK 11 CI [arrow]

2024-08-28 Thread via GitHub
vibhatha opened a new issue, #43869: URL: https://github.com/apache/arrow/issues/43869 ### Describe the bug, including details regarding any error messages, version, and platform. There has been the following CI failure that occurred continuously. ```bash Error: Tests run:

[I] [C++][Acero] Typos in join benchmark [arrow]

2024-08-28 Thread via GitHub
zanmato1984 opened a new issue, #43870: URL: https://github.com/apache/arrow/issues/43870 ### Describe the bug, including details regarding any error messages, version, and platform. Just found some obvious typos when writing some join benchmarks. ### Component(s) C++

[I] Import commits from apache/arrow [arrow-go]

2024-08-28 Thread via GitHub
kou opened a new issue, #1: URL: https://github.com/apache/arrow-go/issues/1 We need only commits for https://github.com/apache/arrow/tree/main/go . Other commits such as commits for `.github/` aren't needed. We need to adjust other files for this repository. We can do this by the fo

[I] Add integration test CI [arrow-go]

2024-08-28 Thread via GitHub
kou opened a new issue, #17: URL: https://github.com/apache/arrow-go/issues/17 arrow-rs's configuration will help us: https://github.com/apache/arrow-rs/blob/master/.github/workflows/integration.yml -- This is an automated message from the Apache Git Service. To respond to the message, pl

[I] [Go][CI] Remove Go related test CI except integration test [arrow]

2024-08-28 Thread via GitHub
kou opened a new issue, #43873: URL: https://github.com/apache/arrow/issues/43873 ### Describe the enhancement requested After apache/arrow-go#1. We can remove the followings: * https://github.com/apache/arrow/blob/main/.github/workflows/go.yml * Go related parts in https

[I] [Go][CI] Use apache/arrow-go for integration test [arrow]

2024-08-28 Thread via GitHub
kou opened a new issue, #43874: URL: https://github.com/apache/arrow/issues/43874 ### Describe the enhancement requested After apache/arrow-go works. We should use apache/arrow-go like apache/arrow-rs: https://github.com/apache/arrow/blob/58415d1fac50cb829b3dcf08526033d6db8c30d

[I] [Go][CI] Remove Go related lint configurations [arrow]

2024-08-28 Thread via GitHub
kou opened a new issue, #43875: URL: https://github.com/apache/arrow/issues/43875 ### Describe the enhancement requested https://github.com/apache/arrow/blob/58415d1fac50cb829b3dcf08526033d6db8c30db/.pre-commit-config.yaml#L151-L164 ### Component(s) Continuous Integratio

[I] [Swift] Use apache/arrow-go [arrow]

2024-08-28 Thread via GitHub
kou opened a new issue, #43876: URL: https://github.com/apache/arrow/issues/43876 ### Describe the enhancement requested After apache/arrow-go works. `swift/` uses `go/` for testing. We should use apache/arrow-go for it before we remove `go/`. ### Component(s) Swi

[I] [Ruby] Cannot work with zero-value Decimals [arrow]

2024-08-28 Thread via GitHub
datbth opened a new issue, #43877: URL: https://github.com/apache/arrow/issues/43877 ### Describe the bug, including details regarding any error messages, version, and platform. ## Description ![image](https://github.com/user-attachments/assets/e8d74e5e-ce88-43c0-b6cb-d61c392536ce

[I] Import Go related issues from apache/arrow [arrow-go]

2024-08-28 Thread via GitHub
kou opened a new issue, #25: URL: https://github.com/apache/arrow-go/issues/25 Can we use an existing script for this? Or should we create it? -- 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

[I] [Go][Release] Remove Go related codes from our release scripts [arrow]

2024-08-28 Thread via GitHub
kou opened a new issue, #43878: URL: https://github.com/apache/arrow/issues/43878 ### Describe the enhancement requested Our release scripts: https://github.com/apache/arrow/tree/main/dev/release We also need to update our release document: https://github.com/apache/arrow/blob/

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

2024-08-28 Thread via GitHub
pitrou closed issue #43847: [C++][CI] Python grpcio built from source on ARM64 Ubuntu 20.04 build URL: https://github.com/apache/arrow/issues/43847 -- 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] [Go] Remove go/ [arrow]

2024-08-28 Thread via GitHub
kou opened a new issue, #43879: URL: https://github.com/apache/arrow/issues/43879 ### Describe the enhancement requested Blockers: * #43872 * #43873 * #43874 * #43875 * #43876 * #43878 ### Component(s) Go -- This is an automated message from the Apach

[I] [Go] Notify apache/arrow-go migration to all open PRs [arrow]

2024-08-28 Thread via GitHub
kou opened a new issue, #43881: URL: https://github.com/apache/arrow/issues/43881 ### Describe the enhancement requested We'll move `go/` to apache/arrow-go: https://lists.apache.org/thread/prcjypgknj21c5jdqjqo1xsld1pk38vo We should notify this to all open Go related PRs after

[I] [CI] Remove Python version guard when installing GCS testbench [arrow]

2024-08-29 Thread via GitHub
pitrou opened a new issue, #43883: URL: https://github.com/apache/arrow/issues/43883 ### Describe the enhancement requested This condition should be obsolete now that PR #43852 has been merged: https://github.com/apache/arrow/blob/58415d1fac50cb829b3dcf08526033d6db8c30db/ci/scripts

Re: [I] [Ruby] Cannot work with zero-value Decimals [arrow]

2024-08-29 Thread via GitHub
kou closed issue #43877: [Ruby] Cannot work with zero-value Decimals URL: https://github.com/apache/arrow/issues/43877 -- 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] [C++][Acero] Typos in join benchmark [arrow]

2024-08-29 Thread via GitHub
pitrou closed issue #43870: [C++][Acero] Typos in join benchmark URL: https://github.com/apache/arrow/issues/43870 -- 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 unsubscrib

Re: [I] [Python] a segfault on `import pyarrow` on MacOS 11.6 after pip update to pyarrow version 16.1.0 [arrow]

2024-08-29 Thread via GitHub
raulcd closed issue #41696: [Python] a segfault on `import pyarrow` on MacOS 11.6 after pip update to pyarrow version 16.1.0 URL: https://github.com/apache/arrow/issues/41696 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [I] [Go] Require Go 1.22 or later [arrow]

2024-08-29 Thread via GitHub
zeroshade closed issue #43732: [Go] Require Go 1.22 or later URL: https://github.com/apache/arrow/issues/43732 -- 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

[PR] Add IPC fuzz regression file [arrow-testing]

2024-08-29 Thread via GitHub
pitrou opened a new pull request, #101: URL: https://github.com/apache/arrow-testing/pull/101 Add fuzz regression file for https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=71200 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[I] [CI][C++] Potential integer overflow in PoolBuffer [arrow]

2024-08-29 Thread via GitHub
pitrou opened a new issue, #43885: URL: https://github.com/apache/arrow/issues/43885 ### Describe the bug, including details regarding any error messages, version, and platform. There is a potential integer overflow in `PoolBuffer::Resize` and `PoolBuffer::Reserve` when rounding up t

Re: [I] [C++] Acero: Minor code enhancement for Join [arrow]

2024-08-29 Thread via GitHub
mapleFU closed issue #43759: [C++] Acero: Minor code enhancement for Join URL: https://github.com/apache/arrow/issues/43759 -- 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: [PR] Add IPC fuzz regression file [arrow-testing]

2024-08-29 Thread via GitHub
mapleFU commented on PR #101: URL: https://github.com/apache/arrow-testing/pull/101#issuecomment-2318183512 Do we need a gh issue? -- 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 com

Re: [PR] Add IPC fuzz regression file [arrow-testing]

2024-08-29 Thread via GitHub
pitrou commented on PR #101: URL: https://github.com/apache/arrow-testing/pull/101#issuecomment-2318185804 I opened https://github.com/apache/arrow/issues/43885 for the fix, but we can associate this PR with the issue as well. -- This is an automated message from the Apache Git Service. T

Re: [PR] Add IPC fuzz regression file [arrow-testing]

2024-08-29 Thread via GitHub
mapleFU commented on PR #101: URL: https://github.com/apache/arrow-testing/pull/101#issuecomment-2318187919 How can I reproduce the problem? Just read this file? -- 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: [PR] Add IPC fuzz regression file [arrow-testing]

2024-08-29 Thread via GitHub
pitrou commented on PR #101: URL: https://github.com/apache/arrow-testing/pull/101#issuecomment-2318192209 You must first create a fuzzing build: https://arrow.apache.org/docs/developers/cpp/fuzzing.html Then you can call `arrow-ipc-stream-fuzz `. -- This is an automated message from t

Re: [PR] Add IPC fuzz regression file [arrow-testing]

2024-08-29 Thread via GitHub
pitrou commented on PR #101: URL: https://github.com/apache/arrow-testing/pull/101#issuecomment-2318193290 By the way, do you want to have access to OSS-Fuzz? -- 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: [PR] Add IPC fuzz regression file [arrow-testing]

2024-08-29 Thread via GitHub
mapleFU commented on PR #101: URL: https://github.com/apache/arrow-testing/pull/101#issuecomment-2318228011 ```C++ TEST(ReadFile, XXX) { auto read_options = IpcReadOptions::Defaults(); ASSERT_OK_AND_ASSIGN(auto test_file, io::ReadableFile::Open("clusterfuzz-testcase-minimized-ar

Re: [PR] Add IPC fuzz regression file [arrow-testing]

2024-08-29 Thread via GitHub
pitrou merged PR #101: URL: https://github.com/apache/arrow-testing/pull/101 -- 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: issues-unsubscr...@arrow.ap

<    1   2   3   4   5   6   7   8   9   10   >