This is an automated email from the ASF dual-hosted git repository.

xudong963 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new c0bdff912a Fix 'Analaysis' typo (#17015)
c0bdff912a is described below

commit c0bdff912a6530356eea3e8b06f88c96e5005d11
Author: Peter Nguyen <petern0...@gmail.com>
AuthorDate: Fri Aug 1 21:18:26 2025 -0700

    Fix 'Analaysis' typo (#17015)
---
 docs/source/library-user-guide/query-optimizer.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/library-user-guide/query-optimizer.md 
b/docs/source/library-user-guide/query-optimizer.md
index a1ccd0a15a..224510083f 100644
--- a/docs/source/library-user-guide/query-optimizer.md
+++ b/docs/source/library-user-guide/query-optimizer.md
@@ -428,7 +428,7 @@ Each of these statistics is wrapped in a `Precision` type 
that indicates whether
 exact or estimated, allowing the optimizer to make informed decisions about 
the reliability
 of its cardinality estimates.
 
-### Boundary Analaysis Flow
+### Boundary Analysis Flow
 
 The boundary analysis process flows through several stages, with each stage 
building
 upon the information gathered in previous stages. The `AnalysisContext` is 
continuously


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to