This is an automated email from the ASF dual-hosted git repository.

kazuyukitanimura pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new 99c47d057 minor: fix typo (#1570)
99c47d057 is described below

commit 99c47d057904ff741bad81eb3441370188cb32e7
Author: Zhen Wang <[email protected]>
AuthorDate: Wed Mar 26 03:36:03 2025 +0800

    minor: fix typo (#1570)
---
 spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala 
b/spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala
index 3e36323a4..b3e65a8a0 100644
--- a/spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala
+++ b/spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala
@@ -797,7 +797,7 @@ object QueryPlanSerde extends Logging with 
ShimQueryPlanSerde with CometExprShim
               exprBuilder.setBytesVal(byteStr)
             case _: DateType => exprBuilder.setIntVal(value.asInstanceOf[Int])
             case dt =>
-              logWarning(s"Unexpected date type '$dt' for literal value 
'$value'")
+              logWarning(s"Unexpected datatype '$dt' for literal value 
'$value'")
           }
         }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to