Skip to content

Commit eb9d94a

Browse files
committed
Update comment.
1 parent f46b733 commit eb9d94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/java/org/apache/spark/sql/connector/CustomTaskMetric.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* The metrics will be gathered during query execution back to the driver and then combined. How
3030
* the task metrics are combined is defined by corresponding {@link CustomMetric} with same metric
31-
* name. The final result will be shown up in the physical operator in Spark UI.
31+
* name. The final result will be shown up in the data source scan operator in Spark UI.
3232
*
3333
* @since 3.2.0
3434
*/

0 commit comments

Comments
 (0)