Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Aug 15, 2024
1 parent 863486e commit 7966d4b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class VeloxListenerApi extends ListenerApi with Logging {
// Make sure we call the static initializers only once.
logInfo(
"Skip rerunning static initializers since they are only supposed to run once." +
" You see this message probably because are creating a new SparkSession.")
" You see this message probably because you are creating a new SparkSession.")
return
}

Expand All @@ -73,7 +73,7 @@ class VeloxListenerApi extends ListenerApi with Logging {
// Make sure we call the static initializers only once.
logInfo(
"Skip rerunning static initializers since they are only supposed to run once." +
" You see this message probably because are creating a new SparkSession.")
" You see this message probably because you are creating a new SparkSession.")
return
}
val conf = pc.conf
Expand Down

0 comments on commit 7966d4b

Please sign in to comment.