issues
Thread
Date
Earlier messages
Messages by Thread
Re: [I] [C++] Hang in ThreadPool::Shutdown() after failure to spawn a worker thread [arrow]
via GitHub
[I] c/driver/postgresql: make connection init/release thread safe [arrow-adbc]
via GitHub
[I] [Docs] Three dead links: Java checkstyle after the arrow-java split, conda install guide, AMD ROCm [arrow]
via GitHub
[I] [python] `.slice` methods should accept Arrow scalar types [arrow]
via GitHub
[I] [C++] Incorrect Logic for AdaptiveUIntBuilder::AppendValues [arrow]
via GitHub
Re: [I] [C++] Incorrect Logic for AdaptiveUIntBuilder::AppendValues [arrow]
via GitHub
[I] docs: document driver binary and entrypoint naming convention [arrow-adbc]
via GitHub
[I] [CI] Build Java and C Data artifacts once [arrow-java]
via GitHub
[I] [Format] Define Canonical Extension Type for FILE type [arrow]
via GitHub
[I] [C++] Require simdjson 4.3.0 for fractured_json APIs [arrow]
via GitHub
Re: [I] [C++] Require simdjson 4.3.0 for fractured_json APIs [arrow]
via GitHub
[I] [Python] ccache not efficient [arrow]
via GitHub
Re: [I] [Python] ccache not efficient [arrow]
via GitHub
Re: [I] [C++] c++23 supported? [arrow]
via GitHub
[I] [C++][Parquet] Avoid misaligned stores when reading BYTE_ARRAY decimals [arrow]
via GitHub
Re: [I] [C++][Parquet] Avoid misaligned stores when reading BYTE_ARRAY decimals [arrow]
via GitHub
[I] c/driver/postgresql: optimize startup query building table of record types [arrow-adbc]
via GitHub
[I] [C++][CI] Remove the macOS workaround for deprecated Abseil APIs in google-cloud-cpp [arrow]
via GitHub
[I] [Go][Parquet] Support fallback encoding [arrow-go]
via GitHub
Re: [I] [Go][Parquet] Support fallback encoding [arrow-go]
via GitHub
Re: [I] [Go] Need help on reading parquet from S3 [arrow-go]
via GitHub
Re: [I] Need to find Top n elements from the set of elements [arrow-go]
via GitHub
Re: [I] [Go] array.RecordFromJSON() method does not return for a significant amount of time for large JSON file [arrow-go]
via GitHub
Re: [I] [Go] Dependency pmezard/go-difflib is unmaintained [arrow-go]
via GitHub
Re: [I] [Go] Implement Usage of Golang arenas (go1.20+) [arrow-go]
via GitHub
Re: [I] Breaking change from github.com/substrait-io/substrait-go/v7 7.2.2 [arrow-go]
via GitHub
Re: [I] [Go] Improved building of structs into arrow record [arrow-go]
via GitHub
Re: [I] [Go][Parquet] Writing a Parquet file from a slice of structs [arrow-go]
via GitHub
Re: [I] [Go] BinaryBuilder AppendValues/AppendStringValues don't invoke ReserveData internally [arrow-go]
via GitHub
[I] [C++] is_null(nan_is_null=true) ignores NaN and null values in dictionary-encoded float arrays [arrow]
via GitHub
[I] [Packaging][CI] Token expired for upload wheel to Anaconda scientific-python [arrow]
via GitHub
Re: [I] [Packaging][CI] Token expired for upload wheel to Anaconda scientific-python [arrow]
via GitHub
Re: [I] [C++] Result truncation on large query. [arrow]
via GitHub
Re: [I] SegFault with fill_null_forward() on Boolean ChunkedArray [arrow]
via GitHub
[I] [C++] Update bundled Boost [arrow]
via GitHub
[I] [FlightRPC][C++] Use is_update in ODBC driver to select correct prepared statement execution flow [arrow]
via GitHub
[I] [FlightRPC][C++] Expose is_update field in C++ Flight SQL core API [arrow]
via GitHub
[I] [Dev] Group apache/infrastructure-actions/stash/{save,restore} Dependabot updates [arrow]
via GitHub
Re: [I] [Dev] Group apache/infrastructure-actions/stash/{save,restore} Dependabot updates [arrow]
via GitHub
[I] [C++][Emscripten] JSON integration tests fail on deeply nested lists [arrow]
via GitHub
Re: [I] [C++][Emscripten] JSON integration tests fail on deeply nested lists [arrow]
via GitHub
[I] [C++] Deprecate IPC tensor/sparse tensor messages [arrow]
via GitHub
[I] [Doc] Mark CHANGELOG.md outdated [arrow]
via GitHub
Re: [I] Proposal to implement ADBC driver for Apache Cassandra [arrow-adbc]
via GitHub
[I] [C++][Parquet] null_count statistics undercount for a fixed-width leaf under list<struct<...>> when lists are null or empty [arrow]
via GitHub
[I] [C++] Sporadic test errors in parallel mode [arrow]
via GitHub
Re: [I] [C++] Sporadic test errors in parallel mode [arrow]
via GitHub
[I] [CI][C++] Remove useless test-file-cleanup step [arrow]
via GitHub
Re: [I] [CI][C++] Remove useless test-file-cleanup step [arrow]
via GitHub
Re: [I] Flight-SQL JDBC driver ignores JVM proxy settings [arrow-java]
via GitHub
[I] [CI][C++] Fix shellcheck errors in cpp/build-support/fuzzing/generate_corpuses.sh [arrow]
via GitHub
[I] Reject port 0 in NettyClientBuilder and fix tests that omit port [arrow-java]
via GitHub
[I] [C++][Acero] record_batch_reader_source doesn't seem to apply backpressure [arrow]
via GitHub
[I] [Python][Interchange] from_dataframe drops the categorical ordered flag [arrow]
via GitHub
Re: [I] [pyarrow] maybe a bug in error message [arrow]
via GitHub
Re: [I] [PYTHON] Cannot use map_lookup when key is dictionary encoded [arrow]
via GitHub
Re: [I] [C++] Support joining tables with non-key fields as list [arrow]
via GitHub
[I] [Python] `BufferReader.readinto()` segfaults on a read-only destination [arrow]
via GitHub
[I] [Python] Several APIs segfault when required Arrow object arguments are `None` [arrow]
via GitHub
[I] [Python] Several APIs segfault instead of rejecting arguments of the wrong type [arrow]
via GitHub
[I] `FunctionOptions.deserialize()` segfaults on non-buffer arguments [arrow]
via GitHub
[I] [CI][GLib][Ruby] Re-enable Arrow Flight tests for GLib and Ruby on macOS. [arrow]
via GitHub
Re: [I] [CI][GLib][Ruby] Re-enable Arrow Flight tests for GLib and Ruby on macOS [arrow]
via GitHub
[I] [Flight SQL] Add client-side tests for Substrait prepared statements [arrow-go]
via GitHub
[I] [C++] Replace RapidJSON with simdjson in JSON parser [arrow]
via GitHub
[I] docs: add adbcBridge (ADBC driver over ODBC) to the Drivers page [arrow-adbc]
via GitHub
Re: [I] docs: add adbcBridge (ADBC driver over ODBC) to the Drivers page [arrow-adbc]
via GitHub
[I] [C++][Python] Casting a MapArray whose keys child carries an all-valid validity bitmap aborts the process (residual case of GH-38553) [arrow]
via GitHub
Re: [I] [C++][Python] Casting a MapArray whose keys child carries an all-valid validity bitmap aborts the process (residual case of GH-38553) [arrow]
via GitHub
[I] parquet: BYTE_STREAM_SPLIT FIXED_LEN_BYTE_ARRAY with nulls across multiple data pages decodes values shifted by one [arrow-go]
via GitHub
Re: [I] [C++][Dataset] Preserve order when writing dataset using TeeNode [arrow]
via GitHub
[I] [CI] Bison downloads from ftp.gnu.org fail on JNI linux jobs [arrow]
via GitHub
Re: [I] [CI] Bison downloads from ftp.gnu.org fail on JNI linux jobs [arrow]
via GitHub
[I] [Flight] JDBC driver: implement DataSource login timeout [arrow-java]
via GitHub
[I] [Flight] JDBC driver: honor DriverManager login timeout [arrow-java]
via GitHub
Re: [I] [Java][FlightSQL] Column Duplication When Selecting from no result record in Arrow Flight SQL JDBC Driver [arrow-java]
via GitHub
Re: [I] `pa.Table.from_struct_array` fails for an empty array [arrow]
via GitHub
[I] `KeyValueMetadata.key()` segfaults on an out-of-range index [arrow]
via GitHub
[I] [C++][Python] pyarrow.compute.indices_nonzero segfaults on a ChunkedArray with zero chunks [arrow]
via GitHub
Re: [I] Flight JDBC Driver not setting parameter correctly when parameter type is DATE<MILLISECOND> [arrow-java]
via GitHub
[I] c: new warnings from Clang 23 [arrow-adbc]
via GitHub
Re: [I] c: new warnings from Clang 23 [arrow-adbc]
via GitHub
[I] [C++] Replace RapidJSON in remaining JSON test utilities [arrow]
via GitHub
Re: [I] [Docs][Python] Split the Python Parquet docs into separate items [arrow]
via GitHub
[I] [C++][CI] arrow-gcsfs-test reports "failed to listen" when the testbench is just slow to start [arrow]
via GitHub
[I] [C++] Bump vendored utfcpp [arrow]
via GitHub
[I] [C++] Remove vendored whereami [arrow]
via GitHub
[I] [C++] Bump vendored uriparser [arrow]
via GitHub
[I] [C++] Out-of-bounds read in UriFromAbsolutePath for a non-NUL-terminated string_view [arrow]
via GitHub
Re: [I] [C++] Out-of-bounds read in UriFromAbsolutePath for a non-NUL-terminated string_view [arrow]
via GitHub
Re: [I] [C++][Acero] Add support for any scalar type in pivot longer [arrow]
via GitHub
[I] [CI][Python][Dev] Remove the Cython version pin [arrow]
via GitHub
Re: [I] [Java][Flight] ClassCastException in FlightClient when using Epoll Domain Socket: EpollDomainSocketChannel incorrectly cast to ServerChannel [arrow-java]
via GitHub
[I] [CI][Dev] Document how to maintain `CROSSBOW_GITHUB_TOKEN` [arrow]
via GitHub
[I] [CI] nuget vcpkg caching fails on musllinux [arrow]
via GitHub
Re: [I] [CI] nuget vcpkg caching fails on musllinux [arrow]
via GitHub
[I] [C++][Compute] Implement casting from ListView/LargeListView to List/LargeList [arrow]
via GitHub
[I] [Integration] Add extension-wrapped union to integration data [arrow]
via GitHub
Re: [I] [CI][Integration] Add extension-wrapped union to integration data [arrow]
via GitHub
[I] [CI][C++] sccache not detected on all builds [arrow]
via GitHub
Re: [I] [CI][C++] sccache not detected on all builds [arrow]
via GitHub
[I] [Python] CMakeLists detects ccache but not sccache [arrow]
via GitHub
[I] [C++][Compute] Support comparison kernels for mixed StringView/BinaryView and standard Binary/String types [arrow]
via GitHub
[I] ArrowStreamReader hangs indefinitely reading a RecordBatch with a zero-length body over a NetworkStream [arrow-dotnet]
via GitHub
Re: [I] ArrowStreamReader hangs indefinitely reading a RecordBatch with a zero-length body over a NetworkStream [arrow-dotnet]
via GitHub
[I] csharp: AdbcCommand and AdbcDataReader block on every async call path [arrow-adbc]
via GitHub
Re: [I] csharp: AdbcCommand and AdbcDataReader block on every async call path [arrow-adbc]
via GitHub
[I] [C++] Substrait: add mappings for starts_with, ends_with and match_substring [arrow]
via GitHub
[I] [C++] std::identity in bitmap_ops.cc breaks build with macOS 11.3 SDK [arrow]
via GitHub
[I] [CI][Dev][Python] cython-lint fails with AttributeError for DictComprehensionAppendNode [arrow]
via GitHub
Re: [I] [CI][Dev][Python] cython-lint fails with AttributeError for DictComprehensionAppendNode [arrow]
via GitHub
Re: [I] [C++] `arrow::schema` construction performance degrades to O(n^2) on libc++ for duplicate/unnamed fields [arrow]
via GitHub
[I] [C++] Enable MSVC's new preprocesser to handle C++20 grammar such as `__VA_OPT__` [arrow]
via GitHub
[I] [C++][Parquet] "Keep redacted metadata version for old readers" [arrow]
via GitHub
[I] [C++][Parquet] Unsanitized usage of uint32_t lengths accross Parquet metadata reads [arrow]
via GitHub
Re: [I] [C++][Parquet] Unsanitized usage of uint32_t lengths accross Parquet metadata reads [arrow]
via GitHub
[I] [Python][Annotations] Should structure of annotations reflect structure of PyArrow at runtime [arrow]
via GitHub
[I] [C++] Allow CSV reader to ignore extra columns in rows with more columns [arrow]
via GitHub
[I] [C++] Provided more options in CSV reader's `ParseOptions` and `ReadOptions` [arrow]
via GitHub
[I] [C++] Out-of-bounds read in DecimalRescale for a scale delta larger than kMaxScale [arrow]
via GitHub
[I] [C++] Update bundled bzip2 WrapDB package [arrow]
via GitHub
Re: [I] [C++] Update bundled bzip2 WrapDB package [arrow]
via GitHub
[I] 🎯 🏹 ♐ [arrow]
via GitHub
Re: [I] [Archery] 🎯 🏹 ♐ [arrow]
via GitHub
[I] [Python] concat_tables silently ignores unrecognised keyword arguments, including unify_schemas [arrow]
via GitHub
Re: [I] [Python] Add String-to-Path Conversion and Operations for Apache Arrow String Arrays [arrow]
via GitHub
[I] Variant object header encodes field_id_size and field_offset_size in swapped bit positions [arrow-dotnet]
via GitHub
Re: [I] Variant object header encodes field_id_size and field_offset_size in swapped bit positions [arrow-dotnet]
via GitHub
Re: [I] [C++] Some CTypeTraits are missing [arrow]
via GitHub
Re: [I] [Python] Require numpy 2.x [arrow]
via GitHub
[I] [C++] Replace RapidJSON with simdjson in JSON chunker [arrow]
via GitHub
Re: [I] [Python] Add support and wheels for Python 3.15 [arrow]
via GitHub
[I] [Packaging][Python] Python 3.15.0.rc*: add testing against Pandas nightly builds [arrow]
via GitHub
Re: [I] How to project and filter a Dataset simultaneously (out-of-core)? [arrow]
via GitHub
[I] [R] CRAN packaging checklist for version 25.0.1 [arrow]
via GitHub
Re: [I] [R] CRAN packaging checklist for version 25.0.1 [arrow]
via GitHub
Re: [I] [Dev] Pre-commit fails if R is not installed [arrow]
via GitHub
[I] [Go/Python] Rebuild adbc-driver-flightsql with Go 1.26.6 [arrow-adbc]
via GitHub
Re: [I] [Go/Python] Rebuild adbc-driver-flightsql with Go 1.26.6 [arrow-adbc]
via GitHub
[I] [C++][Integration] Replace RapidJSON with simdjson [arrow]
via GitHub
Re: [I] [C++][Integration] Replace RapidJSON with simdjson [arrow]
via GitHub
[I] [C++] Fix shellcheck errors in cpp/build-support/run-test.sh [arrow]
via GitHub
Re: [I] [C++] Fix shellcheck errors in cpp/build-support/run-test.sh [arrow]
via GitHub
Re: [I] c/driver/postgresql: include `POSTGRESQL:type` metadata on result schema [arrow-adbc]
via GitHub
[I] Snowflake Python adbc_ingest raises CANCELLED: context canceled after successful ingestion [arrow-adbc]
via GitHub
Re: [I] Snowflake Python adbc_ingest raises CANCELLED: context canceled after successful ingestion [arrow-adbc]
via GitHub
[I] [C++][CI] S3 tests fail with "Attempt to initialize S3 after it has been finalized" [arrow]
via GitHub
[I] [C++] Allow CSV reader to pad rows with missing trailing fields [arrow]
via GitHub
Re: [I] [C++] Allow CSV reader to pad rows with missing trailing fields [arrow]
via GitHub
[I] [Archery] Redact sensitive arguments in command debug logs [arrow]
via GitHub
Re: [I] [Archery] Redact sensitive arguments in command debug logs [arrow]
via GitHub
[I] [C++] Fix Meson build failure in bundled bzip2 [arrow]
via GitHub
Re: [I] [C++][CI] Meson build is failed with bundled bzip2 build error [arrow]
via GitHub
[I] [GLib] red-arrow-flight TestFlightSQLClient#prepare sometime crash on macOS [arrow]
via GitHub
Re: [I] [GLib] red-arrow-flight TestFlightSQLClient#prepare sometime crash on macOS [arrow]
via GitHub
Re: [I] [C++][Python] Update DLPack version [arrow]
via GitHub
[I] [C++] Fix shellcheck errors in cpp/build-support/*-flatbuffers.sh [arrow]
via GitHub
Re: [I] [C++] Fix shellcheck errors in cpp/build-support/*-flatbuffers.sh [arrow]
via GitHub
[I] NativeBuffer.Grow throws OverflowException instead of growing once the buffer passes half of int.MaxValue [arrow-dotnet]
via GitHub
Re: [I] NativeBuffer.Grow throws OverflowException instead of growing once the buffer passes half of int.MaxValue [arrow-dotnet]
via GitHub
[I] Allow TimestampType to annotate FLBA(12) [arrow]
via GitHub
[I] [C++][Dataset] Replace RapidJSON with JsonWriter in JSON Dataset [arrow]
via GitHub
Re: [I] [C++][Dataset] Replace RapidJSON with JsonWriter in JSON Dataset [arrow]
via GitHub
Re: [I] [Python] read_csv converts strings with leading zeros to integers [arrow]
via GitHub
[I] [C++][FlightSQL][ODBC] Replace RapidJSON with JsonWriter [arrow]
via GitHub
Re: [I] [C++][FlightSQL][ODBC] Replace RapidJSON with JsonWriter [arrow]
via GitHub
Re: [I] [Python][FS][Azure] Expose all the configuration options to python [arrow]
via GitHub
[I] Tolerate unrecognized logical/physical type combinations when reading [arrow]
via GitHub
[I] [Python][C++] SIGSEGV: NULL deref in bundled mimalloc mi_thread_init when first pyarrow import and first allocation happen on a short-lived thread [arrow]
via GitHub
[I] [C++] Support 1D tensors in SparseCSR/CSC matrix conversion [arrow]
via GitHub
[I] [C++] Replace OpaqueType RapidJSON usage with simdjson [arrow]
via GitHub
Re: [I] [C++] Replace OpaqueType RapidJSON usage with simdjson [arrow]
via GitHub
[I] DictionaryEncoder.decode accepts out-of-range dictionary indices [arrow-java]
via GitHub
[I] [C++] Replace RapidJSON with simdjson in tensor extension types [arrow]
via GitHub
Re: [I] [C++] Replace RapidJSON with simdjson in tensor extension types [arrow]
via GitHub
[I] [C++][Packaging] Consider stricter compiler options [arrow]
via GitHub
Re: [I] [C++][Packaging] Consider stricter compiler options [arrow]
via GitHub
[I] [CI] assume AWS role via GitHub OIDC for sccache S3 [arrow]
via GitHub
[I] [Python] Typo in ORC writer docstring: LZ0 should be LZO [arrow]
via GitHub
[I] [postgresql] Transaction silently not started after a read: rollback() becomes a no-op (regression in 1.12.0) [arrow-adbc]
via GitHub
Re: [I] [postgresql] Transaction silently not started after a read: rollback() becomes a no-op (regression in 1.12.0) [arrow-adbc]
via GitHub
Re: [I] [postgresql] Transaction silently not started after a read: rollback() becomes a no-op (regression in 1.12.0) [arrow-adbc]
via GitHub
[I] [C++][Gandiva] Out-of-bounds read in soundex_utf8 mappings lookup [arrow]
via GitHub
[I] [C++][Parquet] Introduce FileType reference implementation [arrow]
via GitHub
[I] test: add PostgreSQL-compatible databases to integration testing [arrow-adbc]
via GitHub
Re: [I] test: add PostgreSQL-compatible databases to integration testing [arrow-adbc]
via GitHub
[I] `is_null` kernel does not propagate `nan_is_null` for nested types [arrow]
via GitHub
[I] [Python] Bindings for GcsFileSystem FromServiceAccountCredentials [arrow]
via GitHub
[I] [C++][CI] CI failure on ARM64 macOS GLib & Ruby [arrow]
via GitHub
Re: [I] [GLib][C++][CI] CI failure on ARM64 macOS GLib & Ruby [arrow]
via GitHub
[I] [C++] Necessity of the build-support scripts in the cpp directory (ShellCheck) [arrow]
via GitHub
Re: [I] [C++] Necessity of the build-support scripts in the cpp directory (ShellCheck) [arrow]
via GitHub
[I] [C++] Add support for List and LargeList types to replace_with_mask [arrow]
via GitHub
[I] [C++][FS][Azure] Azurite tests can race service startup [arrow]
via GitHub
Re: [I] [C++][FS][Azure] Azurite tests can race service startup [arrow]
via GitHub
Re: [I] [C++][FlightSQL][ODBC][SQLGetTypeInfo] Fix return values for searchable [arrow]
via GitHub
[I] [C++] Replace Extension RapidJSON usage with simdjson [arrow]
via GitHub
Re: [I] [C++] Replace Extension RapidJSON usage with simdjson [arrow]
via GitHub
[I] [C++][Compute] coalesce expression binding skips decimal normalization for mixed decimal types [arrow]
via GitHub
[I] [C++] deprecated-declarations warnings in bundled google-cloud-cpp [arrow]
via GitHub
Earlier messages