Github user koeninger commented on the issue:

    https://github.com/apache/spark/pull/23148
  
    I tested that example, it will reformat to
    
    ```
        checkScan(
          query,
          
"struct<id:int,name:struct<first:string,middle:string,last:string>,address:string,pets:int,"
 +
            "friends:array<struct<first:string,middle:string,last:string>>," +
            
"relatives:map<string,struct<first:string,middle:string,last:string>>>"
        )
    ```
    
    but after that, it will not complain about the long unbreakable string 
starting with "struct".


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to