Skip to content

Commit

Permalink
Update typo
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Graves <[email protected]>
  • Loading branch information
nartal1 and tgravescs authored Nov 15, 2023
1 parent 7a98c48 commit 113342e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ object ProfileMain extends Logging {
if(driverLog.nonEmpty && filteredLogs.size > 1 &&
!filteredLogs.forall(_.isInstanceOf[DatabricksEventLog])) {
logWarning("Only single eventlog should be provided for processing " +
"when driver log is passed, exiting!")
"when a driver log is passed, exiting!")
return (0, filteredLogs.size)
}

Expand Down

0 comments on commit 113342e

Please sign in to comment.