[ 
https://issues.apache.org/jira/browse/SPARK-14441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15230567#comment-15230567
 ] 

Xiao Li commented on SPARK-14441:
---------------------------------

`HiveDDLCommandSuite` is for parsing Hive-only commands. For example, Script 
Transform
`DDLCommandSuite` is for parsing all the remaining commands.

`HiveDDLSuite` is for verifying the execution of Hive-only commands. For 
example, view-related commands
`DDLSuite` is for verifying the execution of the remaining commands.



> Consolidate DDL tests
> ---------------------
>
>                 Key: SPARK-14441
>                 URL: https://issues.apache.org/jira/browse/SPARK-14441
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL, Tests
>    Affects Versions: 2.0.0
>            Reporter: Andrew Or
>
> Today we have DDLSuite, DDLCommandSuite, HiveDDLCommandSuite. It's confusing 
> whether a test should exist in one or the other. It also makes it less clear 
> whether our test coverage is comprehensive. Ideally we should consolidate 
> these files as much as possible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to