srielau commented on PR #37520:
URL: https://github.com/apache/spark/pull/37520#issuecomment-1219047663

   What is the reason for the limit? Will it break notebook and query editor?
   I think the point is that we want tools to start using it.
   
   Sent from my iPhone
   
   On Aug 17, 2022, at 9:34 PM, Wenchen Fan ***@***.***> wrote:
   
   
   
   @cloud-fan commented on this pull request.
   
   ________________________________
   
   In 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala<https://github.com/apache/spark/pull/37520#discussion_r948640467>:
   
   > @@ -3876,6 +3876,15 @@ object SQLConf {
          .booleanConf
          .createWithDefault(false)
   
   +  val ERROR_MESSAGE_FORMAT = buildConf("spark.sql.error.messageFormat")
   +    .doc("When PRETTY, the error message consists of textual representation 
of error class, " +
   +      "message and query context. The MINIMAL and STANDARD formats are 
pretty JSON formats where " +
   +      "STANDARD includes an additional JSON field `message`.")
   
   
   let's also mention where this config applies: thriftserver and sql shell
   
   —
   Reply to this email directly, view it on 
GitHub<https://github.com/apache/spark/pull/37520#pullrequestreview-1076685617>,
 or 
unsubscribe<https://github.com/notifications/unsubscribe-auth/AA22CFGHCBQXN6WA4WU5XEDVZW4OLANCNFSM56RPFPYA>.
   You are receiving this because you were mentioned.Message ID: ***@***.***>
   


-- 
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