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

Hive QA commented on HIVE-20820:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12945821/HIVE-20820.patch

{color:red}ERROR:{color} -1 due to no test(s) being added or modified.

{color:green}SUCCESS:{color} +1 due to 15508 tests passed

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/14669/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/14669/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-14669/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12945821 - PreCommit-HIVE-Build

> MV partition on clause position
> -------------------------------
>
>                 Key: HIVE-20820
>                 URL: https://issues.apache.org/jira/browse/HIVE-20820
>             Project: Hive
>          Issue Type: Bug
>          Components: Materialized views
>            Reporter: Jesus Camacho Rodriguez
>            Assignee: Jesus Camacho Rodriguez
>            Priority: Minor
>         Attachments: HIVE-20820.patch
>
>
> It should obey the following syntax as per 
> https://cwiki.apache.org/confluence/display/Hive/Materialized+views:
> {code}
> CREATE MATERIALIZED VIEW [IF NOT EXISTS] [db_name.]materialized_view_name
>   [DISABLE REWRITE]
>   [COMMENT materialized_view_comment]
>   [PARTITIONED ON (col_name, ...)]
>   [
>     [ROW FORMAT row_format]
>     [STORED AS file_format]
>       | STORED BY 'storage.handler.class.name' [WITH SERDEPROPERTIES (...)]
>   ]
>   [LOCATION hdfs_path]
>   [TBLPROPERTIES (property_name=property_value, ...)]
> AS
> <query>;
> {code}
> Currently it is positioned just before TBLPROPERTIES.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to