Skip to content

Commit

Permalink
revert fmt change
Browse files Browse the repository at this point in the history
  • Loading branch information
xupefei committed Sep 23, 2024
1 parent 73d13f9 commit caa4251
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ object SQLExecution extends Logging {
// Use empty string to indicate no error, as None may mean events generated by old
// versions of Spark.
errorMessage.orElse(Some("")))
// Currently only `Dataset.withAction` and `DataFrameWriter.runCommand` specify the
// `name` parameter. The `ExecutionListenerManager` only watches SQL executions with
// name. We can specify the execution name in more places in the future, so that
// Currently only `Dataset.withAction` and `DataFrameWriter.runCommand` specify the `name`
// parameter. The `ExecutionListenerManager` only watches SQL executions with name. We
// can specify the execution name in more places in the future, so that
// `QueryExecutionListener` can track more cases.
event.executionName = name
event.duration = endTime - startTime
Expand Down

0 comments on commit caa4251

Please sign in to comment.