We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46b733 commit eb9d94aCopy full SHA for eb9d94a
sql/catalyst/src/main/java/org/apache/spark/sql/connector/CustomTaskMetric.java
@@ -28,7 +28,7 @@
28
*
29
* The metrics will be gathered during query execution back to the driver and then combined. How
30
* 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.
+ * name. The final result will be shown up in the data source scan operator in Spark UI.
32
33
* @since 3.2.0
34
*/
0 commit comments