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

    https://github.com/apache/spark/pull/15717#discussion_r88794139
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLCommandSuite.scala
 ---
    @@ -694,19 +694,6 @@ class DDLCommandSuite extends PlanTest {
         assertUnsupported("ALTER TABLE table_name SKEWED BY (key) ON (1,5,6) 
STORED AS DIRECTORIES")
       }
     
    -  test("alter table: change column name/type/position/comment (not 
allowed)") {
    --- End diff --
    
    The test suite `DDLCommandSuite` is used for testing the parser. Could you 
added unit test cases for the new parser rules?


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to