github
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [I] [CI] Update crossbow message about private org visibility [arrow]
via GitHub
Re: [I] [C++][Parquet] Encryption: FileKeyUnwrapper remove or deprecate ctor with key_material_store [arrow]
via GitHub
Re: [I] [C++][Parquet][Python] New API to 'zip' or (vertically) 'attach' parquet metadata [arrow]
via GitHub
Re: [I] [Python] How to perform group_by on a Table on equally spaced intervals of key column specified as input [arrow]
via GitHub
Re: [I] [C++][Parquet] Revisit is_sorted flag in Parquet DictionaryPageHeader [arrow]
via GitHub
Re: [I] [C++][Python][R] Provide end-users with a way to know whether libarrow was built with any SIMD support [arrow]
via GitHub
Re: [I] [Python] Update documentation on FlightCallOptions regarding headers type [arrow]
via GitHub
Re: [I] Need a new Arrow FlightSql ODBC driver compatible with libnsl v2 [arrow]
via GitHub
Re: [I] [R] Remove the special cases we have for building on Rosetta [arrow]
via GitHub
Re: [I] [R] Default write_dataset min_rows_per_group parameter, 1L, can lead to very bad performance (time and memory) : [arrow]
via GitHub
Re: [I] [C++] Reduce allocation in Substrait serde [arrow]
via GitHub
Re: [I] [C++] Don't recursively produce nulls when appending nulls to a FixedSizeListBuilder [arrow]
via GitHub
Re: [I] [C++][Acero] Unnecessary call FromColumnMetadataVector in some scenarios during construct RowArray in swiss_join [arrow]
via GitHub
Re: [I] [C++] Improve FlattenRecursively by making it materialize fewer intermediate array values [arrow]
via GitHub
Re: [I] [C++][FS][Azure] Test CopyFile() with non account key credential [arrow]
via GitHub
Re: [I] [C++][FS][Azure] Run TestGetFileInfoGenerator() with Valgrind again [arrow]
via GitHub
Re: [I] [C++] Feature: support filter before agg for acero. [arrow]
via GitHub
Re: [I] [Python] Add a @use_cache option to pyarrow.fs.FileSystem.get_file_info() [arrow]
via GitHub
Re: [I] [CI][Packaging][Conan] Refactor CMake to remove conan_cmake_project_include.cmake [arrow]
via GitHub
Re: [I] [Python][C++] Add __FileInfo as a column option for Datasets [arrow]
via GitHub
Re: [I] [C++][Docs] Add documentation for mold and lld linkers [arrow]
via GitHub
Re: [I] [CI] Update actions/* versions in crossbow job templates [arrow]
via GitHub
Re: [I] [C++][CSV] CSV option strings_can_be_null can not support col1, col2, col3\ncol1, [arrow]
via GitHub
Re: [I] [CI] Use out-of-source build for all languages in Docker build [arrow]
via GitHub
Re: [I] [C++] A more efficient "case_when" specialization for list-view types [arrow]
via GitHub
Re: [I] [C++] Take the improvements from Take to the implementation of Filter [arrow]
via GitHub
Re: [I] [C++][Parquet] Archive parquet-cpp repository [arrow]
via GitHub
Re: [I] [Python][Docs] Document behavior of to_pandas with flat and nested timezone arrays [arrow]
via GitHub
Re: [I] [R] poor R performance for arrow_fixed_size_list types [arrow]
via GitHub
Re: [I] [Benchmarks] Revert rig-based R installation in benchmark hooks [arrow]
via GitHub
Re: [I] [Python] Wrap C++ Buffer as pyarrow CudaBuffer if device type is CUDA (`pyarrow_wrap_buffer`) [arrow]
via GitHub
Re: [I] [C++] Add Compute Kernel for Casting from list-like to string [arrow]
via GitHub
Re: [I] [C++] Add Compute Kernel for Casting from null to types [arrow]
via GitHub
Re: [I] [C++] bit_util: Remove the pre-computed `kBitmask` table ? [arrow]
via GitHub
Re: [I] Add option to disable exact matches optional in join_asof [arrow]
via GitHub
Re: [I] [C++] Add Compute Kernel for Casting from struct to string [arrow]
via GitHub
Re: [I] [C++] [Python] Add functionality of `STSProfileCredentialsProvider` to default credentials chain for `S3FileSystem` [arrow]
via GitHub
Re: [I] [C++] Add Compute Kernel for Casting from union to string [arrow]
via GitHub
Re: [I] [C++] Add support for nested types in StringFormatter [arrow]
via GitHub
Re: [I] [C++][Parquet][Benchmark] Adding benchmarking for reading Statistics [arrow]
via GitHub
Re: [I] [C++] Asof-joins inefficiently copy the left hand side [arrow]
via GitHub
Re: [I] [C#] Add initial GObject based Dataset library [arrow]
via GitHub
Re: [I] [C++] fine-grained span for hash join node [arrow]
via GitHub
Re: [I] [CI][Python] Enable pycodestyle check for Cython related files [arrow]
via GitHub
Re: [I] [Python][Docs] `RecordBatch.from_pydict()` and `RecordBatch.from_pylist()` example code references `pa.Table` instead of `pa.RecordBatch` [arrow]
via GitHub
Re: [I] [Python] failed to concat_tables with nested struct [arrow]
via GitHub
Re: [I] Function 'add_checked' has no kernel matching input types (bool, bool) [arrow]
via GitHub
Re: [I] pyarrow.parquet.write_table compression arg expects a column name suffix sometimes [arrow]
via GitHub
Re: [I] [Python][Docs] Improve cross-references on pyarrow write_to_dataset docs [arrow]
via GitHub
Re: [I] [C++] Rename the fixed-width concept from fixed_width_internal.h to "generalized fixed-width" [arrow]
via GitHub
Re: [I] Add a metadata object to pyarrow.RecordBatchReader [arrow]
via GitHub
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
Re: [I] [Python] Conversion to/from numpy 2.0+ new StringDType [arrow]
via GitHub
Re: [I] [Python] Conversion to/from numpy 2.0+ new StringDType [arrow]
via GitHub
Re: [I] [Python] Conversion to/from numpy 2.0+ new StringDType [arrow]
via GitHub
Re: [I] [Python] Conversion to/from numpy 2.0+ new StringDType [arrow]
via GitHub
Re: [I] [Python] Provide a way to specify the maximum chunk size to `pyarrow.flight.RecordBatchStream` [arrow]
via GitHub
Re: [I] [C++] Add more efficient kernels for list_slice when input and output are list-views [arrow]
via GitHub
Re: [I] [C++] Don't use VisitTypeInline in DictionaryArray::Compact() [arrow]
via GitHub
Re: [I] [C++] Equals method on CudaBuffer [arrow]
via GitHub
Re: [I] [C++] Copy with compaction to a different device [arrow]
via GitHub
Re: [I] [CI] Attach lint failures to PR diff view [arrow]
via GitHub
Re: [I] Python / PyArrow: pyarrow.feather support for streaming files [arrow]
via GitHub
Re: [I] [C++][Arrow][Parquet] Are there any plans to support decimal NaN? [arrow]
via GitHub
Re: [I] [Python] Dataset sorting_columns support request [arrow]
via GitHub
Re: [I] [CI][R] Add CI jobs for windows aarch64 [arrow]
via GitHub
Re: [I] [Python] Add max_threads parameter to Dataset methods [arrow]
via GitHub
Re: [I] [C++] Vendor googletest [arrow]
via GitHub
Re: [I] [Python] Current assertion of CPU-accessible data in Array methods is specific to CPU device type [arrow]
via GitHub
Re: [I] [Python] Add bindings for additional Buffer class non-CPU methods [arrow]
via GitHub
Re: [I] [C++] Support casting between list-view and list-like types [arrow]
via GitHub
Re: [I] [CI][Go][Java][JavaScript] Add new CI to ARM64-based macOS [arrow]
via GitHub
Re: [I] Allow `columns` to be `logically renamed` in pyarrow dataset on fragment level [arrow]
via GitHub
Re: [I] [C++] Make the set of casts and hash kernels involving float16 consistent with other floating types [arrow]
via GitHub
Re: [I] [Integration] Extend integration tests to allow implementations to handle only file or stream [arrow]
via GitHub
Re: [I] Add with_value_type to ListType [arrow]
via GitHub
Re: [I] Feature: Implement uint64 type inference pyarrow, for pa.Table.from_py* [arrow]
via GitHub
Re: [I] [C++][Parquet] BloomFilter writer: Estimate the bloom filter quality [arrow]
via GitHub
Re: [I] [C++][Parquet] Parquet Arrow: Better interface for coerce_types handling [arrow]
via GitHub
Re: [I] [C++] Implement cast suggestions for all nested types in Concatenate [arrow]
via GitHub
Re: [I] [pyarrow] support for casting from python's ctypes (or directly from byte objects) [arrow]
via GitHub
Re: [I] [Python] Extend PyCapsule interface with support for KeyValueMetadata object [arrow]
via GitHub
Re: [I] [IPC] Concatenate array chunks while transferring Arrow arrays over the wire [arrow]
via GitHub
Re: [I] Allow non-async server to cancel in-progress Flight RPC calls [arrow]
via GitHub
Re: [I] [Python] Command line execution of PyArrow and submodules [arrow]
via GitHub
Re: [I] [C++] IO: InputStream::Advance will always read from Stream [arrow]
via GitHub
Re: [I] [Python] `pa.Table.from_pylist` support list of tuples? [arrow]
via GitHub
Re: [I] [C++] How to add support for ordering in `arrow::ArrayStatistics`? [arrow]
via GitHub
Re: [I] Proposal: generic streaming protocol for columnar data [arrow]
via GitHub
Re: [I] [R] Speed up `nrow()` on filtered dataset [arrow]
via GitHub
Re: [I] [C++][Acero] SourceNode ToString should print *something* useful [arrow]
via GitHub
Re: [I] [C++][Python] Add Python wrapper for JSON canonical extension type [arrow]
via GitHub
Re: [I] [Docs][HTTP] Recommend method(s) for resuming interrupted uploads? [arrow]
via GitHub
Re: [I] [Python] Dedicated flavor value for `DirectoryPartitioning` [arrow]
via GitHub
Re: [I] [Python] Add row indices in parquet fragment to include/exclude [arrow]
via GitHub
Re: [I] [C++][Python][R] Add cpplint pre-commit checks to R and Python C++ code [arrow]
via GitHub
Re: [I] [C++] Compute: RowEncoder supports a unsafe_encoded_row to get the std::string_view for row [arrow]
via GitHub
Re: [I] [C++] Compute: RowEncoder eliminates offsets when all columns are fixed-sized [arrow]
via GitHub
Re: [I] [C++][Compute] Provide date extracting functions dedicated for PostgreSQL time data type [arrow]
via GitHub
Re: [I] [R] Let `na.rm` of `mean()` support removing `NaN` as in base R [arrow]
via GitHub
Re: [I] [C++] DecimalRealConversion could multiply by 5 instead of 10 [arrow]
via GitHub
Re: [I] [C++][Python] Allow Schema unification when concatenating RecordBatch [arrow]
via GitHub
Re: [I] [C++] Improve Decimal32 conversion from Real [arrow]
via GitHub
Re: [I] [Python][Docs] Add new examples to CUDA integration docs [arrow]
via GitHub
Re: [I] [Python] Missing test cases in all_array_types [arrow]
via GitHub
Re: [I] [C++] Use S3 conditional writes to avoid some explicit checks [arrow]
via GitHub
Re: [I] [C++][Flight] Add support for passing pointer options down to transports [arrow]
via GitHub
Re: [I] [C++][FS][Azure] Improve error handling [arrow]
via GitHub
Re: [I] [Python][Parquet] Read encrypted parquet datasets via _metadata [arrow]
via GitHub
Re: [I] Add support for struct type in hash_list aggregation [arrow]
via GitHub
Re: [I] Improving the pa.Table.from_pylist method [arrow]
via GitHub
Re: [I] `join`ing tables with ExtensionArrays [arrow]
via GitHub
Re: [I] Create testing functions for PyArrow.Table comparisons like `pandas.testing.assert_frame_equals()` [arrow]
via GitHub
Re: [I] [C++][CI] Add a job to exercise cross-compiling to our nightly CI [arrow]
via GitHub
Re: [I] [Python] Add better error reporting for missing items on classpath for HadoopFileSystem [arrow]
via GitHub
Re: [I] [GLib][FlightRPC] Test sometimes crashed [arrow]
via GitHub
Re: [I] [C++] Use of Standatrd C++ callable in Filtering Dataset [arrow]
via GitHub
Re: [I] [C++] Improve performance of sequential access of ChunkResolver [arrow]
via GitHub
Re: [I] [Python] Add support for chown and chmod in HadoopFileSystem [arrow]
via GitHub
Re: [I] [Integration] Add integration test case for map type with extension key and/or value [arrow]
via GitHub
Re: [I] [Python] from_numpy_dtype-like mapping for Python types [arrow]
via GitHub
Re: [I] [C++][Parquet] Tools: uses base64 for FLBA/Binary type min-max to avoid non-utf8 string [arrow]
via GitHub
Re: [I] [C++] dictionary array transpose not handle null in kernel function `TransposeInts` [arrow]
via GitHub
Re: [I] [CI] Use micromamba instead of miniforge3 [arrow]
via GitHub
Re: [I] [Python] Support lists of sources and destinations on `pyarrow.fs.copy_files()` [arrow]
via GitHub
Re: [I] [C++] Minor enhance the doc and impl of DictionaryArray::Transpose [arrow]
via GitHub
[I] Parquet RleDecoder::get_batch_with_dict panics on oob dictionary indices [arrow-rs]
via GitHub
Re: [PR] [WIP] Test rig in benchmark setups [arrow]
via GitHub
Re: [PR] [WIP] Test rig in benchmark setups [arrow]
via GitHub
Re: [PR] [WIP] Test rig in benchmark setups [arrow]
via GitHub
Re: [PR] [WIP] Test rig in benchmark setups [arrow]
via GitHub
Re: [PR] [WIP] Test rig in benchmark setups [arrow]
via GitHub
Re: [PR] [WIP] Test rig in benchmark setups [arrow]
via GitHub
Re: [PR] [WIP] Test rig in benchmark setups [arrow]
via GitHub
Re: [PR] GH-49029: [Doc] Run sphinx-build in parallel [arrow]
via GitHub
Re: [PR] GH-49029: [Doc] Run sphinx-build in parallel [arrow]
via GitHub
Re: [PR] GH-49029: [Doc] Run sphinx-build in parallel [arrow]
via GitHub
Re: [PR] GH-48951: [Docs] Add documentation relating to AI tooling [arrow]
via GitHub
Re: [PR] GH-48951: [Docs] Add documentation relating to AI tooling [arrow]
via GitHub
Re: [PR] GH-48951: [Docs] Add documentation relating to AI tooling [arrow]
via GitHub
Re: [I] [R] Disable GCS on macos [arrow]
via GitHub
Re: [I] [R] Disable GCS on macos [arrow]
via GitHub
[PR] Minimize futures dependency into relevant sub-crates [arrow-rs-object-store]
via GitHub
Re: [PR] Minimize futures dependency into relevant sub-crates [arrow-rs-object-store]
via GitHub
Re: [PR] Minimize futures dependency into relevant sub-crates [arrow-rs-object-store]
via GitHub
Re: [I] [C++][R] Clean up macOS C++20 partial compatibility issues [arrow]
via GitHub
[PR] Check if YMM register saving is OS enabled [arrow]
via GitHub
Re: [PR] Check if YMM register saving is OS enabled [arrow]
via GitHub
Re: [PR] GH-49325: [C++] Check if YMM register saving is OS enabled [arrow]
via GitHub
Re: [PR] GH-49325: [C++] Check if YMM register saving is OS enabled [arrow]
via GitHub
Re: [PR] GH-49325: [C++] Check if YMM register saving is OS enabled [arrow]
via GitHub
Re: [PR] GH-49325: [C++] Check if YMM register saving is OS enabled [arrow]
via GitHub
Re: [PR] GH-49325: [C++] Check if YMM register saving is OS enabled [arrow]
via GitHub
Re: [PR] GH-49325: [C++] Check if YMM register saving is OS enabled [arrow]
via GitHub
Re: [PR] GH-49325: [C++] Check if YMM register saving is OS enabled [arrow]
via GitHub
Re: [PR] GH-49325: [C++] Check if YMM register saving is OS enabled [arrow]
via GitHub
Re: [PR] GH-49325: [C++] Check if YMM register saving is OS enabled [arrow]
via GitHub
Re: [PR] GH-49325: [C++] Check if YMM register saving is OS enabled [arrow]
via GitHub
Re: [PR] GH-49325: [C++] Check if YMM register saving is OS enabled [arrow]
via GitHub
[PR] GH-49323: [R] Update NEWS.md for 23.0.1 [arrow]
via GitHub
Re: [PR] GH-49323: [R] Update NEWS.md for 23.0.1 [arrow]
via GitHub
Re: [PR] GH-49323: [R] Update NEWS.md for 23.0.1 [arrow]
via GitHub
Re: [I] [R] CRAN packaging checklist for version 23.0.1 [arrow]
via GitHub
Re: [I] [R] CRAN packaging checklist for version 23.0.1 [arrow]
via GitHub
Re: [I] [R] CRAN packaging checklist for version 23.0.1 [arrow]
via GitHub
Re: [I] [R] CRAN packaging checklist for version 23.0.1 [arrow]
via GitHub
Re: [I] [R] CRAN packaging checklist for version 23.0.1 [arrow]
via GitHub
Re: [I] [R] CRAN packaging checklist for version 23.0.1 [arrow]
via GitHub
Re: [I] [C++] Optimize dictionary support in kernels/Support nulls in DictionaryUnifier [arrow]
via GitHub
Re: [I] [C++] A more RAM-efficient top-k sink node [arrow]
via GitHub
Re: [I] [C++][Parquet] Statistics::num_values() is misleading [arrow]
via GitHub
Re: [I] [C++][Dataset] Add more fine-grained error for existing data to dataset writer [arrow]
via GitHub
Re: [PR] MINOR: [C++] Fix compiler warnings in Clang [arrow]
via GitHub
Re: [I] [C++][Dataset] Define appropriate abstractions for "fragments" that can handle compute [arrow]
via GitHub
Re: [I] [C++] Improve select_k_unstable performance [arrow]
via GitHub
Re: [I] [Python] Filename-based partitioning scheme [arrow]
via GitHub
[PR] Add `claim` method to recordbatch for memory accounting [arrow-rs]
via GitHub
[PR] Add `append_nulls` to `MapBuilder` [arrow-rs]
via GitHub
Re: [PR] Add `append_nulls` to `MapBuilder` [arrow-rs]
via GitHub
Re: [PR] Add `append_nulls` to `MapBuilder` [arrow-rs]
via GitHub
Re: [PR] Add `append_nulls` to `MapBuilder` [arrow-rs]
via GitHub
Re: [PR] Add `append_nulls` to `MapBuilder` [arrow-rs]
via GitHub
[I] Add `append_nulls` to `MapBuilder` [arrow-rs]
via GitHub
Re: [I] [Python] Add a PyArrow sanitizers build [arrow]
via GitHub
Re: [I] [Python] Add a PyArrow sanitizers build [arrow]
via GitHub
Re: [I] [C++] Add systematic tests for Builder::AppendArraySlice [arrow]
via GitHub
[PR] Add `append_non_nulls` to `StructBuilder` [arrow-rs]
via GitHub
Re: [PR] Add `append_non_nulls` to `StructBuilder` [arrow-rs]
via GitHub
Re: [PR] Add `append_non_nulls` to `StructBuilder` [arrow-rs]
via GitHub
Re: [PR] Add `append_non_nulls` to `StructBuilder` [arrow-rs]
via GitHub
Re: [PR] Add `append_non_nulls` to `StructBuilder` [arrow-rs]
via GitHub
Re: [PR] GH-48591: [C++] Use C++20 standard functions in bit_util.h [arrow]
via GitHub
Re: [PR] GH-48591: [C++] Use C++20 standard functions in bit_util.h [arrow]
via GitHub
Re: [PR] GH-48588: [C++] use std::span [arrow]
via GitHub
[I] Add `append_non_nulls` to `StructBuilder` [arrow-rs]
via GitHub
[PR] Avoid allocating a `Vec` in `StructBuilder` [arrow-rs]
via GitHub
Re: [PR] Avoid allocating a `Vec` in `StructBuilder` [arrow-rs]
via GitHub
Re: [PR] Avoid allocating a `Vec` in `StructBuilder` [arrow-rs]
via GitHub
[I] Avoid allocating a `Vec` in `StructBuilder` [arrow-rs]
via GitHub
Re: [I] Avoid allocating a `Vec` in `StructBuilder` [arrow-rs]
via GitHub
Earlier messages
Later messages