Skip to content

Commit 5040a58

Browse files
authored
fix: Correct link to tracing guide in CometConf (apache#2866)
1 parent 95c8c7d commit 5040a58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/src/main/scala/org/apache/comet/CometConf.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ object CometConf extends ShimCometConf {
5252
"Guide (https://datafusion.apache.org/comet/user-guide/tuning.html)"
5353

5454
private val TRACING_GUIDE = "For more information, refer to the Comet Tracing " +
55-
"Guide (https://datafusion.apache.org/comet/user-guide/tracing.html)"
55+
"Guide (https://datafusion.apache.org/comet/contributor-guide/tracing.html)"
5656

5757
/** List of all configs that is used for generating documentation */
5858
val allConfs = new ListBuffer[ConfigEntry[_]]

docs/source/user-guide/latest/configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ These settings can be used to determine which parts of the plan are accelerated
124124
| `spark.comet.batchSize` | The columnar batch size, i.e., the maximum number of rows that a batch can contain. | 8192 |
125125
| `spark.comet.exec.memoryPool` | The type of memory pool to be used for Comet native execution when running Spark in off-heap mode. Available pool types are `greedy_unified` and `fair_unified`. For more information, refer to the [Comet Tuning Guide](https://datafusion.apache.org/comet/user-guide/tuning.html). | fair_unified |
126126
| `spark.comet.exec.memoryPool.fraction` | Fraction of off-heap memory pool that is available to Comet. Only applies to off-heap mode. For more information, refer to the [Comet Tuning Guide](https://datafusion.apache.org/comet/user-guide/tuning.html). | 1.0 |
127-
| `spark.comet.tracing.enabled` | Enable fine-grained tracing of events and memory usage. For more information, refer to the [Comet Tracing Guide](https://datafusion.apache.org/comet/user-guide/tracing.html). | false |
127+
| `spark.comet.tracing.enabled` | Enable fine-grained tracing of events and memory usage. For more information, refer to the [Comet Tracing Guide](https://datafusion.apache.org/comet/contributor-guide/tracing.html). | false |
128128
<!-- prettier-ignore-end -->
129129
<!--END:CONFIG_TABLE-->
130130

0 commit comments

Comments
 (0)