ajithme commented on a change in pull request #24076: [SPARK-27142][SQL] 
Provide REST API for SQL information
URL: https://github.com/apache/spark/pull/24076#discussion_r365431344
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/ui/SQLAppStatusStore.scala
 ##########
 @@ -34,14 +34,16 @@ import org.apache.spark.util.kvstore.{KVIndex, KVStore}
  * Provides a view of a KVStore with methods that make it easy to query 
SQL-specific state. There's
  * no state kept in this class, so it's ok to have multiple instances of it in 
an application.
  */
-class SQLAppStatusStore(
-    store: KVStore,
-    val listener: Option[SQLAppStatusListener] = None) {
+class SQLAppStatusStore(store: KVStore, val listener: 
Option[SQLAppStatusListener] = None) {
 
 Review comment:
   `scalafmt` corrected the entire file, corrected the PR to format only 
modified code

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