github
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/02/18
Re: [I] [C++] A more efficient "case_when" specialization for list-view types [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Take the improvements from Take to the implementation of Filter [arrow]
via GitHub
2026/02/18
Re: [I] [C++][Parquet] Archive parquet-cpp repository [arrow]
via GitHub
2026/02/18
Re: [I] [Python][Docs] Document behavior of to_pandas with flat and nested timezone arrays [arrow]
via GitHub
2026/02/18
Re: [I] [R] poor R performance for arrow_fixed_size_list types [arrow]
via GitHub
2026/02/18
Re: [I] [Benchmarks] Revert rig-based R installation in benchmark hooks [arrow]
via GitHub
2026/02/18
Re: [I] [Python] Wrap C++ Buffer as pyarrow CudaBuffer if device type is CUDA (`pyarrow_wrap_buffer`) [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Add Compute Kernel for Casting from list-like to string [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Add Compute Kernel for Casting from null to types [arrow]
via GitHub
2026/02/18
Re: [I] [C++] bit_util: Remove the pre-computed `kBitmask` table ? [arrow]
via GitHub
2026/02/18
Re: [I] Add option to disable exact matches optional in join_asof [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Add Compute Kernel for Casting from struct to string [arrow]
via GitHub
2026/02/18
Re: [I] [C++] [Python] Add functionality of `STSProfileCredentialsProvider` to default credentials chain for `S3FileSystem` [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Add Compute Kernel for Casting from union to string [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Add support for nested types in StringFormatter [arrow]
via GitHub
2026/02/18
Re: [I] [C++][Parquet][Benchmark] Adding benchmarking for reading Statistics [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Asof-joins inefficiently copy the left hand side [arrow]
via GitHub
2026/02/18
Re: [I] [C#] Add initial GObject based Dataset library [arrow]
via GitHub
2026/02/18
Re: [I] [C++] fine-grained span for hash join node [arrow]
via GitHub
2026/02/18
Re: [I] [CI][Python] Enable pycodestyle check for Cython related files [arrow]
via GitHub
2026/02/18
Re: [I] [Python][Docs] `RecordBatch.from_pydict()` and `RecordBatch.from_pylist()` example code references `pa.Table` instead of `pa.RecordBatch` [arrow]
via GitHub
2026/02/18
Re: [I] [Python] failed to concat_tables with nested struct [arrow]
via GitHub
2026/02/18
Re: [I] Function 'add_checked' has no kernel matching input types (bool, bool) [arrow]
via GitHub
2026/02/18
Re: [I] pyarrow.parquet.write_table compression arg expects a column name suffix sometimes [arrow]
via GitHub
2026/02/18
Re: [I] [Python][Docs] Improve cross-references on pyarrow write_to_dataset docs [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Rename the fixed-width concept from fixed_width_internal.h to "generalized fixed-width" [arrow]
via GitHub
2026/02/18
Re: [I] Add a metadata object to pyarrow.RecordBatchReader [arrow]
via GitHub
2026/02/18
Re: [I] [C++][Compute] ScalarExecutor and VectorExecutor's can be improved by support more precise pre-allocation and more pre-allocated types [arrow]
via GitHub
2026/02/18
Re: [I] [Python] Conversion to/from numpy 2.0+ new StringDType [arrow]
via GitHub
2026/02/18
Re: [I] [Python] Provide a way to specify the maximum chunk size to `pyarrow.flight.RecordBatchStream` [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Add more efficient kernels for list_slice when input and output are list-views [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Don't use VisitTypeInline in DictionaryArray::Compact() [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Equals method on CudaBuffer [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Copy with compaction to a different device [arrow]
via GitHub
2026/02/18
Re: [I] [CI] Attach lint failures to PR diff view [arrow]
via GitHub
2026/02/18
Re: [I] Python / PyArrow: pyarrow.feather support for streaming files [arrow]
via GitHub
2026/02/18
Re: [I] [C++][Arrow][Parquet] Are there any plans to support decimal NaN? [arrow]
via GitHub
2026/02/18
Re: [I] [Python] Dataset sorting_columns support request [arrow]
via GitHub
2026/02/18
Re: [I] [CI][R] Add CI jobs for windows aarch64 [arrow]
via GitHub
2026/02/18
Re: [I] [Python] Add max_threads parameter to Dataset methods [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Vendor googletest [arrow]
via GitHub
2026/02/18
Re: [I] [Python] Current assertion of CPU-accessible data in Array methods is specific to CPU device type [arrow]
via GitHub
2026/02/18
Re: [I] [Python] Add bindings for additional Buffer class non-CPU methods [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Support casting between list-view and list-like types [arrow]
via GitHub
2026/02/18
Re: [I] [CI][Go][Java][JavaScript] Add new CI to ARM64-based macOS [arrow]
via GitHub
2026/02/18
Re: [I] Allow `columns` to be `logically renamed` in pyarrow dataset on fragment level [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Make the set of casts and hash kernels involving float16 consistent with other floating types [arrow]
via GitHub
2026/02/18
Re: [I] [Integration] Extend integration tests to allow implementations to handle only file or stream [arrow]
via GitHub
2026/02/18
Re: [I] Add with_value_type to ListType [arrow]
via GitHub
2026/02/18
Re: [I] Feature: Implement uint64 type inference pyarrow, for pa.Table.from_py* [arrow]
via GitHub
2026/02/18
Re: [I] [C++][Parquet] BloomFilter writer: Estimate the bloom filter quality [arrow]
via GitHub
2026/02/18
Re: [I] [C++][Parquet] Parquet Arrow: Better interface for coerce_types handling [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Implement cast suggestions for all nested types in Concatenate [arrow]
via GitHub
2026/02/18
Re: [I] [pyarrow] support for casting from python's ctypes (or directly from byte objects) [arrow]
via GitHub
2026/02/18
Re: [I] [Python] Extend PyCapsule interface with support for KeyValueMetadata object [arrow]
via GitHub
2026/02/18
Re: [I] [IPC] Concatenate array chunks while transferring Arrow arrays over the wire [arrow]
via GitHub
2026/02/18
Re: [I] Allow non-async server to cancel in-progress Flight RPC calls [arrow]
via GitHub
2026/02/18
Re: [I] [Python] Command line execution of PyArrow and submodules [arrow]
via GitHub
2026/02/18
Re: [I] [C++] IO: InputStream::Advance will always read from Stream [arrow]
via GitHub
2026/02/18
Re: [I] [Python] `pa.Table.from_pylist` support list of tuples? [arrow]
via GitHub
2026/02/18
Re: [I] [C++] How to add support for ordering in `arrow::ArrayStatistics`? [arrow]
via GitHub
2026/02/18
Re: [I] Proposal: generic streaming protocol for columnar data [arrow]
via GitHub
2026/02/18
Re: [I] [R] Speed up `nrow()` on filtered dataset [arrow]
via GitHub
2026/02/18
Re: [I] [C++][Acero] SourceNode ToString should print *something* useful [arrow]
via GitHub
2026/02/18
Re: [I] [C++][Python] Add Python wrapper for JSON canonical extension type [arrow]
via GitHub
2026/02/18
Re: [I] [Docs][HTTP] Recommend method(s) for resuming interrupted uploads? [arrow]
via GitHub
2026/02/18
Re: [I] [Python] Dedicated flavor value for `DirectoryPartitioning` [arrow]
via GitHub
2026/02/18
Re: [I] [Python] Add row indices in parquet fragment to include/exclude [arrow]
via GitHub
2026/02/18
Re: [I] [C++][Python][R] Add cpplint pre-commit checks to R and Python C++ code [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Compute: RowEncoder supports a unsafe_encoded_row to get the std::string_view for row [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Compute: RowEncoder eliminates offsets when all columns are fixed-sized [arrow]
via GitHub
2026/02/18
Re: [PR] Error handling in various places [arrow-rs]
via GitHub
2026/02/18
Re: [I] [C++][Compute] Provide date extracting functions dedicated for PostgreSQL time data type [arrow]
via GitHub
2026/02/18
Re: [I] [R] Let `na.rm` of `mean()` support removing `NaN` as in base R [arrow]
via GitHub
2026/02/18
Re: [I] [C++] DecimalRealConversion could multiply by 5 instead of 10 [arrow]
via GitHub
2026/02/18
Re: [I] [C++][Python] Allow Schema unification when concatenating RecordBatch [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Improve Decimal32 conversion from Real [arrow]
via GitHub
2026/02/18
Re: [I] [Python][Docs] Add new examples to CUDA integration docs [arrow]
via GitHub
2026/02/18
Re: [I] [Python] Missing test cases in all_array_types [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Use S3 conditional writes to avoid some explicit checks [arrow]
via GitHub
2026/02/18
Re: [I] [C++][Flight] Add support for passing pointer options down to transports [arrow]
via GitHub
2026/02/18
Re: [I] [C++][FS][Azure] Improve error handling [arrow]
via GitHub
2026/02/18
Re: [I] [Python][Parquet] Read encrypted parquet datasets via _metadata [arrow]
via GitHub
2026/02/18
Re: [I] Add support for struct type in hash_list aggregation [arrow]
via GitHub
2026/02/18
Re: [I] Improving the pa.Table.from_pylist method [arrow]
via GitHub
2026/02/18
Re: [I] `join`ing tables with ExtensionArrays [arrow]
via GitHub
2026/02/18
Re: [I] Create testing functions for PyArrow.Table comparisons like `pandas.testing.assert_frame_equals()` [arrow]
via GitHub
2026/02/18
Re: [I] [C++][CI] Add a job to exercise cross-compiling to our nightly CI [arrow]
via GitHub
2026/02/18
Re: [I] [Python] Add better error reporting for missing items on classpath for HadoopFileSystem [arrow]
via GitHub
2026/02/18
Re: [I] [GLib][FlightRPC] Test sometimes crashed [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Use of Standatrd C++ callable in Filtering Dataset [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Improve performance of sequential access of ChunkResolver [arrow]
via GitHub
2026/02/18
Re: [I] [Python] Add support for chown and chmod in HadoopFileSystem [arrow]
via GitHub
2026/02/18
Re: [I] [Integration] Add integration test case for map type with extension key and/or value [arrow]
via GitHub
2026/02/18
Re: [I] [Python] from_numpy_dtype-like mapping for Python types [arrow]
via GitHub
2026/02/18
Re: [I] [C++][Parquet] Tools: uses base64 for FLBA/Binary type min-max to avoid non-utf8 string [arrow]
via GitHub
2026/02/18
Re: [I] [C++] dictionary array transpose not handle null in kernel function `TransposeInts` [arrow]
via GitHub
2026/02/18
Re: [I] [CI] Use micromamba instead of miniforge3 [arrow]
via GitHub
2026/02/18
Re: [I] [Python] Support lists of sources and destinations on `pyarrow.fs.copy_files()` [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Minor enhance the doc and impl of DictionaryArray::Transpose [arrow]
via GitHub
2026/02/18
Re: [PR] GH-49325: [C++] Check if YMM register saving is OS enabled [arrow]
via GitHub
2026/02/18
[I] Parquet RleDecoder::get_batch_with_dict panics on oob dictionary indices [arrow-rs]
via GitHub
2026/02/18
Re: [PR] GH-36411: [Python] Use scikit-build-core as build backend for PyArrow and get rid of setup.py [arrow]
via GitHub
2026/02/18
Re: [PR] GH-36411: [Python] Use scikit-build-core as build backend for PyArrow and get rid of setup.py [arrow]
via GitHub
2026/02/18
Re: [I] [R] Disable GCS on macos [arrow]
via GitHub
2026/02/18
Re: [PR] GH-139: [Flight] Stop return null from MetadataAdapter.getAll(String) and getAllByte(String) [arrow-java]
via GitHub
2026/02/18
Re: [PR] GH-48277: [C++][Parquet] unpack with shuffle algorithm [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48277: [C++][Parquet] unpack with shuffle algorithm [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48277: [C++][Parquet] unpack with shuffle algorithm [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48277: [C++][Parquet] unpack with shuffle algorithm [arrow]
via GitHub
2026/02/18
Re: [PR] [WIP] Test rig in benchmark setups [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48277: [C++][Parquet] unpack with shuffle algorithm [arrow]
via GitHub
2026/02/18
Re: [PR] GH-49325: [C++] Check if YMM register saving is OS enabled [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48277: [C++][Parquet] unpack with shuffle algorithm [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48277: [C++][Parquet] unpack with shuffle algorithm [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48277: [C++][Parquet] unpack with shuffle algorithm [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48277: [C++][Parquet] unpack with shuffle algorithm [arrow]
via GitHub
2026/02/18
Re: [PR] GH-49325: [C++] Check if YMM register saving is OS enabled [arrow]
via GitHub
2026/02/18
Re: [PR] [WIP] Test rig in benchmark setups [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48277: [C++][Parquet] unpack with shuffle algorithm [arrow]
via GitHub
2026/02/18
Re: [PR] [WIP] Test rig in benchmark setups [arrow]
via GitHub
2026/02/18
Re: [PR] [WIP] Test rig in benchmark setups [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48277: [C++][Parquet] unpack with shuffle algorithm [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48277: [C++][Parquet] unpack with shuffle algorithm [arrow]
via GitHub
2026/02/18
Re: [PR] [WIP] Test rig in benchmark setups [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48277: [C++][Parquet] unpack with shuffle algorithm [arrow]
via GitHub
2026/02/18
Re: [PR] GH-36411: [Python] Use scikit-build-core as build backend for PyArrow and get rid of setup.py [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48277: [C++][Parquet] unpack with shuffle algorithm [arrow]
via GitHub
2026/02/18
Re: [PR] [WIP] Test rig in benchmark setups [arrow]
via GitHub
2026/02/18
Re: [PR] GH-49325: [C++] Check if YMM register saving is OS enabled [arrow]
via GitHub
2026/02/18
Re: [PR] [WIP] Test rig in benchmark setups [arrow]
via GitHub
2026/02/18
Re: [PR] GH-49029: [Doc] Run sphinx-build in parallel [arrow]
via GitHub
2026/02/18
Re: [PR] GH-36411: [Python] Use scikit-build-core as build backend for PyArrow and get rid of setup.py [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48951: [Docs] Add documentation relating to AI tooling [arrow]
via GitHub
2026/02/18
Re: [PR] GH-49325: [C++] Check if YMM register saving is OS enabled [arrow]
via GitHub
2026/02/18
Re: [PR] GH-49029: [Doc] Run sphinx-build in parallel [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48951: [Docs] Add documentation relating to AI tooling [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48277: [C++][Parquet] unpack with shuffle algorithm [arrow]
via GitHub
2026/02/18
Re: [PR] GH-49029: [Doc] Run sphinx-build in parallel [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48951: [Docs] Add documentation relating to AI tooling [arrow]
via GitHub
2026/02/18
Re: [I] [R] Disable GCS on macos [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48277: [C++][Parquet] unpack with shuffle algorithm [arrow]
via GitHub
2026/02/18
Re: [PR] GH-36411: [Python] Use scikit-build-core as build backend for PyArrow and get rid of setup.py [arrow]
via GitHub
2026/02/18
Re: [I] Add native `ListView` support for `interleave` kernel [arrow-rs]
via GitHub
2026/02/18
Re: [I] [R] CRAN packaging checklist for version 23.0.1 [arrow]
via GitHub
2026/02/18
Re: [PR] GH-36411: [Python] Use scikit-build-core as build backend for PyArrow and get rid of setup.py [arrow]
via GitHub
2026/02/18
[PR] Minimize futures dependency into relevant sub-crates [arrow-rs-object-store]
via GitHub
2026/02/18
Re: [I] [R] CRAN packaging checklist for version 23.0.1 [arrow]
via GitHub
2026/02/18
Re: [I] [C++][R] Clean up macOS C++20 partial compatibility issues [arrow]
via GitHub
2026/02/18
Re: [PR] GH-49287: [C++][R] Clean up any other C++20 partial compatibility issues [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48277: [C++][Parquet] unpack with shuffle algorithm [arrow]
via GitHub
2026/02/18
Re: [PR] GH-49325: [C++] Check if YMM register saving is OS enabled [arrow]
via GitHub
2026/02/18
Re: [PR] Check if YMM register saving is OS enabled [arrow]
via GitHub
2026/02/18
[PR] Check if YMM register saving is OS enabled [arrow]
via GitHub
2026/02/18
Re: [PR] GH-49315: [C++] Optimize Decimal128 abs; add exec-only TPC-H Q1 benchmark [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48277: [C++][Parquet] unpack with shuffle algorithm [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48277: [C++][Parquet] unpack with shuffle algorithm [arrow]
via GitHub
2026/02/18
Re: [I] [R] CRAN packaging checklist for version 23.0.1 [arrow]
via GitHub
2026/02/18
[PR] GH-49323: [R] Update NEWS.md for 23.0.1 [arrow]
via GitHub
2026/02/18
Re: [PR] GH-1007: fix: does not break class loading if direct buffer allocator is not available [arrow-java]
via GitHub
2026/02/18
Re: [I] [R] CRAN packaging checklist for version 23.0.1 [arrow]
via GitHub
2026/02/18
Re: [PR] GH-139: [Flight] Stop return null from MetadataAdapter.getAll(String) and getAllByte(String) [arrow-java]
via GitHub
2026/02/18
Re: [I] [Python] Add a PyArrow sanitizers build [arrow]
via GitHub
2026/02/18
Re: [I] [Python] Improve the pyarrow build system [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Optimize dictionary support in kernels/Support nulls in DictionaryUnifier [arrow]
via GitHub
2026/02/18
Re: [I] [C++] A more RAM-efficient top-k sink node [arrow]
via GitHub
2026/02/18
Re: [I] [C++][Parquet] Statistics::num_values() is misleading [arrow]
via GitHub
2026/02/18
Re: [I] [C++][Dataset] Add more fine-grained error for existing data to dataset writer [arrow]
via GitHub
2026/02/18
Re: [PR] MINOR: [C++] Fix compiler warnings in Clang [arrow]
via GitHub
2026/02/18
Re: [I] [C++][Dataset] Define appropriate abstractions for "fragments" that can handle compute [arrow]
via GitHub
2026/02/18
Re: [I] [C++] Improve select_k_unstable performance [arrow]
via GitHub
2026/02/18
Re: [I] [Python] Filename-based partitioning scheme [arrow]
via GitHub
2026/02/18
[PR] Add `claim` method to recordbatch for memory accounting [arrow-rs]
via GitHub
2026/02/18
Re: [PR] fix: fixed trait functions clash get_date_time_part_extract_fn (#8221) [arrow-rs]
via GitHub
2026/02/18
Re: [PR] Add xattr-based attribute support to LocalFileSystem [arrow-rs-object-store]
via GitHub
2026/02/18
Re: [PR] fix: interval MonthDayNano precision loss when reading JSON-encoded int64s [arrow-js]
via GitHub
2026/02/18
Re: [PR] fix: interval MonthDayNano precision loss when reading JSON-encoded int64s [arrow-js]
via GitHub
2026/02/18
Re: [PR] docs: document the `with_config` options [arrow-rs-object-store]
via GitHub
2026/02/18
Re: [I] Azure Fabric: Unsigned integer underflow when fetching token causes integer overflow panic [arrow-rs-object-store]
via GitHub
2026/02/18
Re: [PR] fix(azure): fix integer overflow in Fabric token expiry check [arrow-rs-object-store]
via GitHub
2026/02/18
Re: [PR] Clarify ShuffleResolver doc-comments [arrow-rs-object-store]
via GitHub
2026/02/18
Re: [PR] Clarify ShuffleResolver doc-comments [arrow-rs-object-store]
via GitHub
2026/02/18
Re: [PR] Introduce a "tokio" to allow pulling a trait-only build [arrow-rs-object-store]
via GitHub
2026/02/18
Re: [PR] Introduce a "tokio" to allow pulling a trait-only build [arrow-rs-object-store]
via GitHub
2026/02/18
Re: [PR] [parquet] Allow more encryption algorithms [arrow-rs]
via GitHub
2026/02/18
[PR] Add `append_nulls` to `MapBuilder` [arrow-rs]
via GitHub
2026/02/18
Re: [I] [Dev][CI] Email reports are not being sent due to network issues sending emails [arrow]
via GitHub
2026/02/18
Re: [PR] fix: fixed trait functions clash get_date_time_part_extract_fn (#8221) [arrow-rs]
via GitHub
2026/02/18
[I] Add `append_nulls` to `MapBuilder` [arrow-rs]
via GitHub
2026/02/18
Re: [I] [Python] Add a PyArrow sanitizers build [arrow]
via GitHub
2026/02/18
Re: [PR] fix: fixed trait functions clash get_date_time_part_extract_fn (#8221) [arrow-rs]
via GitHub
2026/02/18
Re: [I] [C++] Add systematic tests for Builder::AppendArraySlice [arrow]
via GitHub
2026/02/18
Re: [PR] GH-38184: [C++] Add systematic tests for Builder::AppendArraySlice [arrow]
via GitHub
2026/02/18
Re: [PR] GH-38184: [C++] Add systematic tests for Builder::AppendArraySlice [arrow]
via GitHub
2026/02/18
[PR] Add `append_non_nulls` to `StructBuilder` [arrow-rs]
via GitHub
2026/02/18
Re: [PR] GH-48591: [C++] Use C++20 standard functions in bit_util.h [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48591: [C++] Use C++20 standard functions in bit_util.h [arrow]
via GitHub
2026/02/18
Re: [PR] GH-48588: [C++] use std::span [arrow]
via GitHub
2026/02/18
[I] Add `append_non_nulls` to `StructBuilder` [arrow-rs]
via GitHub
2026/02/18
Re: [I] [Python] Improve the pyarrow build system [arrow]
via GitHub
Earlier messages
Later messages