dongjoon-hyun commented on code in PR #46322:
URL: https://github.com/apache/spark/pull/46322#discussion_r1586720608


##########
common/utils/src/test/scala/org/apache/spark/util/StructuredLoggingSuite.scala:
##########
@@ -192,8 +192,8 @@ class StructuredLoggingSuite extends LoggingSuiteBase {
       s"""
         {
           "ts": "<timestamp>",
-          "level": "$level",
           "msg": "This is a log message",
+          "level": "$level",

Review Comment:
   Do we need to change the position like this? Is there a way for us to keep 
the existing location?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to