You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2016/08/13 18:06:01 UTC

hive git commit: HIVE-14361 : Empty method in TestClientCommandHookFactory (Peter Vary via Ashutosh Chauhan)

Repository: hive
Updated Branches:
  refs/heads/master 0b46f4e9a -> f3d9a5ba3


HIVE-14361 : Empty method in TestClientCommandHookFactory (Peter Vary via Ashutosh Chauhan)

Signed-off-by: Ashutosh Chauhan <ha...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/f3d9a5ba
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/f3d9a5ba
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/f3d9a5ba

Branch: refs/heads/master
Commit: f3d9a5ba3470a4bc2346b7e12ebf14bdab7a3877
Parents: 0b46f4e
Author: Peter Vary <pv...@cloudera.com>
Authored: Wed Jul 27 13:51:00 2016 -0800
Committer: Ashutosh Chauhan <ha...@apache.org>
Committed: Sat Aug 13 11:05:21 2016 -0700

----------------------------------------------------------------------
 .../org/apache/hive/beeline/TestClientCommandHookFactory.java     | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/f3d9a5ba/beeline/src/test/org/apache/hive/beeline/TestClientCommandHookFactory.java
----------------------------------------------------------------------
diff --git a/beeline/src/test/org/apache/hive/beeline/TestClientCommandHookFactory.java b/beeline/src/test/org/apache/hive/beeline/TestClientCommandHookFactory.java
index 0e55603..0c1bf92 100644
--- a/beeline/src/test/org/apache/hive/beeline/TestClientCommandHookFactory.java
+++ b/beeline/src/test/org/apache/hive/beeline/TestClientCommandHookFactory.java
@@ -49,9 +49,6 @@ public class TestClientCommandHookFactory {
 
     return mockBeeLine;
   }
-  @BeforeClass
-  public static void setupMockData() {
-  }
 
   @Test
   public void testGetHookCli() {