You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by "peacewong (via GitHub)" <gi...@apache.org> on 2023/03/06 13:02:23 UTC

[GitHub] [linkis] peacewong commented on a diff in pull request #4225: [ISSUES-4224]The execution function result set is garbled

peacewong commented on code in PR #4225:
URL: https://github.com/apache/linkis/pull/4225#discussion_r1126385090


##########
linkis-engineconn-plugins/spark/src/main/scala/org/apache/linkis/engineplugin/spark/executor/SQLSession.scala:
##########
@@ -214,7 +214,15 @@ object SQLSession extends Logging {
           .mkString("{", ",", "}")
 
       case (str: String, StringType) => str.replaceAll("\n|\t", " ")
-      case (double: Double, DoubleType) => nf.format(double)
+      case (double: Double, DoubleType) =>
+        logger.info("double :" + double)

Review Comment:
   need to remove logger



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org