You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by ji...@apache.org on 2015/10/28 09:59:50 UTC

incubator-hawq git commit: HAWQ-93. Remove quicklz test case of InputFormat

Repository: incubator-hawq
Updated Branches:
  refs/heads/master ef3bf6a78 -> 0eb823e45


HAWQ-93. Remove quicklz test case of InputFormat


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/0eb823e4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/0eb823e4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/0eb823e4

Branch: refs/heads/master
Commit: 0eb823e454f59450ab4fca0bfb28860d1604d3ca
Parents: ef3bf6a
Author: Lirong Jian <ji...@gmail.com>
Authored: Wed Oct 28 16:10:18 2015 +0800
Committer: Lirong Jian <ji...@gmail.com>
Committed: Wed Oct 28 16:10:18 2015 +0800

----------------------------------------------------------------------
 .../ft/HAWQInputFormatFeatureTest_AO_Compression.java    | 11 -----------
 1 file changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/0eb823e4/contrib/hawq-hadoop/hawq-mapreduce-tool/src/test/java/com/pivotal/hawq/mapreduce/ft/HAWQInputFormatFeatureTest_AO_Compression.java
----------------------------------------------------------------------
diff --git a/contrib/hawq-hadoop/hawq-mapreduce-tool/src/test/java/com/pivotal/hawq/mapreduce/ft/HAWQInputFormatFeatureTest_AO_Compression.java b/contrib/hawq-hadoop/hawq-mapreduce-tool/src/test/java/com/pivotal/hawq/mapreduce/ft/HAWQInputFormatFeatureTest_AO_Compression.java
index 80830c6..1c7716e 100644
--- a/contrib/hawq-hadoop/hawq-mapreduce-tool/src/test/java/com/pivotal/hawq/mapreduce/ft/HAWQInputFormatFeatureTest_AO_Compression.java
+++ b/contrib/hawq-hadoop/hawq-mapreduce-tool/src/test/java/com/pivotal/hawq/mapreduce/ft/HAWQInputFormatFeatureTest_AO_Compression.java
@@ -25,17 +25,6 @@ public class HAWQInputFormatFeatureTest_AO_Compression extends SimpleTableCluste
 	private DataProvider provider = new RandomDataProvider(500);
 
 	@Test
-	public void testQuickLz() throws Exception {
-		HAWQTable table = new HAWQTable.Builder("test_ao_quicklz", colTypes)
-				.storage(HAWQTableFormat.AO)
-				.compress("quicklz", 1)
-				.provider(provider)
-				.build();
-
-		testSimpleTable(table);
-	}
-
-	@Test
 	public void testZlib() throws Exception {
 		for (int compressLevel = 1; compressLevel < 10; compressLevel++) {
 			HAWQTable table = new HAWQTable.Builder("test_ao_zlib_" + compressLevel, colTypes)