Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
108 commits
Select commit Hold shift + click to select a range
a9a1319
Enable setting default values for target_partitions and planning_conc…
nuno-faria Apr 16, 2025
8b6e5d2
minor: fix doc comment (#15733)
niebayes Apr 16, 2025
727c0dc
chore(deps-dev): bump http-proxy-middleware (#15738)
dependabot[bot] Apr 16, 2025
42a45d1
Attach Diagnostic to syntax errors (#15680)
logan-keede Apr 16, 2025
3e08664
Aovid computing unnecessary statstics (#15729)
xudong963 Apr 17, 2025
2cba3ad
Set DataFusion runtime configurations through SQL interface (#15594)
kumarlokesh Apr 17, 2025
d14415f
chore(deps): bump libc from 0.2.171 to 0.2.172 (#15745)
dependabot[bot] Apr 17, 2025
3922800
Final release note touchups (#15741)
alamb Apr 17, 2025
ab5edc9
Refactor regexp slt tests (#15709)
kumarlokesh Apr 17, 2025
112cde8
ExecutionPlan: add APIs for filter pushdown & optimizer rule to apply…
adriangb Apr 17, 2025
a0b0221
Change `flatten` so it does only a level, not recursively (#15160)
delamarch3 Apr 17, 2025
4818966
Apply pre-selection and computation skipping to short-circuit optimiz…
acking-you Apr 17, 2025
a4d494c
fix: serialize listing table without partition column (#15737)
chenkovsky Apr 17, 2025
57a99e4
Coerce and simplify FixedSizeBinary equality to literal binary (#15726)
leoyvens Apr 18, 2025
1282170
Minor: simplify code in datafusion-proto (#15752)
alamb Apr 18, 2025
185f5d9
Add fast path for optimize_projection (#15746)
xudong963 Apr 18, 2025
ee5bf0a
chore(deps): bump clap from 4.5.35 to 4.5.36 (#15759)
dependabot[bot] Apr 18, 2025
66a7423
Add DataFusion 47.0.0 Upgrade Guide (#15749)
alamb Apr 18, 2025
6ffed55
Speed up optimize_projection by improving is_projection_unnecessary (…
xudong963 Apr 19, 2025
76a4c60
Support `Accumulator` for avg duration (#15468)
shruti2522 Apr 19, 2025
1d3c592
Improve `simplify_expressions` rule (#15735)
xudong963 Apr 19, 2025
f07fb10
Improve documentation for format `OPTIONS` clause (#15708)
marvelshan Apr 19, 2025
8a193c2
fix: describe Parquet schema with coerce_int96 (#15750)
chenkovsky Apr 19, 2025
392a9dd
Show current SQL recursion limit in RecursionLimitExceeded error mess…
kumarlokesh Apr 21, 2025
375189c
fix: clickbench type err (#15773)
chenkovsky Apr 21, 2025
91ad9fd
Minor: fix flaky test in aggregate.slt (#15786)
xudong963 Apr 21, 2025
280997d
Minor: remove unused logic for limit pushdown (#15730)
zhuqi-lucas Apr 21, 2025
b5b1055
chore(deps): bump sqllogictest from 0.28.0 to 0.28.1 (#15788)
dependabot[bot] Apr 21, 2025
9730404
Add try_new for LogicalPlan::Join (#15757)
kumarlokesh Apr 21, 2025
fd8a0f8
eliminate unnecessary struct creation in session state build. (#15800)
Rachelint Apr 22, 2025
967d6fd
doc: Adding Feldera as known user (#15799)
comphead Apr 22, 2025
449c744
chore(deps): bump half from 2.5.0 to 2.6.0 (#15806)
dependabot[bot] Apr 22, 2025
2f7cc9b
add `or_fun_call` and `unnecessary_lazy_evaluations` lints on `core`,…
Rachelint Apr 22, 2025
ab0da55
Fix: fetch is lost in replace_order_preserving_variants method during…
xudong963 Apr 23, 2025
230f31b
Speed up `optimize_projection` (#15787)
xudong963 Apr 23, 2025
e41c02c
Support WITHIN GROUP syntax to standardize certain existing aggregate…
Garamda Apr 23, 2025
323c939
docs: add ArkFlow (#15826)
chenquan Apr 23, 2025
03fa3b9
chore(deps): bump env_logger from 0.11.7 to 0.11.8 (#15823)
dependabot[bot] Apr 23, 2025
07a310f
Support unparsing `UNION` for distinct results (#15814)
phillipleblanc Apr 23, 2025
5d98d2c
Add `MemoryPool::memory_limit` to expose setting memory usage limit …
Rachelint Apr 24, 2025
4fd295d
Preserve projection for inline scan (#15825)
jayzhan211 Apr 24, 2025
377483f
cleanup after emit (#15834)
jayzhan211 Apr 24, 2025
84513a4
chore(deps): bump pyo3 from 0.24.1 to 0.24.2 (#15838)
dependabot[bot] Apr 24, 2025
5eb0968
Fix: fetch is missing in `EnforceSorting` optimizer (two places) (#15…
xudong963 Apr 24, 2025
f85535b
Minor: fix potential flaky test in aggregate.slt (#15829)
bikbov Apr 24, 2025
e0fd892
Fix `ILIKE` expression support in SQL unparser (#15820)
ewgenius Apr 24, 2025
8f5158a
Make `Diagnostic` easy/convinient to attach by using macro and avoidi…
logan-keede Apr 24, 2025
11088b9
Feature/benchmark config from env (#15782)
ctsk Apr 24, 2025
1fe856b
predicate pruning: support cast and try_cast for more types (#15764)
adriangb Apr 24, 2025
b8b6214
Fix: fetch is missing in plan_with_order_breaking_variants method (#1…
xudong963 Apr 25, 2025
4ac9b55
Fix `CoalescePartitionsExec` proto serialization (#15824)
lewiszlw Apr 25, 2025
8b91f9a
Fix build (#15849)
lewiszlw Apr 25, 2025
00617a0
Fix scalar list comparison when the compared lists have different len…
gabotechs Apr 25, 2025
6bf2326
chore: More details to `No UDF registered` error (#15843)
comphead Apr 25, 2025
1af8566
chore(deps): bump clap from 4.5.36 to 4.5.37 (#15853)
dependabot[bot] Apr 25, 2025
611cebf
Remove usage of `dbg!` (#15858)
phillipleblanc Apr 25, 2025
40ed90e
Fix `from_unixtime` function documentation (#15844)
Viicos Apr 25, 2025
96a2086
Minor: Interval singleton (#15859)
jayzhan211 Apr 26, 2025
74dc419
Make aggr fuzzer query builder more configurable (#15851)
Rachelint Apr 27, 2025
d2a2a8b
chore(deps): bump aws-config from 1.6.1 to 1.6.2 (#15874)
dependabot[bot] Apr 28, 2025
cc65b72
Add slt tests for `datafusion.execution.parquet.coerce_int96` setting…
alamb Apr 28, 2025
81b4c07
Improve `ListingTable` / `ListingTableOptions` docs (#15767)
alamb Apr 28, 2025
b782cff
Upgrade-guide: Downgrade "FileScanConfig –> FileScanConfigBuilder" he…
simonvandel Apr 28, 2025
ff404cd
Migrate Optimizer tests to insta, part2 (#15884)
qstommyshu Apr 29, 2025
f52d9b9
fix: Avoid mistaken ILike to string equality optimization (#15836)
srh Apr 29, 2025
b2c210a
Improve documentation for `FileSource`, `DataSource` and `DataSourceE…
alamb Apr 29, 2025
5e1214c
allow min max dictionary (#15827)
XiangpengHao Apr 29, 2025
54302ac
Map file-level column statistics to the table-level (#15865)
xudong963 Apr 29, 2025
01f4424
chore(deps): bump blake3 from 1.8.1 to 1.8.2 (#15890)
dependabot[bot] Apr 29, 2025
5bb0a98
Respect ignore_nulls in array_agg (#15544)
joroKr21 Apr 29, 2025
e1ad767
Set HashJoin seed (#15783)
ctsk Apr 29, 2025
2d80194
Add Extension Type / Metadata support for Scalar UDFs (#15646)
timsaucer Apr 29, 2025
2d27ce4
chore: fix clippy::large_enum_variant for DataFusionError (#15861)
rroelke Apr 29, 2025
e44ae0a
Saner handling of nulls inside arrays (#15149)
joroKr21 Apr 29, 2025
324be53
Feat: introduce `ExecutionPlan::partition_statistics` API (#15852)
xudong963 Apr 29, 2025
1e756b3
Keeping pull request in sync with the base branch (#15894)
xudong963 Apr 30, 2025
a50a525
fix: cast inner fsl to list in flatten (#15898)
gstvg Apr 30, 2025
7b370e2
support OR operator in binary `evaluate_bounds` (#15716)
davidhewitt Apr 30, 2025
bc41cee
feat: Add option to adjust writer buffer size for query output (#15747)
m09526 Apr 30, 2025
af99b54
infer placeholder datatype for IN lists (#15864)
kczimm Apr 30, 2025
2f454ae
Update known users (#15895)
comphead Apr 30, 2025
5fe8fa4
fix(avro): Respect projection order in Avro reader (#15840)
nantunes Apr 30, 2025
e1cc80c
Fix allow_update_branch (#15904)
xudong963 May 1, 2025
026a2b1
fix: correctly specify the nullability of `map_values` return type (#…
rluvaton May 1, 2025
a726e5a
Add `union_tag` scalar function (#14687)
gstvg May 1, 2025
e230941
chore(deps): bump tokio from 1.44.1 to 1.44.2 (#15900)
dependabot[bot] May 1, 2025
061ee09
chore(deps): bump assert_cmd from 2.0.16 to 2.0.17 (#15909)
dependabot[bot] May 1, 2025
185a02d
Factor out Substrait consumers into separate files (#15794)
gabotechs May 1, 2025
a655ec7
Unparse `UNNEST` projection with the table column alias (#15879)
goldmedal May 1, 2025
6bda479
feat: Add `datafusion-spark` crate (#15168)
shehabgamin May 1, 2025
eeea69d
Fix typo in introduction.md (#15910)
tom-mont May 2, 2025
f99f8da
Fix CI in main (#15917)
blaginin May 2, 2025
b90e2a0
Migrate Optimizer tests to insta, part3 (#15893)
qstommyshu May 2, 2025
f40e0db
Add `FormatOptions` to Config (#15793)
blaginin May 2, 2025
47518aa
Minor: cleanup datafusion-spark scalar functions (#15921)
alamb May 2, 2025
e467644
Fix ClickBench extended queries after update to APPROX_PERCENTILE_CON…
alamb May 3, 2025
c1a4957
fix: SqlLogicTest on Windows (#15932)
nuno-faria May 3, 2025
b4b77e9
docs: Label `bloom_filter_on_read` as a reading config (#15933)
nuno-faria May 3, 2025
6cc514b
Add extended query for checking improvement for blocked groups optimi…
Rachelint May 3, 2025
e3e5d19
Character length (#15931)
Dandandan May 3, 2025
8c42a65
chore(deps): bump tokio-util from 0.7.14 to 0.7.15 (#15918)
dependabot[bot] May 3, 2025
6cc4953
Migrate Optimizer tests to insta, part4 (#15937)
qstommyshu May 5, 2025
9c1395f
fix query results for predicates referencing partition columns and da…
adriangb May 5, 2025
0c92091
chore(deps): bump substrait from 0.55.0 to 0.55.1 (#15941)
dependabot[bot] May 5, 2025
655d63f
feat: create helpers to set the max_temp_directory_size (#15919)
jdrouet May 5, 2025
6ba4152
Fix main CI (#15942)
xudong963 May 5, 2025
90fbb98
Improve sqllogictest error reporting (#15905)
gabotechs May 5, 2025
a39c07a
refactor filter pushdown apis (#15801)
adriangb May 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ github:
main:
required_pull_request_reviews:
required_approving_review_count: 1
pull_requests:
# enable updating head branches of pull requests
allow_update_branch: true

# publishes the content of the `asf-site` branch to
# https://datafusion.apache.org/
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,11 @@ jobs:
# If you encounter an error, run './dev/update_function_docs.sh' and commit
./dev/update_function_docs.sh
git diff --exit-code
- name: Check if runtime_configs.md has been modified
run: |
# If you encounter an error, run './dev/update_runtime_config_docs.sh' and commit
./dev/update_runtime_config_docs.sh
git diff --exit-code

# Verify MSRV for the crates which are directly used by other projects:
# - datafusion
Expand Down
Loading
Loading