Messages by Thread
-
Re: [I] [C++] arrow::util::base64_decode silently truncates on invalid characters instead of reporting an error [arrow]
via GitHub
-
Re: [PR] [Python] Configure pre-commit hook to run `ruff` on `archery` and other developer tools [arrow]
via GitHub
-
Re: [I] [C++][Python][FileSystem] Make directory paths returned uniform [arrow]
via GitHub
-
Re: [I] [R][Python] Roundtrip ChunkedArray with ExtensionType drops type [arrow]
via GitHub
-
Re: [I] [C++][Docs] Add note about automatic suffix addition for zstd [arrow]
via GitHub
-
Re: [I] [C++] Add backpressure to aggregate node [arrow]
via GitHub
-
Re: [I] [Doc] Document backpressure for the C++ streaming exec plan [arrow]
via GitHub
-
Re: [I] [C++] If an I/O error is encountered while the dataset writer is applying backpressure there could be deadlock in rare (artifical?) situations [arrow]
via GitHub
-
Re: [I] [C++] OneShotFragment ignoring batch readahead & batch size [arrow]
via GitHub
-
[PR] fix(rust/driver_manager): use platform library filenames in search paths [arrow-adbc]
via GitHub
-
Re: [I] [MATLAB][CI] MATLAB workflow failing due to action permission error [arrow]
via GitHub
-
[PR] ci: set npm packages to public after publish [arrow-adbc]
via GitHub
-
Re: [PR] GH-43695: [C++][Parquet] flatbuffers metadata integration [arrow]
via GitHub
-
[PR] perf(parquet/internal/encoding): vectorize amd64 bool unpack [arrow-go]
via GitHub
-
Re: [PR] feat(csharp): add PII redaction in tracing, by default [arrow-adbc]
via GitHub
-
[PR] GH-49609: [CI][R] AMD64 Windows R release fails with IOError: Bucket 'ursa-labs-r-test' not found [arrow]
via GitHub
-
[PR] ci: fix tinygo build with maphash [arrow-go]
via GitHub
-
[PR] feat(arrow/flight): Add is_update field to ActionCreatePreparedStatementResult [arrow-go]
via GitHub
-
[PR] ci: fix mingw GO_VERSION [arrow-go]
via GitHub
-
[PR] build(deps): update md-5 requirement from 0.10.6 to 0.11.0 [arrow-rs-object-store]
via GitHub
-
[PR] perf(parquet): vectorize ARM64 NEON bool unpacking for ~4x throughput [arrow-go]
via GitHub
-
Re: [I] [Archery] Avoid relying on internal setuptools_scm API [arrow]
via GitHub
-
Re: [I] [CI][R] AMD64 Windows R release fails with IOError: Bucket 'ursa-labs-r-test' not found [arrow]
via GitHub
-
Re: [I] [C++][Parquet] Add support for encrypted Bloom filters [arrow]
via GitHub
-
[PR] GH-48712: [R] "Invalid metadata$r" warning [arrow]
via GitHub
-
Re: [PR] add nested nullable field support for CachedArrayReader [arrow-rs]
via GitHub
-
Re: [I] [Python] Extract partition list from pyarrow.dataset.ParquetFileFragment object [arrow]
via GitHub
-
[PR] perf(parquet): eliminate per-value allocation in delta bit-pack decoder [arrow-go]
via GitHub
-
[PR] feat(arrow/memory): experimenting with addcleanup [arrow-go]
via GitHub
-
Re: [PR] [Parquet] Add SIMD-accelerated byte-stream-split decoding [arrow-go]
via GitHub
-
Re: [I] [R] Error message caused by reading sparsely populated data is misleading [arrow]
via GitHub
-
Re: [I] [C++][Parquet] Add configure to limit the row group size [arrow]
via GitHub
-
Re: [I] [R] Implement dplyr's when_any() and when_all() helpers [arrow]
via GitHub
-
Re: [I] [R] $columns on Table and RB should be named [arrow]
via GitHub
-
Re: [I] [C++] Add backpressure to hash-join node [arrow]
via GitHub
-
Re: [I] [Python] Scalar constructors should be callable [arrow]
via GitHub
-
Re: [I] [C++] Add hash-join support for large-offset types (e.g. large_string) and dictionary encoded types to the new hash-join impl [arrow]
via GitHub
-
Re: [I] [C++][Python] IPC failure for dictionary with extension type with struct storage type [arrow]
via GitHub
-
Re: [I] [Python] Make Table.cast(schema) more flexible regarding order of fields / missing fields? [arrow]
via GitHub
-
Re: [I] [Archery] Make cpp argument list keyword only [arrow]
via GitHub
-
Re: [I] [Python] Expose RecordBatchFileReader::CountRows in Python [arrow]
via GitHub
-
[PR] feat[arrow-ord]: suppport REE comparisons [arrow-rs]
via GitHub
-
[I] Support RunEndEncoded arrays in comparison kernels (eq, lt, etc.) [arrow-rs]
via GitHub
-
Re: [I] [Python] Change the behaviour of __eq__ [arrow]
via GitHub
-
Re: [I] [Python] Newly added & / | operators should work on boolean arrays/scalars [arrow]
via GitHub
-
Re: [I] Inspecting cmake presets options not available in cmake 4.x [arrow]
via GitHub
-
Re: [I] [Python] Support arithmetic on arrays and scalars [arrow]
via GitHub
-
Re: [PR] GH-32007: [Python] Support arithmetic on arrays and scalars [arrow]
via GitHub
-
[PR] GH-49601: [C++] Update bundled AWS SDK C++ for C23 [arrow]
via GitHub
-
Re: [I] c/driver/postgresql: remove Redshift support [arrow-adbc]
via GitHub
-
[PR] GH-49537: [C++][FlightRPC] Windows CI to Support ODBC DLL & MSI Signing [arrow]
via GitHub
-
Re: [I] [C++][FlightRPC][ODBC] Add CI steps to support Windows DLL and MSI signing [arrow]
via GitHub
-
[PR] GH-49392: [C++][Compute] Fix fixed-width gather byte offset overflow in list filtering [arrow]
via GitHub
-
Re: [PR] GH-47376: [C++][Compute] Support selective execution for kernels [arrow]
via GitHub
-
Re: [I] Support `ListView` in arrow-json [arrow-rs]
via GitHub
-
Re: [I] Migrate Go drivers to adbc-drivers contrib org (bigquery, databricks, snowflake) [arrow-adbc]
via GitHub
-
[PR] [PoC]: Yet another implementation of PARQUET-2249: Introduce IEEE 754 total order [arrow-rs]
via GitHub
-
Re: [I] [Docs] Update docs to match main site and link to other repos [arrow]
via GitHub
-
Re: [I] [R] Add tests for duplicate column names and incompatible types in joins [arrow]
via GitHub
-
Re: [I] [Format][Flight] Extend Location URI semantics [arrow]
via GitHub
-
Re: [I] [C++][CI] Resolve ubuntu clang failure with parquet fuzzing [arrow]
via GitHub
-
Re: [PR] ARROW-17026: [C++] Add RLE benchmarks [arrow]
via GitHub
-
Re: [PR] GH-35806: [R] Improve error message for null type inference with sparse CSV data [arrow]
via GitHub
-
Re: [PR] GH-22232: [C++][Python] Introduce optional default_column_type parameter [arrow]
via GitHub
-
Re: [I] [C++][Python] Filtering corrupts data in column containing a list array [arrow]
via GitHub
-
Re: [I] Filtering corrupts data in column containing an array [arrow]
via GitHub
-
[PR] ci: fix gemfury page kind key [arrow-adbc]
via GitHub
-
[PR] chore(deps): update sha2 requirement from 0.10 to 0.11 [arrow-rs]
via GitHub
-
Re: [I] [Python] Pandas is deprecating dataframe interchange protocol [arrow]
via GitHub
-
Re: [I] [CI][Packaging] ubuntu-resolute Linux fail building aws-lc [arrow]
via GitHub
-
Re: [I] Single chunk ChunkedArray doesn't correctly respect copy in __array__method [arrow]
via GitHub
-
Re: [I] [C++][FlightRPC] Don't use ExecutionError in Flight SQL [arrow]
via GitHub
-
Re: [I] [C++][Docs] Provide more complete linking/CMake project example [arrow]
via GitHub
-
Re: [I] [C++] IPC listener interface should allow receiving custom_metadata [arrow]
via GitHub
-
Re: [I] [R] Expose FileSystemDatasetWriteOptions [arrow]
via GitHub
-
Re: [I] [Doc] Document parallelism of file readers [arrow]
via GitHub
-
Re: [I] [Python] Allow to create field reference to nested fields that use indices [arrow]
via GitHub
-
Re: [I] [C++] cast when reasonable for join keys [arrow]
via GitHub
-
Re: [I] [Python] Add a PyArrow sanitizers build [arrow]
via GitHub
-
[PR] Expose option to set line terminator for CSV writer [arrow-rs]
via GitHub
-
[PR] GH-48590: [C++] Migrate SFINAE enable_if patterns to C++20 concepts [arrow]
via GitHub
-
[PR] chore: bump picomatch from 2.3.1 to 2.3.2 [arrow-js]
via GitHub
-
[PR] chore: regenerate LICENSE.txt [arrow-adbc]
via GitHub
-
[PR] DO NOT MERGE: do we really need msbuild? [arrow-adbc]
via GitHub
-
[PR] build(python/adbc_driver_sqlite): enable optional features [arrow-adbc]
via GitHub
-
[PR] chore: pin docker/login-action for ASF allowlist [arrow-go]
via GitHub
-
[PR] build: increase manylinux requirement to 2_28 from 2014 [arrow-adbc]
via GitHub
-
[PR] [Json] Add json reader benchmarks for Map and REE [arrow-rs]
via GitHub
-
[PR] fix(pqarrow): return an error on pqarrow write calls if the writer is already closed [arrow-go]
via GitHub
-
Re: [I] Initial connection to postgres very slow when number of OIDs is large [arrow-adbc]
via GitHub
-
[PR] ci: delete existing npm versions before nightly Gemfury upload [arrow-adbc]
via GitHub
-
Re: [I] [C++][FlightRPC][ODBC] Unexpected dependency `libunwind` in macOS Intel CI [arrow]
via GitHub
-
Re: [I] [Python] Enhance pyarrow.compute to Support Broadcasting Similar to numpy [arrow]
via GitHub
-
Re: [I] [R] creating arrow supported expressions [arrow]
via GitHub
-
Re: [I] [pqarrow] pqarrow.FileWriter.WriteBuffered returns "unknown error type: interface conversion: interface is nil, not encoding.Encoder[int64]" [arrow-go]
via GitHub
-
Re: [I] [R] Package Error: package arrow/libs/arrow.so: undefined symbol: _ZN5arrow7dataset14JsonFileFormatC1Ev [arrow]
via GitHub
-
Re: [I] [R] `case_when` fails when `if_else` succeeds [arrow]
via GitHub
-
Re: [I] [R][CI] Add libuv-dev to CI jobs due to update to fs package [arrow]
via GitHub
-
Re: [I] [R][CI] r-binary-packages crossbow job fails for CRAN patch releases [arrow]
via GitHub
-
Re: [PR] Implements Sum,sum_checked,min,max,is Distict,inverse for REE. [arrow-rs]
via GitHub
-
Re: [PR] Implement String functions for REE [arrow-rs]
via GitHub
-
Re: [PR] GH-49002: [Python] Fix array.to_pandas string type conversion for arrays with None [arrow]
via GitHub