Messages by Thread
-
Re: [I] Scalar subquery (`Expr::ScalarSubquery`) does not fail when subquery is not scalar [datafusion]
via GitHub
-
[PR] fix: Make FilePruner support constant columns [datafusion]
via GitHub
-
[PR] Move datafusion-cli main_inner impl into the datafusion-cli lib. [datafusion]
via GitHub
-
[I] Registering custom udf in datafusion-cli could be easier [datafusion]
via GitHub
-
Re: [I] Misleading error message when `CREATE EXTERNAL TABLE` with invalid path [datafusion]
via GitHub
-
[I] Untracked memory in `FilterExec`, `RepartitionExec`, `HashJoinExec` and `AsyncFuncExec` and more due to `LimitedBatchCoalescer` and arrow `BatchCoalescer` usage [datafusion]
via GitHub
-
[PR] Optimize near-unique string view group values [datafusion]
via GitHub
-
[PR] docs: add infino to known users [datafusion]
via GitHub
-
Re: [PR] fix: support literal sha2() with 'Unsupported argument types' [datafusion-comet]
via GitHub
-
[I] Comet native Parquet scan reads full nested columns despite pruned Spark ReadSchema [datafusion-comet]
via GitHub
-
[PR] chore: cleanup some TODO items in sqllogictests [datafusion]
via GitHub
-
Re: [I] [EPIC] Apply try_to_proto / try_from_proto pattern to ExecutionPlan [datafusion]
via GitHub
-
Re: [I] select distinct on map types yields ArrowError NotYetImplemented [datafusion]
via GitHub
-
[PR] fix: cast `[]` to `FixedSizeList(0, _)` [datafusion]
via GitHub
-
[PR] docs: fix sidebar drawer mis-tap, missing aria-expanded, homepage permalink, and ASF links page [datafusion-comet]
via GitHub
-
Re: [PR] fix: Validate arrow_cast time units [datafusion]
via GitHub
-
Re: [I] arrow_cast accepts invalid Time32(Microsecond)/Time32(Nanosecond)/Time64(Second)/Time64(Millisecond), panics on use [datafusion]
via GitHub
-
[PR] chore(deps): bump astral-sh/setup-uv from 8.3.0 to 8.3.1 [datafusion-ballista]
via GitHub
-
[PR] chore(deps): bump taiki-e/install-action from 2.82.7 to 2.82.10 [datafusion-ballista]
via GitHub
-
[PR] chore(deps): bump the all-other-cargo-deps group across 1 directory with 3 updates [datafusion]
via GitHub
-
Re: [PR] chore: update SQL builtin functions assertion modes [datafusion-comet]
via GitHub
-
Re: [PR] fix(writer): spark 38811 insert alter table add columns [datafusion-comet]
via GitHub
-
Re: [PR] chore: use Datafusion `substring` [datafusion-comet]
via GitHub
-
Re: [PR] feat: statistics-driven TopK optimization for parquet (file reorder + RG reorder + threshold init + cumulative prune) [datafusion]
via GitHub
-
Re: [PR] WIP: Extension type casts using extension registry [datafusion]
via GitHub
-
Re: [PR] Fix output_rows_skew sqllogictest flake [datafusion]
via GitHub
-
Re: [PR] perf(push_down_filter): skip filter revalidation [datafusion]
via GitHub
-
Re: [PR] feat: format-agnostic serde hook for PhysicalExpr (Column + NotExpr) [datafusion]
via GitHub
-
Re: [PR] Sa/udf wip [datafusion]
via GitHub
-
Re: [PR] Add bounded `unnest` + ordered `array_agg` reproducer benchmark and SLT coverage [datafusion]
via GitHub
-
Re: [I] TPCDS Q72 Fails with `OffsetOverflowError(2147731589)` (AQE) [datafusion-ballista]
via GitHub
-
Re: [I] panic: array_resize capacity overflow with large target size [datafusion]
via GitHub
-
[PR] [codex] chore: update Rust toolchain to 1.96.1 [datafusion]
via GitHub
-
Re: [PR] Fix:22477 any all schema error [datafusion]
via GitHub
-
[PR] test: cover NOT IN null list predicates [datafusion]
via GitHub
-
Re: [I] Consolidate ClickBench Setup Documentation in benchmarks/README.md [datafusion]
via GitHub
-
[PR] docs: announce JDK 11 and Spark 3.4 deprecation for 1.1.0 removal [datafusion-comet]
via GitHub
-
[PR] docs: remove references to closed and fixed issues from compatibility guide [datafusion-comet]
via GitHub
-
[PR] docs: minor docs site improvements [datafusion-comet]
via GitHub
-
Re: [I] Align `median` and `percentile_cont` implementations (preserve Decimal in `percentile_cont`, alias `median`) [datafusion]
via GitHub
-
[PR] fix: correct user guide URL in compatibility fallback messages [datafusion-comet]
via GitHub
-
[PR] docs: add DataFusion Ballista to related subproject [datafusion]
via GitHub
-
[PR] fix: gate case conversion on standard per-expression allowIncompatible [datafusion-comet]
via GitHub
-
Re: [I] String expression (collation) audit followup [datafusion-comet]
via GitHub
-
[PR] feat: add comet_version() SQL function [datafusion-comet]
via GitHub
-
[I] Fallback messages have incorrect URL for user guide [datafusion-comet]
via GitHub
-
[PR] feat: improve state creation for AQE [datafusion-ballista]
via GitHub
-
[I] Support dynamic filters for range co-partitioned joins [datafusion]
via GitHub
-
[PR] Add hive windows workflow [datafusion-comet]
via GitHub
-
Re: [PR] feat: parallel sort-preserving merge (PSRS) for >2x merge speedup (demo) [datafusion]
via GitHub
-
[I] Improve performance of TPC-DS q50 [datafusion-comet]
via GitHub
-
[PR] fix: restrict array_filter array_compact fast path to the lambda variable [datafusion-comet]
via GitHub
-
[PR] fix: report FromUnixTime non-default format as unsupported in docs [datafusion-comet]
via GitHub
-
[PR] docs: note invalid UTF-8 scan limitation and FFI import risk [datafusion-comet]
via GitHub
-
Re: [I] [EPIC] Consistent handling of invalid UTF-8 in native StringType (ingress policy) [datafusion-comet]
via GitHub
-
[I] Deprecate JDK 11 and Spark 3.4 support in 1.0.0 release [datafusion-comet]
via GitHub
-
[I] Drop support for JDK 11 [datafusion-comet]
via GitHub
-
Re: [I] [EPIC] A collection of Memory Accounting Limitations and Improvements [datafusion]
via GitHub
-
[PR] fix: widen local table scan child nullability to match native kernels [datafusion-comet]
via GitHub
-
[PR] Fix union equivalence schema rewrite with stale constants [datafusion]
via GitHub
-
[I] UnionExec can panic when stale equivalence constants are rewritten after projection [datafusion]
via GitHub
-
Re: [I] `ArrayMap` maps probe keys to buckets incorrectly on 32-bit hosts [datafusion]
via GitHub
-
[PR] test: cover float IN list predicates [datafusion]
via GitHub
-
Re: [PR] fix: Reject out-of-range `ArrayMap` probe keys on 32-bit targets [datafusion]
via GitHub
-
[I] (Informational) AI driven performance analysis of scan implementation across plain spark, velox, and comet [datafusion-comet]
via GitHub
-
[PR] fix: Adaptive query planning fails with remote object stores: "No suitable object store found" [datafusion-ballista]
via GitHub
-
[PR] [physical-plan]: rename aggregate stream modules [datafusion]
via GitHub
-
Re: [I] [Refactor] Centralize checked byte-size and offset accounting for variable-size string builders [datafusion]
via GitHub
-
[PR] chore(deps): bump pyarrow from 23.0.0 to 23.0.1 in /python [datafusion-ballista]
via GitHub
-
Re: [PR] chore(deps): bump object_store from 0.13.2 to 0.14.0 [datafusion-ballista]
via GitHub
-
[PR] Extract dynamic filter expression composition from `SharedBuildAccumulator::build_filter` [datafusion]
via GitHub
-
Re: [I] Align `DataFrame::fill_null` column argument with `fill_nan` [datafusion]
via GitHub
-
[PR] feat(parquet): enable pushdown_filters by default [datafusion]
via GitHub
-
[PR] chore(deps): bump the all-other-cargo-deps group with 2 updates [datafusion]
via GitHub
-
[PR] chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 [datafusion]
via GitHub
-
[PR] chore(deps): bump astral-sh/setup-uv from 8.2.0 to 8.3.1 [datafusion]
via GitHub
-
[PR] chore(deps): bump taiki-e/install-action from 2.82.6 to 2.82.10 [datafusion]
via GitHub
-
[PR] chore(deps): bump runs-on/action from 2.1.2 to 2.2.0 [datafusion]
via GitHub
-
[PR] chore(deps): bump github/codeql-action/init from 4.36.2 to 4.36.3 [datafusion]
via GitHub
-
[PR] chore(deps): bump github/codeql-action/analyze from 4.36.2 to 4.36.3 [datafusion]
via GitHub
-
[PR] chore(deps): update setuptools requirement from <83,>=82.0.1 to >=83.0.0,<84 in /docs [datafusion]
via GitHub
-
[I] Cargo audit is failing on main [datafusion]
via GitHub
-
[PR] Cap SortPreservingMerge statistics by fetch [datafusion]
via GitHub
-
[PR] chore: update crossbeam-epoch to 0.9.20 [datafusion]
via GitHub
-
Re: [I] Rust SQL parser benchmarks, second edition [datafusion-sqlparser-rs]
via GitHub
-
[PR] Fix memory size accounting for grouped `median` and `avg` [datafusion]
via GitHub
-
Re: [PR] Add transform_values UDF [datafusion]
via GitHub
-
Re: [PR] fix: dedup commutative AND/OR operands when canonicalize is disabled [datafusion]
via GitHub
-
Re: [PR] feat: pushdown OFFSET to parquet for RG-level skipping [datafusion]
via GitHub
-
Re: [PR] Add group join physical optimizer [datafusion]
via GitHub
-
Re: [PR] feat: push down IS NULL / IS NOT NULL on struct columns into Parquet scan [datafusion]
via GitHub
-
Re: [PR] Support dictionary literals in Substrait producer [datafusion]
via GitHub
-
Re: [PR] fix(spark): ANSI-aware custom nullability for `make_interval` [datafusion]
via GitHub
-
[PR] fix: parenthesize nested expression display names [datafusion]
via GitHub
-
[PR] Stuhood.range partitioned top k [datafusion]
via GitHub
-
[PR] chore: Run tests with default ANSI flag [datafusion-comet]
via GitHub
-
[PR] feat: benchmark_runner - added --list, optional DATA_DIR [datafusion]
via GitHub
-
[I] Surface collected column statistics to planners via ShuffleReaderExec [datafusion-ballista]
via GitHub
-
Re: [I] Add Poll::Pending spill stream test coverage for SMJ async spill paths [datafusion]
via GitHub
-
[PR] test: add Poll::Pending spill stream coverage for async spill re-entry paths [datafusion]
via GitHub
-
[I] Regression in DataFusion 54: filtering a full-range column panics / returns an Internal error [datafusion]
via GitHub
-
[I] perf: `date_part` UDF optimisations [datafusion]
via GitHub
-
[PR] bench: add date_part benchmark [datafusion]
via GitHub
-
[PR] refactor: centralizing shared-allocation accounting for Arc DFHeapSize impls [datafusion]
via GitHub