You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xiao Li (JIRA)" <ji...@apache.org> on 2016/04/07 19:01:25 UTC

[jira] [Commented] (SPARK-14441) Consolidate DDL tests

    [ 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org