Messages by Date
-
2026/09/01
Re: [PR] chore(deps): bump the all-other-cargo-deps group with 7 updates [datafusion]
via GitHub
-
2026/09/01
Re: [PR] chore(deps): bump taiki-e/install-action from 2.86.5 to 2.87.1 [datafusion]
via GitHub
-
2026/09/01
Re: [PR] chore(deps): bump the codeql-actions group across 1 directory with 2 updates [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: preserve projection metadata during optimization [datafusion]
via GitHub
-
2026/09/01
Re: [PR] chore(deps-dev): bump browserslist from 4.28.1 to 4.28.8 in /datafusion/wasmtest/datafusion-wasm-app [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: preserve projection metadata during optimization [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: preserve projection metadata during optimization [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat: implement native Iceberg V2 writer via iceberg-rust [datafusion-comet]
via GitHub
-
2026/09/01
Re: [I] Fix join correctness issue [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat(physical-plan): Make `HashTableLookupExpr` serializable [datafusion]
via GitHub
-
2026/09/01
[PR] minor: reenable markjoin test [datafusion]
via GitHub
-
2026/09/01
[I] CometColumnarToRowBenchmark measures Spark in all three arms [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] refactor: separate aggregate group completion from input ordering [datafusion]
via GitHub
-
2026/09/01
Re: [I] Fix join correctness issue [datafusion]
via GitHub
-
2026/09/01
Re: [I] make HashTableLookupExpr serializable [datafusion]
via GitHub
-
2026/09/01
[PR] chore: consolidate shared manifest metadata into the workspace [datafusion-ballista]
via GitHub
-
2026/09/01
Re: [PR] fix: report native shuffle write metrics accurately [datafusion-comet]
via GitHub
-
2026/09/01
[PR] chore(deps-dev): bump browserslist from 4.28.1 to 4.28.8 in /datafusion/wasmtest/datafusion-wasm-app [datafusion]
via GitHub
-
2026/09/01
Re: [PR] perf: reuse per-partition scratch in the shuffle write path [datafusion-comet]
via GitHub
-
2026/09/01
[PR] fix: stop pre-allocating and undercounting a hash table per COUNT(DISTINCT) group [datafusion]
via GitHub
-
2026/09/01
Re: [I] Cast expressions cannot distinguish inherited metadata from an explicitly empty target [datafusion]
via GitHub
-
2026/09/01
Re: [I] Propagation of metadata through casts can strips extension type from the destination field and can result in invalid extension types [datafusion]
via GitHub
-
2026/09/01
Re: [PR] Align metadata propagation through Physical and Logical casts [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: charge retained scratch indices capacity in GroupsAccumulatorAdapter [datafusion]
via GitHub
-
2026/09/01
[PR] ci: share one cluster harness across the tpch, tpcds and h2o jobs [datafusion-ballista]
via GitHub
-
2026/09/01
Re: [PR] feat: implement native Iceberg V2 writer via iceberg-rust [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] Align metadata propagation through Physical and Logical casts [datafusion]
via GitHub
-
2026/09/01
[I] `CASE` expressions drop field metadata, silently stripping Arrow extension types and breaking metadata-aware UDFs [datafusion]
via GitHub
-
2026/09/01
[PR] chore(deps): bump substrait from 0.63.0 to 0.65.0 [datafusion]
via GitHub
-
2026/09/01
Re: [I] Release DataFusion `55.1.0` (minor/patch) Release (Sep 2026) [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: stop pre-allocating and undercounting a hash table per COUNT(DISTINCT) group [datafusion]
via GitHub
-
2026/09/01
Re: [PR] Make extension codecs composable [datafusion-python]
via GitHub
-
2026/09/01
Re: [PR] fix: make Iceberg delete-file reflection failures fatal [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] fix: make Iceberg delete-file reflection failures fatal [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] fix: make Iceberg delete-file reflection failures fatal [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] Allow a non-distinct count alongside the single distinct aggregate in SingleDistinctToGroupBy [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat(dataframe): improve DataFrame::from_columns input types (#24630) [datafusion]
via GitHub
-
2026/09/01
[PR] fix: charge retained scratch indices capacity in GroupsAccumulatorAdapter [datafusion]
via GitHub
-
2026/09/01
[PR] Allow a non-distinct count alongside the single distinct aggregate in SingleDistinctToGroupBy [datafusion]
via GitHub
-
2026/09/01
[PR] chore(deps): drop unused md-5, move insta to dev-deps [datafusion-ballista]
via GitHub
-
2026/09/01
[PR] fix: scope Celeborn bootstrap hooks to Comet clients [datafusion-comet]
via GitHub
-
2026/09/01
Re: [I] make HashTableLookupExpr serializable [datafusion]
via GitHub
-
2026/09/01
[PR] feat: experimental zero-copy row views for writes of complex-typed data [datafusion-comet]
via GitHub
-
2026/09/01
Re: [I] Release DataFusion `55.1.0` (minor/patch) Release (Sep 2026) [datafusion]
via GitHub
-
2026/09/01
[I] Feed Spark's write path zero-copy row views instead of materializing UnsafeRow [datafusion-comet]
via GitHub
-
2026/09/01
[PR] fix: skip codegen dispatcher null short-circuit when a foldable subtree can raise [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] fix: make CometDiskBlockWriter spill registry per-task instead of executor-global [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] feat: extend SLT tests for hash join vs PWMJ, hash join vs SMJ [datafusion]
via GitHub
-
2026/09/01
Re: [I] Create a combined correctness join SLT tests [datafusion]
via GitHub
-
2026/09/01
[PR] fix: preserve container field metadata in Int96Coercer [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat: extend SLT tests for hash join vs PWMJ, hash join vs SMJ [datafusion]
via GitHub
-
2026/09/01
[PR] chore: add benches datetime [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] feat: implement native Iceberg V2 writer via iceberg-rust [datafusion-comet]
via GitHub
-
2026/09/01
Re: [I] `Int96Coercer` drops the metadata of struct, list and map fields. [datafusion]
via GitHub
-
2026/09/01
Re: [PR] refactor(hash-aggr): Let partial-reduce mode aggregation early emit when OOM [datafusion]
via GitHub
-
2026/09/01
[PR] Abs codegen [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] fix(ci): resolve datafusion.proto from datafusion-proto-models [datafusion-ballista]
via GitHub
-
2026/09/01
Re: [PR] feat: implement native Iceberg V2 writer via iceberg-rust [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] feat(physical-plan): `GroupColumn` support for `List` / `LargeList` [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat(physical-plan): `GroupColumn` support for `List` / `LargeList` [datafusion]
via GitHub
-
2026/09/01
Re: [I] lower_enabled.sql and upper_enabled.sql set a no-op config and never test the native path [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] feat(physical-plan): `GroupColumn` support for `List` / `LargeList` [datafusion]
via GitHub
-
2026/09/01
[PR] docs: add comet meeting link [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] feat: add native spark_sequence kernel for integral element types [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] feat: support S3 compliant filesystems [datafusion-comet]
via GitHub
-
2026/09/01
[PR] test: enable native path in lower/upper_enabled sql fixtures [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] feat(physical-plan): `GroupColumn` support for `List` / `LargeList` [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat(physical-plan): `GroupColumn` support for `List` / `LargeList` [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat: add native Delta Lake scan contrib module (page/row-group pruning) [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] feat(physical-plan): `GroupColumn` support for `List` / `LargeList` [datafusion]
via GitHub
-
2026/09/01
[I] Native Iceberg write: clean up task-attempt data files on task failure [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] fix: preserve null semantics in expression simplification [datafusion]
via GitHub
-
2026/09/01
Re: [PR] test: add regression coverage for terminal hash aggregate drain [datafusion]
via GitHub
-
2026/09/01
[PR] docs: the Substrait round-trip test command needs the substrait feature [datafusion]
via GitHub
-
2026/09/01
Re: [PR] test: verify Celeborn reflection compatibility [datafusion-comet]
via GitHub
-
2026/09/01
Re: [I] Native Celeborn shuffle: add a Celeborn test dependency so the reflection against its internals is verified [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] test: verify Celeborn reflection compatibility [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] Align metadata propagation through Physical and Logical casts [datafusion]
via GitHub
-
2026/09/01
Re: [I] Native shuffle memory_spilled_bytes charges a shared Arrow allocation once per input batch [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] fix: report native shuffle write metrics accurately [datafusion-comet]
via GitHub
-
2026/09/01
[I] Native shuffle memory_spilled_bytes charges a shared Arrow allocation once per input batch [datafusion-comet]
via GitHub
-
2026/09/01
Re: [I] Fix join correctness issue [datafusion]
via GitHub
-
2026/09/01
[I] Fix join correctness issue [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: preserve projection metadata during optimization [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat: extend SLT tests for hash join vs PWMJ, hash join vs SMJ [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: account for memory that we still hold on when splitting batch [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat: support nested types as native shuffle hash partitioning keys [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] refactor: centralize data type support predicates [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] feat: extend SLT tests for hash join vs PWMJ, hash join vs SMJ [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: preserve projection metadata during optimization [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat: Sort-aware Iceberg reads in Comet via a per-partition streaming merge [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] fix: do not duplicate volatile expressions when extracting leaf expressions [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat: implement native Iceberg V2 writer via iceberg-rust [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] fix: enforce fair memory share per reservation [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] fix: preserve projection metadata during optimization [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: do not duplicate volatile expressions when extracting leaf expressions [datafusion]
via GitHub
-
2026/09/01
[PR] feat(core): order shuffle reads round-robin across producers, staggered per consumer [datafusion-ballista]
via GitHub
-
2026/09/01
Re: [PR] Make extension codecs composable [datafusion-python]
via GitHub
-
2026/09/01
Re: [PR] Make extension codecs composable [datafusion-python]
via GitHub
-
2026/09/01
Re: [PR] Make extension codecs composable [datafusion-python]
via GitHub
-
2026/09/01
Re: [PR] bench(h2o): window Top-N sweep over a declared-sorted input [datafusion]
via GitHub
-
2026/09/01
[I] Arrow-based clients pay a redundant Arrow -> UnsafeRow -> Arrow round-trip [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] Enable more clippy lints [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat(physical-plan): `GroupColumn` support for `List` / `LargeList` [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: preserve projection metadata during optimization [datafusion]
via GitHub
-
2026/09/01
Re: [I] `timestamp_seconds` falls back to Spark for decimal, byte and short input [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] chore: move dead and defensive serde guards out of convert [datafusion-comet]
via GitHub
-
2026/09/01
Re: [I] `next_day` and `levenshtein` fall back to Spark on collated strings [datafusion-comet]
via GitHub
-
2026/09/01
[PR] perf: cache parsed plan data across a stage tasks [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] Align metadata propagation through Physical and Logical casts [datafusion]
via GitHub
-
2026/09/01
Re: [PR] Enable more clippy lints [datafusion]
via GitHub
-
2026/09/01
[PR] feat: add native spark_sequence kernel for integral element types [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] fix: preserve duplicate named_struct fields in codegen dispatch [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] array_sort / array_has: monomorphize per native type instead of per Arrow type (reduce binary size) [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat: extend SLT tests for hash join vs PWMJ, hash join vs SMJ [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat: support unicode case sensitive field names for reading parquet [datafusion-comet]
via GitHub
-
2026/09/01
[PR] perf: stop holding the fair pool lock across blocking memory calls [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] feat(physical-plan): `GroupColumn` support for `List` / `LargeList` [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat(physical-plan): `GroupColumn` support for `List` / `LargeList` [datafusion]
via GitHub
-
2026/09/01
[PR] test: add regression coverage for terminal hash aggregate drain [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat(physical-plan): `GroupColumn` support for `List` / `LargeList` [datafusion]
via GitHub
-
2026/09/01
Re: [PR] bench: `multi_group_by` cases to exercise `List` [datafusion]
via GitHub
-
2026/09/01
[PR] fix: account for memory that we still hold on when splitting batch [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat: Support null aware hash mark-joins [datafusion]
via GitHub
-
2026/09/01
Re: [I] Mark joins don't support null mark columns [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: preserve projection metadata during optimization [datafusion]
via GitHub
-
2026/09/01
Re: [PR] array_sort / array_has: monomorphize per native type instead of per Arrow type (reduce binary size) [datafusion]
via GitHub
-
2026/09/01
[PR] perf: compile user regex patterns once per planned expression [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] feat: push immutable scalar functions into CASE branches with literal outputs [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat: add native Delta Lake scan contrib module (page/row-group pruning) [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] feat: add native Delta Lake scan contrib module (page/row-group pruning) [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] Add ComposedNamedPhysicalExtensionCodec [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat: add native Delta Lake scan contrib module (page/row-group pruning) [datafusion-comet]
via GitHub
-
2026/09/01
[I] Codegen dispatcher single-ordinal null short-circuit swallows ANSI errors from literal subtrees [datafusion-comet]
via GitHub
-
2026/09/01
[I] lower_enabled.sql and upper_enabled.sql set a no-op config and never test the native path [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] feat: support unicode case sensitive field names for reading parquet [datafusion-comet]
via GitHub
-
2026/09/01
[PR] Enable more clippy lints [datafusion]
via GitHub
-
2026/09/01
Re: [I] Empty Parquet files invalidate file ordering and statistics-based grouping [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: ignore exact empty files in ordering analysis [datafusion]
via GitHub
-
2026/09/01
Re: [PR] refactor(hash-aggr): Let partial-reduce mode aggregation early emit when OOM [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: prevent CSE from extracting window functions [datafusion]
via GitHub
-
2026/09/01
[PR] test: add helpers to assert whether an expression ran natively or via codegen dispatch [datafusion-comet]
via GitHub
-
2026/09/01
[PR] fix: avoid i8 overflow when computing the wider decimal precision [datafusion]
via GitHub
-
2026/09/01
[I] Coercing two Decimal256 types panics with "attempt to add with overflow" [datafusion]
via GitHub
-
2026/09/01
Re: [PR] SQL benchmark configuration parity updates - #24778 2 [datafusion]
via GitHub
-
2026/09/01
Re: [PR] bench: `multi_group_by` cases to exercise `List` [datafusion]
via GitHub
-
2026/09/01
[I] Test helpers to assert whether an expression ran natively or through the codegen dispatcher [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] Enable more clippy lints [datafusion]
via GitHub
-
2026/09/01
Re: [PR] refactor(hash-aggr): Let partial-reduce mode aggregation early emit when OOM [datafusion]
via GitHub
-
2026/09/01
Re: [PR] array_sort / array_has: monomorphize per native type instead of per Arrow type (reduce binary size) [datafusion]
via GitHub
-
2026/09/01
Re: [PR] array_sort / array_has: monomorphize per native type instead of per Arrow type (reduce binary size) [datafusion]
via GitHub
-
2026/09/01
Re: [PR] SQL benchmark configuration parity updates - #24778 2 [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: avoid double-counting build_time in HashJoinExec elapsed_compute [datafusion]
via GitHub
-
2026/09/01
Re: [PR] refactor(hash-aggr): Let partial-reduce mode aggregation early emit when OOM [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: route length/bit_length/octet_length binary input through codegen dispatcher [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] Support planning scalar functions in ExprPlanner [datafusion]
via GitHub
-
2026/09/01
Re: [PR] array_sort / array_has: monomorphize per native type instead of per Arrow type (reduce binary size) [datafusion]
via GitHub
-
2026/09/01
[I] Add integration regression test for terminal hash aggregate drain [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat: add native Delta Lake scan contrib module (page/row-group pruning) [datafusion-comet]
via GitHub
-
2026/09/01
[PR] chore(deps): bump blake2 from 0.10.6 to 0.11.0 [datafusion]
via GitHub
-
2026/09/01
Re: [PR] chore: convert `PartialHashAggregateStream` and `FinalHashAggregateStream` to async generators and cleanup [datafusion]
via GitHub
-
2026/09/01
Re: [PR] Fix final hash aggregate output regression by materializing once [datafusion]
via GitHub
-
2026/09/01
Re: [PR] Fix final hash aggregate output regression by materializing once [datafusion]
via GitHub
-
2026/09/01
[PR] feat: Event logs change file name based on job status [datafusion-ballista]
via GitHub
-
2026/09/01
Re: [PR] Align metadata propagation through Physical and Logical casts [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: do not duplicate volatile expressions when extracting leaf expressions [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: avoid double-counting build_time in HashJoinExec elapsed_compute [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: validate parquet statistics config [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: preserve duplicate named_struct fields in codegen dispatch [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] Fix final hash aggregate output regression by materializing once [datafusion]
via GitHub
-
2026/09/01
Re: [PR] Add ComposedNamedPhysicalExtensionCodec [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: do not duplicate volatile expressions when extracting leaf expressions [datafusion]
via GitHub
-
2026/09/01
Re: [I] Add selective, non-destructive reads for grouped aggregation state [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat: preserving grouped state reads [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix(substrait): preserve grouping set output order [datafusion]
via GitHub
-
2026/09/01
Re: [PR] Range partition on primitives. [datafusion]
via GitHub
-
2026/09/01
Re: [PR] Align metadata propagation through Physical and Logical casts [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: validate parquet statistics config [datafusion]
via GitHub
-
2026/09/01
Re: [PR] refactor(hash-aggr): Let partial-reduce mode aggregation early emit when OOM [datafusion]
via GitHub
-
2026/09/01
Re: [PR] chore: remove `enforce_batch_size_in_joins` [datafusion]
via GitHub
-
2026/09/01
Re: [PR] bench(h2o): window Top-N sweep over a declared-sorted input [datafusion]
via GitHub
-
2026/09/01
Re: [PR] Align metadata propagation through Physical and Logical casts [datafusion]
via GitHub
-
2026/09/01
Re: [PR] refactor(hash-aggr): Let partial-reduce mode aggregation early emit when OOM [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix(proto): check integer conversions in common options and constraints [datafusion]
via GitHub
-
2026/09/01
Re: [PR] Add ComposedNamedPhysicalExtensionCodec [datafusion]
via GitHub
-
2026/09/01
Re: [PR] perf(asof_join): cache ASOF join match comparator, drop per-row ScalarValue materialization [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: do not duplicate volatile expressions when extracting leaf expressions [datafusion]
via GitHub
-
2026/09/01
Re: [I] Bug: unexpected behavior with special characters in input [datafusion]
via GitHub
-
2026/09/01
[I] Bug: unexpected behavior with special characters in input [datafusion]
via GitHub
-
2026/09/01
Re: [PR] feat: extend SLT tests for hash join vs PWMJ, hash join vs SMJ [datafusion]
via GitHub
-
2026/09/01
[PR] chore(deps-dev): bump the all-npm-deps group in /datafusion/wasmtest/datafusion-wasm-app with 2 updates [datafusion]
via GitHub
-
2026/09/01
Re: [PR] Fix issue #24701 Better error when the query contains reserved names [datafusion]
via GitHub
-
2026/09/01
Re: [PR] Support planning scalar functions in ExprPlanner [datafusion]
via GitHub
-
2026/09/01
Re: [PR] Enable more clippy lints [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: preserve projection metadata during optimization [datafusion]
via GitHub
-
2026/09/01
Re: [PR] Snowflake: Add CREATE and DROP EXTERNAL VOLUME [datafusion-sqlparser-rs]
via GitHub
-
2026/09/01
Re: [PR] fix: route length/bit_length/octet_length binary input through codegen dispatcher [datafusion-comet]
via GitHub
-
2026/09/01
[PR] Support planning scalar functions in ExprPlanner [datafusion]
via GitHub
-
2026/09/01
Re: [PR] fix: preserve Arrow Field metadata across C Data exports [datafusion-comet]
via GitHub
-
2026/09/01
Re: [PR] Enable more clippy lints [datafusion]
via GitHub