[ 
https://issues.apache.org/jira/browse/HIVE-5628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brock Noland updated HIVE-5628:
-------------------------------

    Attachment: HIVE-5628.patch

The attached patch is for testing. The change should be committed as below:

{noformat}
svn mv 
ql/src/test/org/apache/hadoop/hive/ql/optimizer/listbucketingpruner/ListBucketingPrunnerTest.java
 
ql/src/test/org/apache/hadoop/hive/ql/optimizer/listbucketingpruner/TestListBucketingPrunner.java
perl -i -pe 's@ListBucketingPrunnerTest@TestListBucketingPrunner@g' 
ql/src/test/org/apache/hadoop/hive/ql/optimizer/listbucketingpruner/TestListBucketingPrunner.java
svn mv 
ql/src/test/org/apache/hadoop/hive/ql/optimizer/listbucketingpruner/DynamicMultiDimeCollectionTest.java
 
ql/src/test/org/apache/hadoop/hive/ql/optimizer/listbucketingpruner/TestDynamicMultiDimeCollection.java
perl -i -pe 's@DynamicMultiDimeCollectionTest@TestDynamicMultiDimeCollection@g' 
ql/src/test/org/apache/hadoop/hive/ql/optimizer/listbucketingpruner/TestDynamicMultiDimeCollection.java
{noformat}

> ListBucketingPrunnerTest and DynamicMultiDimeCollectionTest should start with 
> Test not end with it
> --------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-5628
>                 URL: https://issues.apache.org/jira/browse/HIVE-5628
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Brock Noland
>            Assignee: Brock Noland
>         Attachments: HIVE-5628.patch
>
>
> ListBucketingPrunnerTest and DynamicMultiDimeCollectionTest will not be run 
> by PTest because they end with Test and PTest requires tests start with Test.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to