Messages by Thread
-
-
[I] `corr(DISTINCT x, x)` fails with internal error in `SingleDistinctToGroupBy` [datafusion]
via GitHub
-
[PR] fix: do not push filters on volatile group keys below Aggregate [datafusion]
via GitHub
-
[I] Wrong results: leaf expression pushdown removes a computed column that has the same name as its input column [datafusion]
via GitHub
-
[I] Filter on a volatile GROUP BY key returns rows that do not satisfy the filter [datafusion]
via GitHub
-
[I] Nightly Miri workflow has failed every night since 2026-07-01 [datafusion-comet]
via GitHub
-
[PR] feat(history): record scheduler id in job starts [datafusion-ballista]
via GitHub
-
[PR] ci: upload cluster logs with one glob [datafusion-ballista]
via GitHub
-
[I] Global aggregate with no grouping keys and no aggregate functions falls back to Spark ("No group by or aggregation") [datafusion-comet]
via GitHub
-
[I] Improve memory accounting: bound the JVM Arrow allocator and make native reclaim work [datafusion-comet]
via GitHub
-
[PR] fix: resolve pass-through columns against the input when merging an extraction projection [datafusion]
via GitHub
-
[I] transform_values fails when map value column is Dictionary-encoded [datafusion]
via GitHub
-
[PR] DRAFT Bench 25044 [datafusion]
via GitHub
-
[PR] fix: preserve date_trunc sorting for timezone-aware timestamps [datafusion]
via GitHub
-
[PR] Fix sort pushdown under limit [datafusion]
via GitHub
-
Re: [PR] fix: reject unsupported DELETE LIMIT [datafusion]
via GitHub
-
Re: [I] Add aggregate specific metrics [datafusion]
via GitHub
-
[PR] Postgres: Parse trailing asterisk after table name in FROM clause [datafusion-sqlparser-rs]
via GitHub
-
[PR] PostgreSQL: Parse ROWS FROM table functions [datafusion-sqlparser-rs]
via GitHub
-
[I] Preserve source bounds in widening integer casts with safe interval-bound handling [datafusion]
via GitHub
-
[PR] Push Down Offset to TableScan [datafusion]
via GitHub
-
Re: [PR] ci: require extended tests in the merge queue [datafusion]
via GitHub
-
[PR] Release consumed sort batches after partial output [datafusion]
via GitHub
-
[I] Sort partial output can retain consumed input batches [datafusion]
via GitHub
-
[PR] Escape every delimiter when displaying quoted identifiers [datafusion-sqlparser-rs]
via GitHub
-
[PR] fix: mark avg, bit_and/or/xor, stddev and variance as order-insensitive [datafusion]
via GitHub
-
[PR] fix: omit ordering fields from the state of order-insensitive aggregates [datafusion]
via GitHub
-
[I] Order-insensitive aggregates with an ORDER BY fail in grouped queries (min/max schema mismatch, avg/bit_*/stddev/var panic) [datafusion]
via GitHub
-
Re: [I] Enable pushdown of (non-negative-cost) scalar_fn in aggregations into `TableScan` nodes [datafusion]
via GitHub
-
[PR] fix: ignore repeated sort keys in an ordered aggregate's ORDER BY [datafusion]
via GitHub
-
Re: [PR] feat: support bloom filters in native Iceberg writes [datafusion-comet]
via GitHub
-
Re: [PR] fix: preserve map field metadata and honor target sorted flag in cast_map_to_map [datafusion-comet]
via GitHub
-
[I] TRY_CAST on narrowing map keys fails where Spark returns a map with a null key [datafusion-comet]
via GitHub
-
[PR] dev: include dependency checks in the local lint suite [datafusion]
via GitHub
-
Re: [PR] feat: unix timestamp codegen dispatch [datafusion-comet]
via GitHub
-
Re: [I] `TrackConsumersPool` makes memory updates wait on one shared lock [datafusion]
via GitHub
-
Re: [I] Destructure proto hooks for the Parquet source and sink [datafusion]
via GitHub
-
[PR] chore(docs): Fix the documentation for TableProvider::scan()'s `limit` argument [datafusion]
via GitHub
-
Re: [I] The 54.0.0 upgrade guide's CASE workaround is rewritten to a conjunction [datafusion]
via GitHub
-
[I] Duplicate expression in an ordered aggregate's `ORDER BY` panics (`first_last.rs:602` assertion) or fails with an internal Arrow error [datafusion]
via GitHub
-
[I] Support Spark-compatible native hash and xxhash64 for decimals with precision >18 [datafusion-comet]
via GitHub
-
[PR] v55 upgrade guide: Remove unreleased-note [datafusion]
via GitHub
-
[I] Serialize `LazyMemoryExec` / `GenerateSeries` through a generator-level proto hook [datafusion]
via GitHub
-
Re: [PR] Introduce selection vector repartitioning [datafusion]
via GitHub
-
Re: [PR] perf: deduplicate hash join InList pushdown values [datafusion]
via GitHub
-
[I] Replacing an AggregateExec's aggregate expressions keeps state derived from the old ones [datafusion]
via GitHub
-
Re: [PR] perf: GroupsAccumulatorAdapter walks only the groups a batch has rows for [datafusion]
via GitHub
-
[I] Reject a limit an AggregateExec cannot execute when the plan is built [datafusion]
via GitHub
-
[PR] feat: add optional container memory guard based on cgroup usage [datafusion-comet]
via GitHub
-
Re: [PR] chore(deps): bump soupsieve from 2.8.3 to 2.8.4 [datafusion-sandbox]
via GitHub
-
Re: [I] to_time / try_to_time: native parser rejects 'T12' and '12:30:45.' which Spark accepts [datafusion-comet]
via GitHub
-
[I] Reduce generic hash join bucket allocation for low-cardinality build keys [datafusion]
via GitHub
-
[PR] fix: correlated exists/not exists subqueries hit the count bug for groupless aggregates [datafusion]
via GitHub
-
Re: [I] `map[key]` misbehaves for NULL map rows that have entries [datafusion]
via GitHub
-
Re: [I] Consolidate map lookup code between `get_field` and `map_extract` [datafusion]
via GitHub
-
Re: [PR] fix: make Iceberg delete-file reflection failures fatal [datafusion-comet]
via GitHub
-
[I] Iceberg serde: residual reflection failures can silently drop residual filtering [datafusion-comet]
via GitHub
-
Re: [PR] feat: experiment with `RealUsagePool` [datafusion-comet]
via GitHub
-
Re: [PR] fix(substrait): consume chained window functions whose default names collide [datafusion]
via GitHub
-
Re: [PR] fix: drop partition columns already present in the file schema of a ListingTable [datafusion]
via GitHub
-
Re: [I] Allow deriving a Parquet file Arrow schema from metadata during lazy opening [datafusion]
via GitHub
-
[PR] perf: bounded distinct count optimization [datafusion]
via GitHub
-
[PR] fix: count each memory pool once in analyze_trace [datafusion-comet]
via GitHub
-
[PR] fix: preserve nulls when unnesting structs [datafusion]
via GitHub
-
Re: [I] Vendored datafusion.proto sync check silently passes without checking datafusion.proto [datafusion-ballista]
via GitHub
-
[PR] Avoid duplicating keep-in-place expressions [datafusion]
via GitHub
-
Re: [I] `BoundedWindowAggExec` in `Linear` mode is slow for many-partitions [datafusion]
via GitHub
-
[I] analyze_trace.rs over-counts pool reservations by summing per-thread counters [datafusion-comet]
via GitHub
-
Re: [I] Investigate adopting DataFusion's allocator-level memory accounting to replace manual memory tuning [datafusion-comet]
via GitHub
-
Re: [I] collect_list / collect_set have no GroupsAccumulator, and ArrayAggGroupsAccumulator merges per row [datafusion]
via GitHub
-
Re: [PR] fix(spark): correct pmod overflow, ANSI zero divisor and negative zero handling [datafusion]
via GitHub
-
Re: [PR] bench: add Criterion benchmarks for Spark bin, soundex, quote, url_encode, url_decode, and next_day [datafusion]
via GitHub
-
Re: [PR] Add an example of an in-process model of distributed execution [datafusion]
via GitHub
-
Re: [PR] perf: parse next_day's day-of-week without allocating, and once per batch [datafusion]
via GitHub
-
[PR] chore: bench_nondeterministic_and_json_kernels [datafusion-comet]
via GitHub
-
[PR] chore: Bench agg (welford) stats [datafusion-comet]
via GitHub
-
Re: [PR] fix: make csv-read-options.py example self-contained (#1728) [datafusion-python]
via GitHub
-
Re: [PR] Add write support to Avro format [datafusion]
via GitHub
-
[PR] docs: Add narwhals-datafusion to integrations list [datafusion]
via GitHub
-
[PR] bench: SQL benchmark suite for null-aware (NOT IN) joins [datafusion]
via GitHub