Skip to content

chore: Fix typo problems#21495

Open
erenavsarogullari wants to merge 1 commit intoapache:mainfrom
erenavsarogullari:datafusion_fix_typo_problems
Open

chore: Fix typo problems#21495
erenavsarogullari wants to merge 1 commit intoapache:mainfrom
erenavsarogullari:datafusion_fix_typo_problems

Conversation

@erenavsarogullari
Copy link
Copy Markdown
Member

@erenavsarogullari erenavsarogullari commented Apr 9, 2026

Which issue does this PR close?

Rationale for this change

There are typo problems on following source-files and some of them were being highlighted by IntelliJ (CLion). It is useful to fix them:

datafusion/
     benchmarks/bench.sh
     benchmarks/lineprotocol.py
     core/src/execution/context/mod.rs
     expr/src/udf.rs
     functions-nested/src/range.rs
     optimizer/src/optimizer.rs
     optimizer/src/optimizer.rs
     physical-plan/src/joins/nested_loop_join.rs
     sqllogictest/src/engines/datafusion_engine/normalize.rs
     sqllogictest/test_files/repartition.slt

What changes are included in this PR?

This PR aims to fix found typo problems.

Are these changes tested?

Not required.

Are there any user-facing changes?

No

@github-actions github-actions bot added logical-expr Logical plan and expressions optimizer Optimizer rules core Core DataFusion crate sqllogictest SQL Logic Tests (.slt) functions Changes to functions implementation physical-plan Changes to the physical-plan crate labels Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Core DataFusion crate functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules physical-plan Changes to the physical-plan crate sqllogictest SQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix typo problems

1 participant