ajithme commented on a change in pull request #23958: [SPARK-27045] SQL tab in 
UI shows actual SQL instead of callsite
URL: https://github.com/apache/spark/pull/23958#discussion_r264137718
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
 ##########
 @@ -1708,6 +1708,13 @@ object SQLConf {
       "and java.sql.Date are used for the same purpose.")
     .booleanConf
     .createWithDefault(false)
+
+  val SQL_EVENT_TRUNCATE_LENGTH = buildConf("spark.sql.event.truncate.length")
 
 Review comment:
   @dongjoon-hyun 
   1. Yes. I have moved it to StaticSQLConf 
   2. i dint want to mention ``eventLog`` in the configuration because this 
property will truncate SQL in the ``SparkListenerSQLExecutionStart`` creation 
itself. ``EventLog`` is just one of the Listener to the event and infact all 
listeners of this event will get the truncated SQL.  right.?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to