From a01cbf5daac148f39cd97299780f542abc41d1e9 Mon Sep 17 00:00:00 2001 From: sethah Date: Thu, 29 Oct 2015 11:58:39 -0700 Subject: [SPARK-10641][SQL] Add Skewness and Kurtosis Support Implementing skewness and kurtosis support based on following algorithm: https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Higher-order_statistics Author: sethah Closes #9003 from sethah/SPARK-10641. --- .../org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala | 1 - 1 file changed, 1 deletion(-) (limited to 'sql/hive/compatibility/src') diff --git a/sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala b/sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala index eed9e436f9..9e357bf348 100644 --- a/sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala +++ b/sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala @@ -467,7 +467,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter { "escape_orderby1", "escape_sortby1", "explain_rearrange", - "fetch_aggregation", "fileformat_mix", "fileformat_sequencefile", "fileformat_text", -- cgit v1.2.3