Messages by Thread
-
[PR] chore(deps): bump astral-sh/setup-uv from 7.3.1 to 8.1.0 [datafusion-ballista]
via GitHub
-
[I] array functions (remove, resize, extract, replace, repeat) not properly handling nulls for index arguments [datafusion]
via GitHub
-
Re: [I] array functions (remove, resize, extract, replace, repeat) not properly handling nulls for index arguments [datafusion]
via GitHub
-
Re: [I] array functions (remove, resize, extract, replace, repeat) not properly handling nulls for index arguments [datafusion]
via GitHub
-
Re: [I] array functions (remove, resize, extract, replace, repeat) not properly handling nulls for index arguments [datafusion]
via GitHub
-
[I] PREPARE placeholder type coercion fails when plain queries work fine [datafusion]
via GitHub
-
Re: [I] panic: to_timestamp overflows converting large Decimal128 to nanoseconds [datafusion]
via GitHub
-
Re: [PR] Guard to_timestamp decimal overflow [datafusion]
via GitHub
-
[I] Idea + confusion: EXBY — aggregate excluding some GROUP BY columns (tried multiple approaches, all stuck on output alignment) [datafusion]
via GitHub
-
Re: [PR] Add .htaccess file to rewrite URLs correctly [datafusion-site]
via GitHub
-
Re: [PR] Revert "fix: add output: 'blog' to publish workflow to fix /output/ U… [datafusion-site]
via GitHub
-
Re: [PR] feat: Add Spark-compatible `monthname` function to datafusion-spark [datafusion]
via GitHub
-
Re: [PR] Guard date_trunc lower-bound truncation [datafusion]
via GitHub
-
[PR] test: add array_contains null semantics coverage [datafusion-comet]
via GitHub
-
Re: [I] [Incompatibility] Verify array_contains null handling matches Spark [datafusion-comet]
via GitHub
-
Re: [I] PostgreSQL compatibility: `sqrt(-1.0::float8)` should error, not return NaN [datafusion]
via GitHub
-
Re: [PR] fix: hour/minute/second handling for TimestampNTZ [datafusion-comet]
via GitHub
-
Re: [PR] port dfbench benchmarks to criterion [datafusion]
via GitHub
-
Re: [PR] fix(topk): avoid overflow panic in interleave emission for `Utf8` [datafusion]
via GitHub
-
Re: [PR] [WIP] introduce generic runtime binding to phsycial expressisons: [datafusion]
via GitHub
-
Re: [PR] feat[substrait]: translate scan statistics (row_count, record_size) via RelCommon hints [datafusion]
via GitHub
-
[I] Reorganize user and contributor guide navigation for clearer information architecture [datafusion-comet]
via GitHub
-
[I] Add a docs-review Claude skill to enforce style guide and documentation quality [datafusion-comet]
via GitHub
-
[I] Establish nomenclature style guide and audit operator names for clarity [datafusion-comet]
via GitHub
-
[PR] fix: preserve fractional seconds in 'second' and 'millisecond' [datafusion]
via GitHub
-
Re: [I] [feature] Support Ballista dynamic shuffle partition number [datafusion-ballista]
via GitHub
-
Re: [I] [Improvement] Increase the throughput in push-staged TaskSchedulingPolicy [datafusion-ballista]
via GitHub
-
Re: [I] Implement a disk manager with a LRU cache to maintain caches on local disk [datafusion-ballista]
via GitHub
-
Re: [I] [feature] Access control to restrict the access to the data [datafusion-ballista]
via GitHub
-
Re: [I] Left/full outer join incorrect for CollectLeft / broadcast [datafusion-ballista]
via GitHub
-
[PR] refactor: port InListExpr to use try_to_proto/try_from_proto hooks [datafusion]
via GitHub
-
[PR] refactor: port HashExpr proto hooks [datafusion]
via GitHub
-
[PR] build(deps): bump github/codeql-action from 4.35.4 to 4.36.0 [datafusion-python]
via GitHub
-
Re: [PR] build(deps): bump github/codeql-action from 4.35.4 to 4.35.5 [datafusion-python]
via GitHub
-
[I] [EPIC] Implement all Spark date/time expressions [datafusion-comet]
via GitHub
-
[PR] feat: route Bucket 4 date/time expressions through codegen dispatcher [datafusion-comet]
via GitHub
-
Re: [I] panic: array_repeat capacity overflow on constant scalar with large count [datafusion]
via GitHub
-
[PR] [branch-54] Cherry-pick #22493: restore SortExec elimination after stats-based file reorder [datafusion]
via GitHub
-
[PR] feat: Improve display of `Decimal` values [datafusion]
via GitHub
-
[PR] feat(catalog): expose InformationSchemataBuilder as public API [datafusion]
via GitHub
-
[I] Incorrect canonicalization of NATURAL JOIN with INNER JOIN in Snowflake dialect produces non-equivalent query [datafusion-sqlparser-rs]
via GitHub
-
[PR] Per-conjunct pruning stats via PruningPredicateTree + observer [datafusion]
via GitHub
-
[PR] fix: replace with empty search string should be a no-op [datafusion]
via GitHub
-
[PR] Ballista 53.0.0 blog post [datafusion-site]
via GitHub
-
[PR] feat: add TableSchemaBuilder and store partition columns as Fields [datafusion]
via GitHub
-
[I] Write blog post for 53.0.0 [datafusion-ballista]
via GitHub
-
[I] Refine open-time Parquet FilePruner creation gate to a partition-only-conjunct check [datafusion]
via GitHub
-
[I] SortExec elimination regression for wrong-order multi-file scans with WITH ORDER / sorting_columns metadata (regression from #21956) [datafusion]
via GitHub
-
[PR] fix(sort-pushdown): restore SortExec elimination after stats-based file reorder [datafusion]
via GitHub
-
[PR] fix: reborrow metadata values when intersecting union metadata [datafusion]
via GitHub
-
[PR] refactor: port Literal physical expr proto hooks [datafusion]
via GitHub
-
[PR] minor: Ballista plan print CLI helper [datafusion-ballista]
via GitHub
-
[I] DataFusion evaluates -0.0 >= 0.0 as false [datafusion]
via GitHub
-
[I] DataFusion drops grouped row after inner ORDER BY/LIMIT and outer ORDER BY/OFFSET [datafusion]
via GitHub
-
[I] intersect_metadata_for_union fails to typecheck when rkyv is in scope on rustc 1.91.1 [datafusion]
via GitHub
-
Re: [I] CometPlainVector: cache offsetBufferAddress for variable-width vectors [datafusion-comet]
via GitHub
-
Re: [I] DISTINCT ON on queries with aggregations? [datafusion]
via GitHub
-
[I] Sort key over get_field(named_struct(...), f) is evaluated against the materialized struct instead of the base column [datafusion]
via GitHub
-
Re: [PR] chore: correct support levels for sum and FromUnixTime spark expressions [datafusion-comet]
via GitHub
-
Re: [I] Bug: applying multiple times `EnforceDistribution` generates invalid plan [datafusion]
via GitHub
-
Re: [PR] Optimize away unused `UNNEST` under duplicate-insensitive aggregates [datafusion]
via GitHub
-
Re: [PR] feat: aes encrypt support [datafusion-comet]
via GitHub
-
Re: [PR] perf: [shuffle] extend field-major processing to nested struct fields [datafusion-comet]
via GitHub
-
Re: [PR] fix: propagate errors from take in sort merge join spill path [datafusion]
via GitHub
-
Re: [PR] fix: run generated docs check on docs-only PRs [datafusion]
via GitHub
-
Re: [PR] feat: emit warning diagnostic when comparing with NULL using = or <> [datafusion]
via GitHub
-
Re: [PR] Implement map_expressions [datafusion]
via GitHub
-
[PR] minor: Improve error message for invalid column expression in `SELECT` statement [datafusion]
via GitHub
-
Re: [PR] [datafusion-spark] Support 2-argument ceil(value, scale) [datafusion]
via GitHub
-
Re: [I] feat(dataframe): expose sort and repartition [datafusion-java]
via GitHub
-
[I] Improve `Display` of `Decimal` values [datafusion]
via GitHub
-
[I] `CREATE TABLE AS` should not inherit nullability from query [datafusion]
via GitHub
-
[PR] docs(release): cover TestPyPI verification and fix stale wheel-download notes [datafusion-ballista]
via GitHub
-
Re: [I] `CREATE TABLE AS` should not inherit nullability [datafusion]
via GitHub
-
Re: [I] `VALUES` is never considered non-nullable [datafusion]
via GitHub
-
[PR] ci: use maturin sdist subcommand to avoid building a wheel [datafusion-ballista]
via GitHub
-
[PR] Parser: fix exponential parse time on speculative prefix parsing [datafusion-sqlparser-rs]
via GitHub
-
[PR] ci: gate CodeQL workflow on .github path changes [datafusion-ballista]
via GitHub
-
[PR] ci: gate Rust workflow on workspace path allow list and rename to Ballista Rust [datafusion-ballista]
via GitHub
-
[PR] ci: gate Docker workflow on rust-only path allow list [datafusion-ballista]
via GitHub