Messages by Thread
-
[PR] chore: Bump coverlet.collector from 6.0.4 to 8.0.0 [arrow-dotnet]
via GitHub
-
[PR] chore(dev/release): fix announce@ mail to comply with ASF policy [arrow-adbc]
via GitHub
-
[PR] build(python): bump image used to build wheels [arrow-adbc]
via GitHub
-
[PR] build(docs): pin Sphinx < 9 for numpydoc [arrow-adbc]
via GitHub
-
Re: [I] docs: build is failing [arrow-adbc]
via GitHub
-
[PR] fix(dev/release): update how we find .NET download URL [arrow-adbc]
via GitHub
-
Re: [I] [C++][FlightRPC] Fix ODBC tests for MacOS [arrow]
via GitHub
-
Re: [I] [Python][Docs] Add code examples for compute function first/last/first_last [arrow]
via GitHub
-
[PR] feat(rust/adbc_core): derive Copy, Eq, PartialEq (#3716) [arrow-adbc]
via GitHub
-
Re: [I] rust: enums should derive Copy, Eq, PartialEq (API papercut) [arrow-adbc]
via GitHub
-
Re: [I] Consider batching calls to GC.AddMemoryPressure [arrow-dotnet]
via GitHub
-
[PR] feat(local): add fsync to LocalFileSystem for durability [arrow-rs-object-store]
via GitHub
-
Re: [I] `ListViewVector#getElementEndIndex` Returns Size not Index [arrow-java]
via GitHub
-
[PR] GH-470: [Vector] Fix ListViewVector.getElementEndIndex(index) method [arrow-java]
via GitHub
-
[I] Avoid `RowSelections` in `ReadPlanBuilder` [arrow-rs]
via GitHub
-
Re: [I] [R] Support for .keep_all = TRUE with distinct() [arrow]
via GitHub
-
Re: [PR] GH-43039: Unable to create a list of Maps with Decimal key or value [arrow]
via GitHub
-
Re: [I] [R] Add error handling to C++ compute functions listed via list_compute_functions() which don't have bindings in R or options not supplied by user [arrow]
via GitHub
-
Re: [I] [Python] Allow Table.from_pydict to specify a type mapper for extension types [arrow]
via GitHub
-
Re: [I] [Python] Update use of FunctionOptions scoped enums once Cython 3 is the default [arrow]
via GitHub
-
Re: [I] [C++] Improve performance on dictionaries for 'case_when' kernel [arrow]
via GitHub
-
Re: [I] [R] Cast of NaN to integer should return NA_integer_ [arrow]
via GitHub
-
Re: [I] [C++] parquet with invalid utf8 does not error [arrow]
via GitHub
-
Re: [I] [C++][FlightSQL][ODBC] macOS ODBC setup ini script [arrow]
via GitHub
-
[PR] [C++][ORC] Add OrcFileFragment with stripe-level subsetting [arrow]
via GitHub
-
Re: [I] [C++][ORC] Add OrcFileFragment with stripe-level subsetting [arrow]
via GitHub
-
Re: [I] [C++][CI] arrow-json-test segfaults occasionally on AMD64 Windows MinGW MINGW64 C++ job [arrow]
via GitHub
-
Re: [I] [Python] Wheel / sdist build uses docstrings generation script we don't want to distribute [arrow]
via GitHub
-
Re: [I] [Doc][C++] Document security model for Arrow C++ [arrow]
via GitHub
-
[I] Add selectivity threshold for filter pushdown [arrow-rs]
via GitHub
-
[PR] [PoC] Selectivity threshold [arrow-rs]
via GitHub
-
[PR] feat(rust/driver_manager): implement connection profiles [arrow-adbc]
via GitHub
-
[PR] per-predicate projection masks [arrow-rs]
via GitHub
-
[PR] GH-49285: [Python] Add `buffer` parameter to `RecordBatch.serialize()` [arrow]
via GitHub
-
Re: [PR] GH-44446: [C++][Python] Add mask creation helper [arrow]
via GitHub
-
Re: [I] [C++] Add profiling / tracing for exec plan [arrow]
via GitHub
-
Re: [PR] GH-43017: [C++] Make the set of casts and hash kernels involving float16 consistent with other floating types [arrow]
via GitHub
-
Re: [I] [R] Bind median() and quantile() to exact not approximate median and quantile [arrow]
via GitHub
-
Re: [I] [C++] Use cmake to build lz4 [arrow]
via GitHub
-
Re: [I] [C++] Add page skipping to parquet reading [arrow]
via GitHub
-
Re: [I] [C++][Dataset] - Dataset write to accept mask array to include/exclude rows [arrow]
via GitHub
-
Re: [I] [python] read csv with different number of columns per row [arrow]
via GitHub
-
Re: [I] [C++][Compute] Improve top_k/bottom_k Selecters via CRTP [arrow]
via GitHub
-
Re: [I] [arrow-avro] Add missing Arrow DataType support with `avro_custom_types` round-trip + non-custom fallbacks [arrow-rs]
via GitHub
-
[PR] Implement fold for iterators for better performance [arrow-rs]
via GitHub
-
[PR] feat(java/driver/jni): metadata methods, validation suite [arrow-adbc]
via GitHub
-
Re: [PR] feat(java/driver/jni): metadata methods, validation suite [arrow-adbc]
via GitHub
-
Re: [PR] feat(java/driver/jni): metadata methods, validation suite [arrow-adbc]
via GitHub
-
Re: [PR] feat(java/driver/jni): metadata methods, validation suite [arrow-adbc]
via GitHub
-
Re: [PR] feat(java/driver/jni): metadata methods, validation suite [arrow-adbc]
via GitHub
-
Re: [PR] feat(java/driver/jni): metadata methods, validation suite [arrow-adbc]
via GitHub
-
Re: [PR] feat(java/driver/jni): metadata methods, validation suite [arrow-adbc]
via GitHub
-
Re: [PR] feat(java/driver/jni): metadata methods, validation suite [arrow-adbc]
via GitHub
-
Re: [PR] feat(java/driver/jni): metadata methods, validation suite [arrow-adbc]
via GitHub
-
Re: [PR] feat(java/driver/jni): metadata methods, validation suite [arrow-adbc]
via GitHub
-
Re: [PR] feat(java/driver/jni): metadata methods, validation suite [arrow-adbc]
via GitHub
-
[PR] Add separate release & debug workflows for MacOS ODBC [arrow]
via GitHub
-
[PR] feat: Add support for Run-End Encoded arrays (REE) in Arrow .NET [arrow-dotnet]
via GitHub
-
[PR] Add `NullBuffer::try_from_unsliced` helper and refactor call sites [arrow-rs]
via GitHub
-
[PR] [Parquet] fix bss and tests on big endian [arrow-go]
via GitHub
-
[PR] [C++] Harden synthetic OOM tests for mimalloc [arrow]
via GitHub
-
Re: [PR] GH-48986: [C++][Dataset] Add ORC stripe statistics extraction foundation (1/14) [arrow]
via GitHub
-
[PR] GH-49278: [Python][Doc] Add from_numpy examples for sparse tensor constructors [arrow]
via GitHub
-
[I] Parsing decimals truncates extra digits, but casting them rounds extra digits [arrow-rs]
via GitHub
-
Re: [I] [Python][Doc] Add from_numpy examples for sparse tensor constructors [arrow]
via GitHub
-
Re: [PR] WiP - allow for cancelling queries in Arrow Flight SQL JDBC driver [arrow-java]
via GitHub
-
Re: [I] [Python][Doc] Add examples for non-dense sparse tensor constructors [arrow]
via GitHub
-
Re: [PR] fix: liberal parsing of zero scale decimals [arrow-rs]
via GitHub
-
[PR] GH-49275: [Doc] Update docs to specify disclosure of AI on mailing list messages [arrow]
via GitHub
-
[I] Expose several private functions to allow easier implemenation of `HttpService` and `HttpConnector` [arrow-rs-object-store]
via GitHub
-
Re: [I] [Doc] Update docs to specify disclosure of AI on mailing list messages [arrow]
via GitHub
-
[PR] GH-49237: [R] Deprecate Feather reader and writer [arrow]
via GitHub
-
Re: [PR] feat(memory-tracking): expose API to NullBuffer, ArrayData, and Array [arrow-rs]
via GitHub
-
Re: [PR] Parquet: prevent binary offset overflow by stopping batch early [arrow-rs]
via GitHub
-
Re: [I] Support `RunEndEncoded` arrays in `arrow-json` [arrow-rs]
via GitHub
-
Re: [I] [R] Support dplyr::filter_out() in Arrow dplyr backend [arrow]
via GitHub
-
Re: [PR] fix: implement Symbol.hasInstance for cross-library instanceof checks [arrow-js]
via GitHub
-
Re: [I] [R][CI] Get rid of unused CentOS CI job [arrow]
via GitHub
-
Re: [PR] GH-48978: [Python] test failures on pandas 3.0 for fastparquet and for zoneinfo w/o pytz [arrow]
via GitHub
-
[PR] Implement min, max, sum for run-end-encoded arrays. [arrow-rs]
via GitHub