Commit 743ccc6
committed
Merge remote-tracking branch 'upstream/main' into asolimando/partition-statistics-context
Conflicts:
- aggregates/mod.rs: keep statistics_with_args, pass args.partition() to statistics_inner (upstream added partition arg)
- hash_join/exec.rs: keep StatisticsArgs import + statistics_with_args, drop get_record_batch_memory_size (replaced by RecordBatchMemoryCounter), add missing null_equality arg to (None, _) branch637 files changed
Lines changed: 27711 additions & 3255 deletions
File tree
- .github/workflows
- benchmarks
- benches
- sql_benchmarks
- clickbench_extended/benchmarks
- clickbench_sorted
- benchmarks
- init
- clickbench
- benchmarks
- init
- h2o
- benchmarks
- groupby
- join
- window
- init
- hj
- benchmarks
- init
- imdb
- benchmarks
- init
- nlj/benchmarks
- predicate_eval
- benchmarks
- cardinality
- correlation
- costsel
- cost
- drift
- neutral
- scale
- selectivity
- width
- init
- load
- queries
- cardinality
- correlation
- costsel
- cost
- drift
- neutral
- scale
- selectivity
- width
- smj/benchmarks
- sort_tpch
- benchmarks
- init
- tpcds
- benchmarks
- init
- wide_schema/init
- src
- datafusion-cli
- src
- datafusion-examples
- examples/data_io
- datafusion
- common/src
- file_options
- scalar
- utils
- core
- src
- dataframe
- execution
- tests
- dataframe
- datasource
- extension_types
- fuzz_cases/aggregation_fuzzer
- parquet
- physical_optimizer
- sql
- user_defined
- datasource-parquet/src
- execution/src
- memory_pool
- expr-common/src
- type_coercion
- binary/tests
- expr/src/logical_plan
- ffi
- src
- tests
- udf
- tests
- functions-aggregate
- benches
- src
- functions-nested/src
- functions/src
- datetime
- math
- optimizer
- src
- analyzer
- optimize_projections
- simplify_expressions
- tests
- physical-expr-common/src
- physical-expr
- benches
- src
- expressions
- physical-plan
- benches
- src
- aggregates
- group_values
- multi_group_by
- single_group_by
- joins
- hash_join
- sort_merge_join
- topk
- proto/src
- logical_plan
- physical_plan
- spark
- src
- function
- datetime
- hash
- string
- sqllogictest
- bin
- src
- engines/datafusion_engine
- test_files
- array
- datetime
- spark
- collection
- datetime
- string
- tpch/plans
- substrait/src/logical_plan/producer/rel
- wasmtest/datafusion-wasm-app
- dev/changelog
- docs/source
- contributor-guide
- library-user-guide/upgrading
- user-guide
- sql
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
| 432 | + | |
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
474 | | - | |
| 474 | + | |
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
| |||
773 | 773 | | |
774 | 774 | | |
775 | 775 | | |
776 | | - | |
| 776 | + | |
777 | 777 | | |
778 | 778 | | |
779 | 779 | | |
| |||
0 commit comments