ajithme edited a comment on issue #23958: [SPARK-27045] SQL tab in UI shows actual SQL instead of callsite URL: https://github.com/apache/spark/pull/23958#issuecomment-471156490 @dongjoon-hyun @srowen @gengliangwang @cloud-fan @gatorsmile @gengliangwang Thanks for all the inputs. So the new UI looks like this  Any query which is exceeding 1 line will be ended by ellipse. User can view the complete query by clicking on ``+details`` . I have updated the PR accordingly. and introduced a new config **spark.sql.event.truncate.length** please suggest if config name is not satisfactory One small question about the truncation. Is it ok truncation happen @ creation of SparkListenerSQLExecutionStart.??
---------------------------------------------------------------- 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]
