This is an automated email from the ASF dual-hosted git repository.
jonah 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 32266c2676 typo fix (#13269)
32266c2676 is described below
commit 32266c2676a78a4ea05779d1624dfaa131092ee1
Author: Jonathan Chen <[email protected]>
AuthorDate: Tue Nov 5 20:53:32 2024 -0500
typo fix (#13269)
---
docs/source/library-user-guide/profiling.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/library-user-guide/profiling.md
b/docs/source/library-user-guide/profiling.md
index 75f2394a22..179c852de3 100644
--- a/docs/source/library-user-guide/profiling.md
+++ b/docs/source/library-user-guide/profiling.md
@@ -47,7 +47,7 @@ Example: Flamegraph for `datafusion-cli` executing `q28.sql`.
Note this
must be run as root on Mac OSx to access DTrace.
```shell
-sudo flamegraph -- datafusion-cli -f q28.sq
+sudo flamegraph -- datafusion-cli -f q28.sql
```
You can also invoke the flamegraph tool with `cargo` to profile a specific
test or benchmark.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]