github
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/12/09
Re: [I] Relation Planner Extension API [datafusion]
via GitHub
2025/12/09
Re: [PR] feat: Add example for implementing `SAMPLE` using extension APIs [datafusion]
via GitHub
2025/12/09
Re: [PR] Add relation planner extension support to customize SQL planning [datafusion]
via GitHub
2025/12/09
Re: [PR] fix : correct nullability propagation for spark.bitwise_not [datafusion]
via GitHub
2025/12/09
Re: [PR] Sort Merge Join: Reduce batch concatenation, use `BatchCoalescer`, new benchmarks (TPC-H Q21 SMJ up to ~4000x faster) [datafusion]
via GitHub
2025/12/09
Re: [I] Performance regression after adding support for SMJ with join filter [datafusion-comet]
via GitHub
2025/12/09
Re: [I] Sort Merge Join is extremely slow on LeftAnti joins [datafusion]
via GitHub
2025/12/09
Re: [PR] fix: Added nullable return from data_add(#19151) [datafusion]
via GitHub
2025/12/09
Re: [PR] fix: Added nullable return from data_add(#19151) [datafusion]
via GitHub
2025/12/09
Re: [PR] fix: Added nullable return from data_add(#19151) [datafusion]
via GitHub
2025/12/09
Re: [PR] fix: Added nullable return from data_add(#19151) [datafusion]
via GitHub
2025/12/09
Re: [PR] fix: Added nullable return from data_add(#19151) [datafusion]
via GitHub
2025/12/09
Re: [PR] fix: Added nullable return from data_add(#19151) [datafusion]
via GitHub
2025/12/09
Re: [PR] add specialized InList implementations for common scalar types [datafusion]
via GitHub
2025/12/09
Re: [PR] fix: derive nullability for spark `bit_get` [datafusion]
via GitHub
2025/12/09
Re: [PR] fix: UDF default return_field_from_args correctly computes nullability from input arguments [datafusion]
via GitHub
2025/12/09
[PR] [datafusion-spark]: Refactor hex's signature away from user_defined [datafusion]
via GitHub
2025/12/09
Re: [I] deprecating `return_type` in favor of `return_type_from_args` [datafusion]
via GitHub
2025/12/09
Re: [PR] fix: derive custom nullability for spark `bit_shift` [datafusion]
via GitHub
2025/12/09
Re: [I] spark `bit_shift` need to have custom nullability [datafusion]
via GitHub
2025/12/09
Re: [PR] fix: Added nullable return from data_add(#19151) [datafusion]
via GitHub
2025/12/09
Re: [PR] Add additional tests for InListExpr [datafusion]
via GitHub
2025/12/09
Re: [PR] fix: derive nullability for spark `bit_get` [datafusion]
via GitHub
2025/12/09
Re: [PR] fix: derive nullability for spark `bit_get` [datafusion]
via GitHub
2025/12/09
Re: [PR] fix: bit_count function to report nullability correctly [datafusion]
via GitHub
2025/12/09
Re: [I] spark `bit_count` need to have custom nullability [datafusion]
via GitHub
2025/12/09
[PR] [WIP]: refactor protobuf ser/de traits [datafusion]
via GitHub
2025/12/09
Re: [PR] fix: bitmap_count should report nullability correctly [datafusion]
via GitHub
2025/12/09
Re: [I] spark `bitmap_count` need to have custom nullability [datafusion]
via GitHub
2025/12/09
Re: [I] spark `width_bucket` need to have custom nullability [datafusion]
via GitHub
2025/12/09
Re: [I] spark `width_bucket` need to have custom nullability [datafusion]
via GitHub
2025/12/09
Re: [I] spark `width_bucket` need to have custom nullability [datafusion]
via GitHub
2025/12/09
Re: [PR] fix: spark width_bucket custom nullability [datafusion]
via GitHub
2025/12/09
Re: [PR] fix: UDF default return_field_from_args correctly computes nullability from input arguments [datafusion]
via GitHub
2025/12/09
[I] Idea: Hosting Compiler Explorer with latest arrow and Datafusion [datafusion]
via GitHub
2025/12/09
Re: [PR] fix: Added nullable return from data_add(#19151) [datafusion]
via GitHub
2025/12/09
[PR] fix: derive custome nullable for the spark last_day [datafusion]
via GitHub
2025/12/09
Re: [I] Custom Authentication & External File Systems [datafusion-comet]
via GitHub
2025/12/09
Re: [I] Add an option for fast tests by gating slow tests to `extended_tests` feature [datafusion]
via GitHub
2025/12/09
Re: [PR] fix: Ensure column names do not change with `expand_views_at_output` [datafusion]
via GitHub
2025/12/09
Re: [I] Enabling `expand_views_at_output` config changes column names [datafusion]
via GitHub
2025/12/09
Re: [PR] fix: Ensure column names do not change with `expand_views_at_output` [datafusion]
via GitHub
2025/12/09
Re: [PR] chore(deps): bump taiki-e/install-action from 2.62.54 to 2.62.63 [datafusion-sandbox]
via GitHub
2025/12/09
Re: [PR] chore(deps): bump taiki-e/install-action from 2.62.54 to 2.62.64 [datafusion-sandbox]
via GitHub
2025/12/09
Re: [PR] chore(deps): bump taiki-e/install-action from 2.62.54 to 2.62.63 [datafusion-sandbox]
via GitHub
2025/12/09
[PR] chore(deps): bump taiki-e/install-action from 2.62.54 to 2.62.64 [datafusion-sandbox]
via GitHub
2025/12/09
[PR] fix: spark width_bucket custom nullability [datafusion]
via GitHub
2025/12/09
Re: [I] Integrate cast_column into PhysicalExprAdapter [datafusion]
via GitHub
2025/12/09
Re: [I] spark `width_bucket` need to have custom nullability [datafusion]
via GitHub
2025/12/09
[PR] feat: support named parameters for table functions [datafusion]
via GitHub
2025/12/09
Re: [PR] add specialized InList implementations for common scalar types [datafusion]
via GitHub
2025/12/09
Re: [PR] feat: Support casting string non int numeric types [datafusion-comet]
via GitHub
2025/12/09
Re: [PR] Implement physical and logical codecs in FFI [datafusion]
via GitHub
2025/12/09
Re: [PR] feat: Implement log for Decimal256 [datafusion]
via GitHub
2025/12/09
Re: [PR] feat: Support casting string non int numeric types [datafusion-comet]
via GitHub
2025/12/09
[PR] fix: Added nullable return from data_add(#19151) [datafusion]
via GitHub
2025/12/09
[I] Add an option for fast tests by gating slow tests to `extended_tests` feature [datafusion]
via GitHub
2025/12/09
Re: [I] Sanity check failed when sort and aggregate on a multi-partitioned table [datafusion]
via GitHub
2025/12/09
[I] Add Local Scripts to Reproduce Full CI and Perform Auto-Fixes [datafusion]
via GitHub
2025/12/09
Re: [PR] Add make_time function [datafusion]
via GitHub
2025/12/09
Re: [PR] feat: Support decimal for variance [datafusion]
via GitHub
2025/12/09
Re: [PR] [Proto]: Serialization support for `AsyncFuncExec` [datafusion]
via GitHub
2025/12/09
Re: [PR] feat: Support decimal for variance [datafusion]
via GitHub
2025/12/09
Re: [PR] chore: enforce clippy::allow_attributes for 7 crates [datafusion]
via GitHub
2025/12/09
Re: [I] Datafusion-cli installation problem [datafusion]
via GitHub
2025/12/09
[PR] chore(deps): bump taiki-e/install-action from 2.62.63 to 2.62.64 [datafusion]
via GitHub
2025/12/09
Re: [PR] refactor: Refactor spark width bucket signature away from user defined [datafusion]
via GitHub
2025/12/09
Re: [PR] refactor: Refactor spark width bucket signature away from user defined [datafusion]
via GitHub
2025/12/09
[PR] fix: derive custom nullable for spark `date_sub` [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: Support casting string non int numeric types [datafusion-comet]
via GitHub
2025/12/08
Re: [PR] Implement FFI_Session [datafusion]
via GitHub
2025/12/08
Re: [I] Revert Workround for Empty FixedSizeBinary Values Buffer After arrow-rs Upgrade [datafusion]
via GitHub
2025/12/08
[PR] Implement FFI_Session [datafusion]
via GitHub
2025/12/08
[PR] fix : correct nullability propagation for spark.bitwise_not [datafusion]
via GitHub
2025/12/08
Re: [I] Add a default `FileStatisticsCache` implementation for the `ListingTable` [datafusion]
via GitHub
2025/12/08
Re: [PR] Implement physical and logical codecs in FFI [datafusion]
via GitHub
2025/12/08
Re: [PR] Implement physical and logical codecs in FFI [datafusion]
via GitHub
2025/12/08
Re: [PR] add specialized InList implementations for common scalar types [datafusion]
via GitHub
2025/12/08
Re: [I] spark `sha1` need to have custom nullability [datafusion]
via GitHub
2025/12/08
Re: [I] Release DataFusion `51.1.0` (Minor) [datafusion]
via GitHub
2025/12/08
Re: [PR] Implement physical and logical codecs in FFI [datafusion]
via GitHub
2025/12/08
Re: [PR] Implement physical and logical codecs in FFI [datafusion]
via GitHub
2025/12/08
Re: [I] spark `date_add` need to have custom nullability [datafusion]
via GitHub
2025/12/08
Re: [I] spark `bitwise_not` need to have custom nullability [datafusion]
via GitHub
2025/12/08
Re: [PR] add specialized InList implementations for common scalar types [datafusion]
via GitHub
2025/12/08
Re: [PR] Implement physical and logical codecs in FFI [datafusion]
via GitHub
2025/12/08
Re: [PR] Implement physical and logical codecs in FFI [datafusion]
via GitHub
2025/12/08
[PR] fix: derive custom nullability for spark `bit_shift` [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: Add DELETE/UPDATE hooks to TableProvider trait [datafusion]
via GitHub
2025/12/08
Re: [PR] Push down InList or hash table references from HashJoinExec depending on the size of the build side [datafusion]
via GitHub
2025/12/08
Re: [PR] Push down InList or hash table references from HashJoinExec depending on the size of the build side [datafusion]
via GitHub
2025/12/08
Re: [PR] Push down InList or hash table references from HashJoinExec depending on the size of the build side [datafusion]
via GitHub
2025/12/08
Re: [PR] Push down InList or hash table references from HashJoinExec depending on the size of the build side [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: support lambda function for scalar udf [datafusion]
via GitHub
2025/12/08
[PR] Improve plan_to_sql handling of empty projections with dialect-specific SELECT list support [datafusion]
via GitHub
2025/12/08
[PR] fix: derive nullability for spark bit_get [datafusion]
via GitHub
2025/12/08
Re: [PR] minor: Small refactor in `CometExecRule` to remove confusing code and fix more fallback reporting [datafusion-comet]
via GitHub
2025/12/08
[I] Execution error: Can't group type: Utf8View [datafusion]
via GitHub
2025/12/08
[PR] fix: Add custom nullability for Spark LIKE function [datafusion]
via GitHub
2025/12/08
Re: [I] Datafusion-cli installation problem [datafusion]
via GitHub
2025/12/08
Re: [I] Add `auto_explain` mode [datafusion]
via GitHub
2025/12/08
Re: [PR] Track column sizes in Statistics; propagate through projections [datafusion]
via GitHub
2025/12/08
Re: [PR] Track column sizes in Statistics; propagate through projections [datafusion]
via GitHub
2025/12/08
Re: [PR] Track column sizes in Statistics; propagate through projections [datafusion]
via GitHub
2025/12/08
Re: [PR] Track column sizes in Statistics; propagate through projections [datafusion]
via GitHub
2025/12/08
Re: [PR] add Distribution based statistics to PartitionedFile [datafusion]
via GitHub
2025/12/08
Re: [PR] Support `JOIN`, `PIVOT` pipe operators [datafusion]
via GitHub
2025/12/08
Re: [PR] Add `CastColumnExpr` support in projection mapping, equivalence properties, and interval utilities [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: Implement log for Decimal256 [datafusion]
via GitHub
2025/12/08
Re: [PR] Add trace of consumers to OOM error messages [datafusion]
via GitHub
2025/12/08
Re: [I] Integrate cast_column into PhysicalExprAdapter [datafusion]
via GitHub
2025/12/08
Re: [PR] fix(concat): correct nullability inference (nullable only if all arguments nullable) [datafusion]
via GitHub
2025/12/08
Re: [PR] consecutive repartitions blog post [datafusion-site]
via GitHub
2025/12/08
Re: [PR] feat: Add DELETE/UPDATE hooks to TableProvider trait [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: Add expression registry to native planner [datafusion-comet]
via GitHub
2025/12/08
Re: [PR] Fix PruningPredicate interaction with DynamicFilterPhysicalExpr that references partition columns [datafusion]
via GitHub
2025/12/08
Re: [PR] [datafusion-cli] Implement average LIST duration for object store profiling [datafusion]
via GitHub
2025/12/08
Re: [PR] [datafusion-cli] Implement average LIST duration for object store profiling [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: integrate batch coalescer with repartition exec [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: integrate batch coalescer with repartition exec [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: integrate batch coalescer with repartition exec [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: integrate batch coalescer with repartition exec [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: integrate batch coalescer with repartition exec [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: integrate batch coalescer with repartition exec [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: integrate batch coalescer with repartition exec [datafusion]
via GitHub
2025/12/08
Re: [PR] chore: Add unit tests for `CometExecRule` [WIP] [datafusion-comet]
via GitHub
2025/12/08
Re: [PR] feat: Initial implementation of size for array inputs [WIP] [datafusion-comet]
via GitHub
2025/12/08
Re: [PR] minor: Small refactor in `CometExecRule` to remove some confusing code [datafusion-comet]
via GitHub
2025/12/08
Re: [PR] Push down InList or hash table references from HashJoinExec depending on the size of the build side [datafusion]
via GitHub
2025/12/08
Re: [PR] Add sorted data benchmark. [datafusion]
via GitHub
2025/12/08
[PR] feat: Initial implementation of size for array inputs [WIP] [datafusion-comet]
via GitHub
2025/12/08
Re: [PR] feat: integrate batch coalescer with repartition exec [datafusion]
via GitHub
2025/12/08
Re: [PR] fix: Ensure column names do not change with `expand_views_at_output` [datafusion]
via GitHub
2025/12/08
Re: [PR] [datafusion-cli] Implement average LIST duration for object store profiling [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: Support casting string non int numeric types [datafusion-comet]
via GitHub
2025/12/08
Re: [I] Implement Spark-compatible CAST from String to Floating Point [datafusion-comet]
via GitHub
2025/12/08
Re: [I] Implement Spark-compatible CAST from String to Decimal [datafusion-comet]
via GitHub
2025/12/08
Re: [PR] feat: Preserve File Partitioning From File Scans [datafusion]
via GitHub
2025/12/08
Re: [I] [EPIC] Spark-compatible cast / try_cast operations [datafusion-comet]
via GitHub
2025/12/08
Re: [PR] deps: upgrade to DataFusion 51.0.0 and Arrow-rs 57.0.0 [datafusion-comet]
via GitHub
2025/12/08
Re: [PR] Fix PruningPredicate interaction with DynamicFilterPhysicalExpr that references partition columns [datafusion]
via GitHub
2025/12/08
Re: [PR] Fix PruningPredicate interaction with DynamicFilterPhysicalExpr that references partition columns [datafusion]
via GitHub
2025/12/08
Re: [PR] Fix PruningPredicate interaction with DynamicFilterPhysicalExpr that references partition columns [datafusion]
via GitHub
2025/12/08
Re: [PR] Add relation planner extension support to customize SQL planning [datafusion]
via GitHub
2025/12/08
Re: [PR] bench: add dedicated Utf8View benchmarks for InList [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: integrate batch coalescer with repartition exec [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: integrate batch coalescer with repartition exec [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: integrate batch coalescer with repartition exec [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: integrate batch coalescer with repartition exec [datafusion]
via GitHub
2025/12/08
Re: [PR] fix: Ensure column names do not change with `expand_views_at_output` [datafusion]
via GitHub
2025/12/08
Re: [PR] bench: add dedicated Utf8View benchmarks for InList [datafusion]
via GitHub
2025/12/08
Re: [I] Enable `clone_on_ref_ptr` Clippy lint for the whole workspace [datafusion]
via GitHub
2025/12/08
Re: [PR] Fix PruningPredicate interaction with DynamicFilterPhysicalExpr that references partition columns [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: support logical plan ScalarSubquery protobuf serde [datafusion]
via GitHub
2025/12/08
Re: [I] Update rust_example.sh to run the examples in the new format [datafusion]
via GitHub
2025/12/08
Re: [I] Update rust_example.sh to run the examples in the new format [datafusion]
via GitHub
2025/12/08
Re: [PR] Use strum in the examples (#19126) [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: Add constant column extraction and rewriting for projections in ParquetOpener [datafusion]
via GitHub
2025/12/08
Re: [PR] Add relation planner extension support to customize SQL planning [datafusion]
via GitHub
2025/12/08
Re: [PR] Add relation planner extension support to customize SQL planning [datafusion]
via GitHub
2025/12/08
Re: [PR] fix: Ensure column names do not change with `expand_views_at_output` [datafusion]
via GitHub
2025/12/08
Re: [PR] fix: Ensure column names do not change with `expand_views_at_output` [datafusion]
via GitHub
2025/12/08
Re: [PR] bench: add dedicated Utf8View benchmarks for InList [datafusion]
via GitHub
2025/12/08
Re: [PR] bench: add dedicated Utf8View benchmarks for InList [datafusion]
via GitHub
2025/12/08
Re: [PR] bench: add dedicated Utf8View benchmarks for InList [datafusion]
via GitHub
2025/12/08
Re: [PR] bench: add dedicated Utf8View benchmarks for InList [datafusion]
via GitHub
2025/12/08
Re: [PR] bench: add dedicated Utf8View benchmarks for InList [datafusion]
via GitHub
2025/12/08
Re: [PR] bench: add dedicated Utf8View benchmarks for InList [datafusion]
via GitHub
2025/12/08
Re: [PR] [datafusion-cli] Implement average LIST duration for object store profiling [datafusion]
via GitHub
2025/12/08
Re: [PR] bench: add dedicated Utf8View benchmarks for InList [datafusion]
via GitHub
2025/12/08
Re: [PR] bench: add dedicated Utf8View benchmarks for InList [datafusion]
via GitHub
2025/12/08
Re: [PR] fix: Ensure column names do not change with `expand_views_at_output` [datafusion]
via GitHub
2025/12/08
Re: [I] Add a default `ListFilesCache` implementation for the `ListingTable` [datafusion]
via GitHub
2025/12/08
Re: [I] Add `auto_explain` mode [datafusion]
via GitHub
2025/12/08
Re: [PR] Add make_time function [datafusion]
via GitHub
2025/12/08
Re: [PR] Row group limit pruning [datafusion]
via GitHub
2025/12/08
Re: [PR] Add make_time function [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: Implement the `statistics_cache` function [datafusion]
via GitHub
2025/12/08
Re: [PR] Row group limit pruning [datafusion]
via GitHub
2025/12/08
Re: [PR] Add PhysicalOptimizerRule::optimize_plan to allow passing more context into optimizer rules [datafusion]
via GitHub
2025/12/08
Re: [PR] chore: Add unit tests for `CometExecRule` [WIP] [datafusion-comet]
via GitHub
2025/12/08
Re: [PR] feat: Implement the `statistics_cache` function [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: Add DELETE/UPDATE hooks to TableProvider trait [datafusion]
via GitHub
2025/12/08
Re: [I] December 2025 DataFusion ASF Board Report [datafusion]
via GitHub
2025/12/08
Re: [PR] Add runtime config options for `list_files_cache_limit` and `list_files_cache_ttl` [datafusion]
via GitHub
2025/12/08
Re: [PR] Add runtime config options for `list_files_cache_limit` and `list_files_cache_ttl` [datafusion]
via GitHub
2025/12/08
[PR] chore: Add unit tests for `CometExecRule` [datafusion-comet]
via GitHub
2025/12/08
Re: [PR] Use strum in the examples (#19126) [datafusion]
via GitHub
2025/12/08
Re: [PR] Use strum in the examples (#19126) [datafusion]
via GitHub
2025/12/08
Re: [PR] chore: enforce clippy::allow_attributes for 7 crates [datafusion]
via GitHub
2025/12/08
Re: [PR] fix: Ensure column names do not change with `expand_views_at_output` [datafusion]
via GitHub
2025/12/08
Re: [PR] fix: Ensure column names do not change with `expand_views_at_output` [datafusion]
via GitHub
2025/12/08
Re: [PR] bench: add dedicated Utf8View benchmarks for InList [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: Preserve File Partitioning From File Scans [datafusion]
via GitHub
2025/12/08
Re: [PR] Push down InList or hash table references from HashJoinExec depending on the size of the build side [datafusion]
via GitHub
2025/12/08
Re: [PR] add specialized InList implementations for common scalar types [datafusion]
via GitHub
2025/12/08
Re: [I] feat: Decimal support for gcd [datafusion]
via GitHub
2025/12/08
Re: [PR] feat: Move DefaultMetadataCache into its own module [datafusion]
via GitHub
2025/12/08
Re: [PR] Add relation planner extension support to customize SQL planning [datafusion]
via GitHub
2025/12/08
Re: [I] Release DataFusion `51.1.0` (Minor) [datafusion]
via GitHub
Earlier messages
Later messages