From 7966d4b0138f6be1453c7612ed8f29d8a289323c Mon Sep 17 00:00:00 2001 From: Hongze Zhang Date: Thu, 15 Aug 2024 13:28:21 +0800 Subject: [PATCH] fixup --- .../apache/gluten/backendsapi/velox/VeloxListenerApi.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backends-velox/src/main/scala/org/apache/gluten/backendsapi/velox/VeloxListenerApi.scala b/backends-velox/src/main/scala/org/apache/gluten/backendsapi/velox/VeloxListenerApi.scala index 760877af773f..3f4a898cff2d 100644 --- a/backends-velox/src/main/scala/org/apache/gluten/backendsapi/velox/VeloxListenerApi.scala +++ b/backends-velox/src/main/scala/org/apache/gluten/backendsapi/velox/VeloxListenerApi.scala @@ -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 } @@ -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