issues
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [I] Prepare https://arrow.apache.org/dotnet/ [arrow-dotnet]
via GitHub
[I] `discussions: write` permission is missing in `.github/workflows/release.yaml` [arrow-swift]
via GitHub
Re: [I] `discussions: write` permission is missing in `.github/workflows/release.yaml` [arrow-swift]
via GitHub
[I] Add integration test CI [arrow-dotnet]
via GitHub
Re: [I] Add integration test CI [arrow-dotnet]
via GitHub
[I] Mention bundled FlatBuffers in LICENSE.txt [arrow-dotnet]
via GitHub
Re: [I] Mention bundled FlatBuffers in LICENSE.txt [arrow-dotnet]
via GitHub
Re: [I] Configure code formatting check in CI [arrow-dotnet]
via GitHub
[I] feat(csharp/src/Drivers/Apache): Improve/increase instrumentation of telemetry for Thrift-based drivers [arrow-adbc]
via GitHub
[I] Add fuzzing to test suite [arrow-dotnet]
via GitHub
[I] Python released Snowflake driver version is
[email protected]
yet source seems to point to v1.16.0 [arrow-adbc]
via GitHub
Re: [I] Python released Snowflake driver version is
[email protected]
yet source seems to point to v1.16.0 [arrow-adbc]
via GitHub
[I] Introduce type support for UUID as a canonical extension type [arrow-java]
via GitHub
Re: [I] Introduce type support for UUID as a canonical extension type [arrow-java]
via GitHub
[I] [C++][Flight] Expose ipc::ReadStats in FlightStreamReader [arrow]
via GitHub
Re: [I] [C++][Flight] Expose ipc::ReadStats in FlightStreamReader [arrow]
via GitHub
[I] Reconsider bundling FlatBuffers [arrow-dotnet]
via GitHub
[I] Inspiring [arrow]
via GitHub
Re: [I] Inspiring [arrow]
via GitHub
[I] [C++] Assertion fires when trying to parse json [arrow]
via GitHub
[I] Make UUID extension type publicly available [arrow-java]
via GitHub
Re: [I] Make UUID extension type publicly available [arrow-java]
via GitHub
[I] Surprising Pushdown Projection for Arrow Datasets on S3 [arrow]
via GitHub
[I] Ensure Meson Uses gnu_symbol_visibility: 'inlineshidden' [arrow]
via GitHub
Re: [I] [C++] Ensure Meson Uses gnu_symbol_visibility: 'inlineshidden' [arrow]
via GitHub
Re: [I] [C++] version script assignment of 'local' to symbol '__once_proxy' failed: symbol not defined [arrow]
via GitHub
[I] NULL Pointer Dereference bug [arrow]
via GitHub
[I] [Ruby] Remove needless `require "extpp/setup"` [arrow]
via GitHub
Re: [I] [Ruby] Remove needless `require "extpp/setup"` [arrow]
via GitHub
[I] [CI][Dev] Fix shellcheck errors in the ci/scripts/python_test_emscripten.sh [arrow]
via GitHub
[I] [C++] Remove needless cpp/cmake_modules/snappy.diff [arrow]
via GitHub
Re: [I] [C++] Remove needless cpp/cmake_modules/snappy.diff [arrow]
via GitHub
[I] feat(csharp/src/Telemetry/Traces/Exporters/FileExporter): Create a JsonSerializableContext for SerializableActivity [arrow-adbc]
via GitHub
[I] [C++] AMD64 macOS 13 C++ and ARM64 macOS 14 C++ are failing due to no type named 'int64' in namespace 'google::protobuf' [arrow]
via GitHub
Re: [I] [C++] AMD64 macOS 13 C++ and ARM64 macOS 14 C++ are failing due to no type named 'int64' in namespace 'google::protobuf' [arrow]
via GitHub
[I] Support Day-light-saving aware shifting [arrow]
via GitHub
[I] `pyarrow` releases are built without Substrait in version >=19.0.0 [arrow]
via GitHub
[I] [R] Update fedora-clang to install latest clang version to match CRAN setup [arrow]
via GitHub
Re: [I] [R] Update fedora-clang to install latest clang version to match CRAN setup [arrow]
via GitHub
[I] [C++][Acero] Support for multi threaded input: SortedMergeNode [arrow]
via GitHub
[I] [C++][Acero] Add support for any scalar type in pivot longer [arrow]
via GitHub
[I] [Python] CSV and JSON options lack a nice repr/str [arrow]
via GitHub
[I] Introduce Backpressure in PushGenerator [arrow]
via GitHub
Re: [I] ci: Format check is failing [arrow-julia]
via GitHub
[I] Create BackpressureSource and BackpressureCombiner [arrow]
via GitHub
[I] [C++][Acero] Refactor and fix backpressure in all ExecNodes [arrow]
via GitHub
[I] Isolate BackpressureHandler [arrow]
via GitHub
Re: [I] [C++][Acero] Isolate BackpressureHandler [arrow]
via GitHub
[I] Implement np.tile(), np.repeat() or np.meshgrid() [arrow]
via GitHub
[I] [Python] missing non-free-threaded manylinux nightly wheels [arrow]
via GitHub
[I] C# BigQuery driver occassionally gets Cannot execute <ReadChunkWithRetries>b__0 after 5 tries. [arrow-adbc]
via GitHub
Re: [I] C# BigQuery driver occassionally gets Cannot execute <ReadChunkWithRetries>b__0 after 5 tries. [arrow-adbc]
via GitHub
Re: [I] [C++] Acero produces unexpected output type for add function on decimals [arrow]
via GitHub
Re: [I] [Python][C++] Scanner crashing occasionally [arrow]
via GitHub
[I] python/adbc_driver_manager: executemany requires argument of positive length in 1.7.0 [arrow-adbc]
via GitHub
Re: [I] python/adbc_driver_manager: executemany requires argument of positive length in 1.7.0 [arrow-adbc]
via GitHub
[I] [Python] RecordBatch.as_pylist(maps_as_pydicts="strict") option doesn't work for some nested maps [arrow]
via GitHub
Re: [I] [Python] RecordBatch.as_pylist(maps_as_pydicts="strict") option doesn't work for some nested maps [arrow]
via GitHub
[I] AdbcDriverManager GIL disabling [arrow-adbc]
via GitHub
Re: [I] python adbc-driver-manager GIL disabling [arrow-adbc]
via GitHub
Re: [I] [C++] Default thread count should count process affinity into account [arrow]
via GitHub
[I] Issue # placeholder: Support "selective execution" for kernels. This is IMO the most challenging part. As mentioned above, we need an incremental way to add selection-vector-aware kernels on demand, meanwhile accommodate legacy (selection-vector-non-aware) kernels to be executed "selection-vector-aware"-ly in a general manner. [arrow]
via GitHub
[I] Issue # placeholder: Move `scatter` function into compute core. As mentioned above, the `take` ("gather") and `scatter` functions play an essential role to support selective execution for arbitrary legacy (selection-vector-non-aware) kernels, thus they have to exist in libarrow. Function `take` already does. We need `scatter`. [arrow]
via GitHub
Re: [I] [C++][Compute] Move `scatter` function into compute core [arrow]
via GitHub
[I] [C++][Compute] Support special form in expression system [arrow]
via GitHub
[I] [C++] Wrong and low inefficient expression execution for [if/else, case/when ... etc] expression [arrow]
via GitHub
Re: [I] [C++] Wrong and low inefficient expression execution for [if/else, case/when ... etc] expression [arrow]
via GitHub
[I] Erroneous bridge code input in pyarrow triggers aborts [arrow]
via GitHub
Re: [I] [C++] Erroneous C Data Interface input triggers aborts [arrow]
via GitHub
Re: [I] [C++][FlightRPC] Error when get dictionary type ChunkedArray [arrow]
via GitHub
[I] [Python] CI environment not installing Numba-CUDA correctly [arrow]
via GitHub
Re: [I] [Python][GPU] CI environment not installing Numba-CUDA correctly [arrow]
via GitHub
[I] [Python] Require Cython 3.1 [arrow]
via GitHub
Re: [I] [Python] Require Cython 3.1 [arrow]
via GitHub
[I] [pyarrow] maybe a bug in error message [arrow]
via GitHub
[I] [Python][CI] vcpkg dependencies fail rebuilding [arrow]
via GitHub
Re: [I] [Python][CI] vcpkg dependencies fail rebuilding [arrow]
via GitHub
[I] [GLib] Add GArrowFixedSizeListArray [arrow]
via GitHub
Re: [I] [GLib] Add GArrowFixedSizeListArray [arrow]
via GitHub
[I] write_to_dataset(max_row_group_size) [arrow]
via GitHub
[I] go/adbc/driver/snowflake: missing xdbc_column_size for binary columns in GetObjects [arrow-adbc]
via GitHub
[I] [Python] IPC and Flight options lack a nice repr/str [arrow]
via GitHub
Re: [I] [Python] IPC and Flight options lack a nice repr/str [arrow]
via GitHub
Re: [I] [Docs] Upgrade Sphinx from 6.2 to 7.x to support Python 3.12 [arrow]
via GitHub
[I] [R] NEWS file states version 20.0.0.1 but release package number is 20.0.0.2 [arrow]
via GitHub
Re: [I] [R] NEWS file states version 20.0.0.1 but release package number is 20.0.0.2 [arrow]
via GitHub
[I] AzureFileSystem - Support workload identity credentials [arrow]
via GitHub
[I] Pyarrow for Free BSD [arrow]
via GitHub
Re: [I] [Python] Support Pyarrow for FreeBSD [arrow]
via GitHub
[I] [C++/Python] Add access to Request ID in AWS client error [arrow]
via GitHub
Re: [I] [C++][Python] Add access to Request ID in AWS client error [arrow]
via GitHub
[I] [Python] Retry_strategy is not included in S3FileSystem.__reduce__ method [arrow]
via GitHub
[I] Timezone logic on Linux and Mac [arrow]
via GitHub
[I] Remove symlink check for discover_tz_dir [arrow]
via GitHub
Re: [I] Remove symlink check for discover_tz_dir [arrow]
via GitHub
[I] ci: fix Python nightlies [arrow-adbc]
via GitHub
Re: [I] ci: fix Python nightlies [arrow-adbc]
via GitHub
[I] Jupyter integration support [arrow-js]
via GitHub
[I] [C++] Enable fuzzing option in Meson CI [arrow]
via GitHub
[I] Jsonb in postgres and extension<arrow.json> are not supported for writer [arrow-adbc]
via GitHub
[I] Docs: Driver name resolution flowchart SVG renders badly in Safari / macOS [arrow-adbc]
via GitHub
Re: [I] Docs: Driver name resolution flowchart SVG renders badly in Safari / macOS [arrow-adbc]
via GitHub
[I] array.JSONReader error on unmarshal data in exponent notation to int64 field [arrow-go]
via GitHub
[I] Python: Driver manager not using entrypoint from manifest [arrow-adbc]
via GitHub
Re: [I] Python: Driver manager not using entrypoint from manifest [arrow-adbc]
via GitHub
[I] [Dev] How about using GitHub Discussions not GitHub Issues for usage questions [arrow]
via GitHub
[I] [C++] Remove deprecated string-based Parquet encryption methods [arrow]
via GitHub
Re: [I] [C++] Remove deprecated string-based Parquet encryption methods [arrow]
via GitHub
[I] Cython bindings to libarrow don't catch exceptions [arrow]
via GitHub
Re: [I] [Python] Cython bindings to libarrow don't catch exceptions [arrow]
via GitHub
[I] Inconsistency between written Parquet and Arrow schemas when `coerce_timestamps` is set [arrow]
via GitHub
[I] [PYTHON] Cannot use map_lookup when key is dictionary encoded [arrow]
via GitHub
[I] Improving RLE performance by generics [arrow-go]
via GitHub
Re: [I] [Parquet] Improving RLE performance by generics [arrow-go]
via GitHub
[I] [C++][Compute] Arguments become invalid after execution but before wrapping results [arrow]
via GitHub
Re: [I] [C++][Compute] Arguments become invalid after execution but before wrapping results [arrow]
via GitHub
[I] ci: macos-latest failing to verify Rust [arrow-adbc]
via GitHub
Re: [I] ci: macos-latest failing to verify Rust [arrow-adbc]
via GitHub
[I] chsarp/src/Drivers/Apache: Implement Statement.Cancel on Thrift-based drivers [arrow-adbc]
via GitHub
Re: [I] chsarp/src/Drivers/Apache: Implement Statement.Cancel on Thrift-based drivers [arrow-adbc]
via GitHub
[I] feat(csharp/src/Drivers/Apache/Spark): Add Standard protocol support for Spark driver [arrow-adbc]
via GitHub
[I] Build and test against Pyodide 0.28 (`pyodide_2025_0` ABI) [arrow]
via GitHub
[I] Support list type join [arrow]
via GitHub
[I] [R][Release] CRAN packaging checklist for 21.0.0.1 [arrow]
via GitHub
Re: [I] [R][Release] CRAN packaging checklist for 21.0.0.1 [arrow]
via GitHub
[I] [R][CI] test-r-rhub-debian-gcc-release-custom-ccache nightly job fails due to update in Debian [arrow]
via GitHub
Re: [I] [R][CI] test-r-rhub-debian-gcc-release-custom-ccache nightly job fails due to update in Debian [arrow]
via GitHub
[I] [CI][Dev] Fix shellcheck errors in the ci/scripts/python_sdist_test.sh [arrow]
via GitHub
Re: [I] [CI][Dev] Fix shellcheck errors in the ci/scripts/python_sdist_test.sh [arrow]
via GitHub
[I] [CI] Fix actions/checkout hash version comments [arrow]
via GitHub
Re: [I] [CI] Fix actions/checkout hash version comments [arrow]
via GitHub
[I] Python: JSONB column type issue with ADBC driver manager for Postgres [arrow-adbc]
via GitHub
Re: [I] Python: JSONB column type issue with ADBC driver manager for Postgres [arrow-adbc]
via GitHub
[I] [C++][C++23][Gandiva] cpp/src/gandiva/cache.h:54:35: error: use of deleted function [arrow]
via GitHub
Re: [I] [C++][C++23][Gandiva] cpp/src/gandiva/cache.h:54:35: error: use of deleted function [arrow]
via GitHub
[I] [FlightSQLJDBC] not implemented exception when fetching TimeStamp from ResultSet [arrow-java]
via GitHub
Re: [I] [FlightSQLJDBC] not implemented exception when fetching TimeStamp from ResultSet [arrow-java]
via GitHub
[I] Optionally use BigQuery jobs API [arrow-adbc]
via GitHub
[I] Improve error message when credentials lack BigQuery read API permissions [arrow-adbc]
via GitHub
Re: [I] Improve error message when credentials lack BigQuery read API permissions [arrow-adbc]
via GitHub
[I] Result truncation on large query. [arrow]
via GitHub
[I] Add default data type for completely null arrays when field is not populated in pyarrow.csv.ConvertOptions [arrow]
via GitHub
[I] chore: improving foldering structure [arrow-swift]
via GitHub
Re: [I] Improving foldering structure [arrow-swift]
via GitHub
[I] [Packaging] Add support for Debian trixie [arrow]
via GitHub
Re: [I] [Packaging] Add support for Debian forky [arrow]
via GitHub
[I] flku [arrow-adbc]
via GitHub
Re: [I] flku [arrow-adbc]
via GitHub
[I] Performance: Presize JsonStringArrayList vector results [arrow-java]
via GitHub
Re: [I] Performance: Presize JsonStringArrayList vector results [arrow-java]
via GitHub
[I] Removing jemalloc support [arrow]
via GitHub
[I] Nightly wheels missing for Windows [arrow]
via GitHub
Re: [I] [Python] Nightly wheels missing for Windows [arrow]
via GitHub
[I] [CI][Dev] Fix shellcheck errors in the ci/scripts/python_build.sh [arrow]
via GitHub
Re: [I] [CI][Dev] Fix shellcheck errors in the ci/scripts/python_build.sh [arrow]
via GitHub
[I] python: consider other DB-API extensions [arrow-adbc]
via GitHub
Re: [I] python: consider other DB-API extensions [arrow-adbc]
via GitHub
Re: [I] Improve release/post-release workflow [arrow-nanoarrow]
via GitHub
[I] [C++] arrow-compute.pc is installed twice [arrow]
via GitHub
Re: [I] [C++] arrow-compute.pc is installed twice [arrow]
via GitHub
[I] [Python] FileFragment.open() seg faults on file-like objects [arrow]
via GitHub
Re: [I] [Python] FileFragment.open() seg faults on file-like objects [arrow]
via GitHub
Re: [I] Release plan for 0.7.0 [arrow-nanoarrow]
via GitHub
[I] any plan to support parquet? [arrow-swift]
via GitHub
[I] Parameterised query with dict produces results deviating from standard library sqlite driver [arrow-adbc]
via GitHub
Re: [I] Python: Parameterised query with dict produces results deviating from standard library sqlite driver [arrow-adbc]
via GitHub
Re: [I] [Python] Add support for pandas DataFrame.attrs [arrow]
via GitHub
[I] java/driver/jni: test driver manifests [arrow-adbc]
via GitHub
[I] java(driver/jni): enable the rest of the driver manager [arrow-adbc]
via GitHub
[I] docs: how can ADBC Driver Manifests support be documented [arrow-adbc]
via GitHub
[I] PyArrow appears to access ArrowSchema after its release() callback is called [arrow]
via GitHub
Re: [I] PyArrow appears to access ArrowSchema after its release() callback is called [arrow]
via GitHub
[I] [C++] Update bundled aws-c-common [arrow]
via GitHub
Re: [I] [C++] Update bundled aws-c-common [arrow]
via GitHub
Re: [I] [C++] Bump bundled AWS related libraries [arrow]
via GitHub
[I] [CI][Dev] Fix shellcheck errors in the ci/scripts/python_build_emscripten.sh [arrow]
via GitHub
Re: [I] [CI][Dev] Fix shellcheck errors in the ci/scripts/python_build_emscripten.sh [arrow]
via GitHub
[I] [C++][Compute] Random kernels for numeric and binary types [arrow]
via GitHub
[I] [C++][Compute] Binary kernels should consider decimal scale constraints when matching [arrow]
via GitHub
Re: [I] [C++][Compute] Binary kernels should consider decimal scale constraints when matching [arrow]
via GitHub
[I] go: flightsql driver `Query` call unexpected error [arrow-adbc]
via GitHub
[I] Panics when filtering with Decimal128 [arrow-go]
via GitHub
Re: [I] Panics when filtering with Decimal128 [arrow-go]
via GitHub
[I] compute. CastOptions add option to cast to null value when cast fails [arrow-go]
via GitHub
[I] docs: include full source (sans prose) at end of recipes [arrow-adbc]
via GitHub
[I] c/driver_manager: driver manager searches /etc/adbc on macOS by default [arrow-adbc]
via GitHub
Re: [I] c/driver_manager: driver manager searches /etc/adbc on macOS by default [arrow-adbc]
via GitHub
[I] Flight Symbol Visibility Issues in Meson Build [arrow]
via GitHub
Re: [I] [C++][FlightRPC] Flight Symbol Visibility Issues in Meson Build [arrow]
via GitHub
[I] Add method to Array interface to retrieve native Go values [arrow-go]
via GitHub
[I] [Python] Pyarrow type error on string_view type [arrow]
via GitHub
[I] [R] Dev build failure and no libarrow binaries built since July [arrow]
via GitHub
Re: [I] [R] r-binary-packages nightly failures [arrow]
via GitHub
[I] [Python] PyArrow compiling automatic association related modules [arrow]
via GitHub
[I] [Python] PyArrow testing fails after compiling [arrow]
via GitHub
[I] [CI][Dev] Fix shellcheck errors in the ci/scripts/python_benchmark.sh [arrow]
via GitHub
[I] VectorAppender fails with OversizedAllocationException when appending to empty UnionVector [arrow-java]
via GitHub
[I] [C++][Acero] Buffers returned by filter node use the default memory pool [arrow]
via GitHub
[I] [C++][Acero] Support for multi threaded input: ScalarAggregateNode , GroupByNode and SortedMergeNode [arrow]
via GitHub
[I] [C++][Compute] Possible discarded bad status in expression bind [arrow]
via GitHub
Earlier messages
Later messages