Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Nov 24, 2024
1 parent 0a3044e commit d430175
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/user-guide/tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ Comet also adds some custom metrics:
### CometScanExec

| Metric | Description |
|------------|-------------------------------------------------------------------------------------------------------------------------------------------------|
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| `scanTime` | Total time to read Parquet batches into JVM. This does not include the Arrow FFI cost of exporting these batches to native code for processing. |

### Common to all Comet Executors

| Metric | Description |
| ---------------- |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `jvm_fetch_time` | Measure the time it takes for an operatior to fetch batches from the JVM. Note that this does not include the execution time of the query that produced the input batches. |
| Metric | Description |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `jvm_fetch_time` | Measure the time it takes for an operator to fetch batches from the JVM. Note that this does not include the execution time of the query that produced the input batches. |

0 comments on commit d430175

Please sign in to comment.