Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/15255#discussion_r89946590
  
    --- Diff: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala 
---
    @@ -148,6 +148,52 @@ class HiveDDLSuite
         }
       }
     
    +  test("create Hive-serde table and view with unicode columns and 
comment") {
    +    val catalog = spark.sessionState.catalog
    +    val tabName = "tab1"
    +    val viewName = "view1"
    +    // scalastyle:off
    +    // non ascii characters are not allowed in the source code, so we 
disable the scalastyle.
    +    val colName1 = "和"
    +    val colName2 = "å°¼"
    +    val comment = "庙"
    +    // scalastyle:on
    +    withTable(tabName) {
    +      // non ascii characters are not allowed in the source code, so we 
disable the scalastyle.
    --- End diff --
    
    remove this line?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to