Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21803#discussion_r204969836
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/package.scala ---
    @@ -155,6 +155,18 @@ package object util {
     
       def toPrettySQL(e: Expression): String = usePrettyExpression(e).sql
     
    +
    +  def escapeSingleQuotedString(str: String): String = {
    --- End diff --
    
    Why this is moved under `catalyst`?


---

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

Reply via email to