Repository: spark
Updated Branches:
  refs/heads/branch-1.4 994abbaeb -> d73900a90


[SPARK-7859] [SQL] Collect_set() behavior differences which fails the unit test 
under jdk8

To reproduce that:
```
JAVA_HOME=/home/hcheng/Java/jdk1.8.0_45 | build/sbt -Phadoop-2.3 -Phive  
'test-only 
org.apache.spark.sql.hive.execution.HiveWindowFunctionQueryWithoutCodeGenSuite'
```

A simple workaround to fix that is update the original query, for getting the 
output size instead of the exact elements of the array (output by collect_set())

Author: Cheng Hao <hao.ch...@intel.com>

Closes #6402 from chenghao-intel/windowing and squashes the following commits:

99312ad [Cheng Hao] add order by for the select clause
edf8ce3 [Cheng Hao] update the code as suggested
7062da7 [Cheng Hao] fix the collect_set() behaviour differences under different 
versions of JDK

(cherry picked from commit 13321e65559f6354ec1287a690580fd6f498ef89)
Signed-off-by: Yin Huai <yh...@databricks.com>


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

Branch: refs/heads/branch-1.4
Commit: d73900a9034b22191e1440b18ee63b1835f09582
Parents: 994abba
Author: Cheng Hao <hao.ch...@intel.com>
Authored: Mon Jun 22 20:04:49 2015 -0700
Committer: Yin Huai <yh...@databricks.com>
Committed: Mon Jun 22 20:05:00 2015 -0700

----------------------------------------------------------------------
 .../HiveWindowFunctionQuerySuite.scala          |  8 ++
 ... testSTATs-0-6dfcd7925fb267699c4bf82737d4609 | 97 ++++++++++++++++++++
 ...testSTATs-0-da0e0cca69e42118a96b8609b8fa5838 | 26 ------
 3 files changed, 105 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/d73900a9/sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveWindowFunctionQuerySuite.scala
----------------------------------------------------------------------
diff --git 
a/sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveWindowFunctionQuerySuite.scala
 
b/sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveWindowFunctionQuerySuite.scala
index 934452f..31a49a3 100644
--- 
a/sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveWindowFunctionQuerySuite.scala
+++ 
b/sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveWindowFunctionQuerySuite.scala
@@ -526,8 +526,14 @@ abstract class HiveWindowFunctionQueryBaseSuite extends 
HiveComparisonTest with
       |             rows between 2 preceding and 2 following);
     """.stripMargin, reset = false)
 
+  // collect_set() output array in an arbitrary order, hence causes different 
result
+  // when running this test suite under Java 7 and 8.
+  // We change the original sql query a little bit for making the test suite 
passed
+  // under different JDK
   createQueryTest("windowing.q -- 20. testSTATs",
     """
+      |select p_mfgr,p_name, p_size, sdev, sdev_pop, uniq_data, var, cor, 
covarp
+      |from (
       |select  p_mfgr,p_name, p_size,
       |stddev(p_retailprice) over w1 as sdev,
       |stddev_pop(p_retailprice) over w1 as sdev_pop,
@@ -538,6 +544,8 @@ abstract class HiveWindowFunctionQueryBaseSuite extends 
HiveComparisonTest with
       |from part
       |window w1 as (distribute by p_mfgr sort by p_mfgr, p_name
       |             rows between 2 preceding and 2 following)
+      |) t lateral view explode(uniq_size) d as uniq_data
+      |order by p_mfgr,p_name, p_size, sdev, sdev_pop, uniq_data, var, cor, 
covarp
     """.stripMargin, reset = false)
 
   createQueryTest("windowing.q -- 21. testDISTs",

http://git-wip-us.apache.org/repos/asf/spark/blob/d73900a9/sql/hive/src/test/resources/golden/windowing.q
 -- 20. testSTATs-0-6dfcd7925fb267699c4bf82737d4609
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing.q -- 20. 
testSTATs-0-6dfcd7925fb267699c4bf82737d4609 
b/sql/hive/src/test/resources/golden/windowing.q -- 20. 
testSTATs-0-6dfcd7925fb267699c4bf82737d4609
new file mode 100644
index 0000000..7e5fcee
--- /dev/null
+++ b/sql/hive/src/test/resources/golden/windowing.q -- 20. 
testSTATs-0-6dfcd7925fb267699c4bf82737d4609 
@@ -0,0 +1,97 @@
+Manufacturer#1 almond antique burnished rose metallic  2       
258.10677784349235      258.10677784349235      2       66619.10876874991       
0.811328754177887       2801.7074999999995
+Manufacturer#1 almond antique burnished rose metallic  2       
258.10677784349235      258.10677784349235      6       66619.10876874991       
0.811328754177887       2801.7074999999995
+Manufacturer#1 almond antique burnished rose metallic  2       
258.10677784349235      258.10677784349235      34      66619.10876874991       
0.811328754177887       2801.7074999999995
+Manufacturer#1 almond antique burnished rose metallic  2       
273.70217881648074      273.70217881648074      2       74912.8826888888        
1.0     4128.782222222221
+Manufacturer#1 almond antique burnished rose metallic  2       
273.70217881648074      273.70217881648074      34      74912.8826888888        
1.0     4128.782222222221
+Manufacturer#1 almond antique chartreuse lavender yellow       34      
230.90151585470358      230.90151585470358      2       53315.51002399992       
0.695639377397664       2210.7864
+Manufacturer#1 almond antique chartreuse lavender yellow       34      
230.90151585470358      230.90151585470358      6       53315.51002399992       
0.695639377397664       2210.7864
+Manufacturer#1 almond antique chartreuse lavender yellow       34      
230.90151585470358      230.90151585470358      28      53315.51002399992       
0.695639377397664       2210.7864
+Manufacturer#1 almond antique chartreuse lavender yellow       34      
230.90151585470358      230.90151585470358      34      53315.51002399992       
0.695639377397664       2210.7864
+Manufacturer#1 almond antique salmon chartreuse burlywood      6       
202.73109328368946      202.73109328368946      2       41099.896184    
0.630785977101214       2009.9536000000007
+Manufacturer#1 almond antique salmon chartreuse burlywood      6       
202.73109328368946      202.73109328368946      6       41099.896184    
0.630785977101214       2009.9536000000007
+Manufacturer#1 almond antique salmon chartreuse burlywood      6       
202.73109328368946      202.73109328368946      28      41099.896184    
0.630785977101214       2009.9536000000007
+Manufacturer#1 almond antique salmon chartreuse burlywood      6       
202.73109328368946      202.73109328368946      34      41099.896184    
0.630785977101214       2009.9536000000007
+Manufacturer#1 almond antique salmon chartreuse burlywood      6       
202.73109328368946      202.73109328368946      42      41099.896184    
0.630785977101214       2009.9536000000007
+Manufacturer#1 almond aquamarine burnished black steel 28      
121.6064517973862       121.6064517973862       6       14788.129118750014      
0.2036684720435979      331.1337500000004
+Manufacturer#1 almond aquamarine burnished black steel 28      
121.6064517973862       121.6064517973862       28      14788.129118750014      
0.2036684720435979      331.1337500000004
+Manufacturer#1 almond aquamarine burnished black steel 28      
121.6064517973862       121.6064517973862       34      14788.129118750014      
0.2036684720435979      331.1337500000004
+Manufacturer#1 almond aquamarine burnished black steel 28      
121.6064517973862       121.6064517973862       42      14788.129118750014      
0.2036684720435979      331.1337500000004
+Manufacturer#1 almond aquamarine pink moccasin thistle 42      
96.5751586416853        96.5751586416853        6       9326.761266666683       
-1.4442181184933883E-4  -0.20666666666708502
+Manufacturer#1 almond aquamarine pink moccasin thistle 42      
96.5751586416853        96.5751586416853        28      9326.761266666683       
-1.4442181184933883E-4  -0.20666666666708502
+Manufacturer#1 almond aquamarine pink moccasin thistle 42      
96.5751586416853        96.5751586416853        42      9326.761266666683       
-1.4442181184933883E-4  -0.20666666666708502
+Manufacturer#2 almond antique violet chocolate turquoise       14      
142.2363169751898       142.2363169751898       2       20231.169866666663      
-0.49369526554523185    -1113.7466666666658
+Manufacturer#2 almond antique violet chocolate turquoise       14      
142.2363169751898       142.2363169751898       14      20231.169866666663      
-0.49369526554523185    -1113.7466666666658
+Manufacturer#2 almond antique violet chocolate turquoise       14      
142.2363169751898       142.2363169751898       40      20231.169866666663      
-0.49369526554523185    -1113.7466666666658
+Manufacturer#2 almond antique violet turquoise frosted 40      
137.76306498840682      137.76306498840682      2       18978.662075    
-0.5205630897335946     -1004.4812499999995
+Manufacturer#2 almond antique violet turquoise frosted 40      
137.76306498840682      137.76306498840682      14      18978.662075    
-0.5205630897335946     -1004.4812499999995
+Manufacturer#2 almond antique violet turquoise frosted 40      
137.76306498840682      137.76306498840682      25      18978.662075    
-0.5205630897335946     -1004.4812499999995
+Manufacturer#2 almond antique violet turquoise frosted 40      
137.76306498840682      137.76306498840682      40      18978.662075    
-0.5205630897335946     -1004.4812499999995
+Manufacturer#2 almond aquamarine midnight light salmon 2       
130.03972279269132      130.03972279269132      2       16910.329504000005      
-0.46908967495720255    -766.1791999999995
+Manufacturer#2 almond aquamarine midnight light salmon 2       
130.03972279269132      130.03972279269132      14      16910.329504000005      
-0.46908967495720255    -766.1791999999995
+Manufacturer#2 almond aquamarine midnight light salmon 2       
130.03972279269132      130.03972279269132      18      16910.329504000005      
-0.46908967495720255    -766.1791999999995
+Manufacturer#2 almond aquamarine midnight light salmon 2       
130.03972279269132      130.03972279269132      25      16910.329504000005      
-0.46908967495720255    -766.1791999999995
+Manufacturer#2 almond aquamarine midnight light salmon 2       
130.03972279269132      130.03972279269132      40      16910.329504000005      
-0.46908967495720255    -766.1791999999995
+Manufacturer#2 almond aquamarine rose maroon antique   25      
135.55100986344584      135.55100986344584      2       18374.07627499999       
-0.6091405874714462     -1128.1787499999987
+Manufacturer#2 almond aquamarine rose maroon antique   25      
135.55100986344584      135.55100986344584      18      18374.07627499999       
-0.6091405874714462     -1128.1787499999987
+Manufacturer#2 almond aquamarine rose maroon antique   25      
135.55100986344584      135.55100986344584      25      18374.07627499999       
-0.6091405874714462     -1128.1787499999987
+Manufacturer#2 almond aquamarine rose maroon antique   25      
135.55100986344584      135.55100986344584      40      18374.07627499999       
-0.6091405874714462     -1128.1787499999987
+Manufacturer#2 almond aquamarine sandy cyan gainsboro  18      
156.44019460768044      156.44019460768044      2       24473.534488888927      
-0.9571686373491608     -1441.4466666666676
+Manufacturer#2 almond aquamarine sandy cyan gainsboro  18      
156.44019460768044      156.44019460768044      18      24473.534488888927      
-0.9571686373491608     -1441.4466666666676
+Manufacturer#2 almond aquamarine sandy cyan gainsboro  18      
156.44019460768044      156.44019460768044      25      24473.534488888927      
-0.9571686373491608     -1441.4466666666676
+Manufacturer#3 almond antique chartreuse khaki white   17      
196.7742266885805       196.7742266885805       14      38720.09628888887       
0.5557168646224995      224.6944444444446
+Manufacturer#3 almond antique chartreuse khaki white   17      
196.7742266885805       196.7742266885805       17      38720.09628888887       
0.5557168646224995      224.6944444444446
+Manufacturer#3 almond antique chartreuse khaki white   17      
196.7742266885805       196.7742266885805       19      38720.09628888887       
0.5557168646224995      224.6944444444446
+Manufacturer#3 almond antique forest lavender goldenrod        14      
275.14144189852607      275.14144189852607      1       75702.81305     
-0.6720833036576083     -1296.9000000000003
+Manufacturer#3 almond antique forest lavender goldenrod        14      
275.14144189852607      275.14144189852607      14      75702.81305     
-0.6720833036576083     -1296.9000000000003
+Manufacturer#3 almond antique forest lavender goldenrod        14      
275.14144189852607      275.14144189852607      17      75702.81305     
-0.6720833036576083     -1296.9000000000003
+Manufacturer#3 almond antique forest lavender goldenrod        14      
275.14144189852607      275.14144189852607      19      75702.81305     
-0.6720833036576083     -1296.9000000000003
+Manufacturer#3 almond antique metallic orange dim      19      
260.23473614412046      260.23473614412046      1       67722.117896    
-0.5703526513979519     -2129.0664
+Manufacturer#3 almond antique metallic orange dim      19      
260.23473614412046      260.23473614412046      14      67722.117896    
-0.5703526513979519     -2129.0664
+Manufacturer#3 almond antique metallic orange dim      19      
260.23473614412046      260.23473614412046      17      67722.117896    
-0.5703526513979519     -2129.0664
+Manufacturer#3 almond antique metallic orange dim      19      
260.23473614412046      260.23473614412046      19      67722.117896    
-0.5703526513979519     -2129.0664
+Manufacturer#3 almond antique metallic orange dim      19      
260.23473614412046      260.23473614412046      45      67722.117896    
-0.5703526513979519     -2129.0664
+Manufacturer#3 almond antique misty red olive  1       275.9139962356932       
275.9139962356932       1       76128.53331875012       -0.577476899644802      
-2547.7868749999993
+Manufacturer#3 almond antique misty red olive  1       275.9139962356932       
275.9139962356932       14      76128.53331875012       -0.577476899644802      
-2547.7868749999993
+Manufacturer#3 almond antique misty red olive  1       275.9139962356932       
275.9139962356932       19      76128.53331875012       -0.577476899644802      
-2547.7868749999993
+Manufacturer#3 almond antique misty red olive  1       275.9139962356932       
275.9139962356932       45      76128.53331875012       -0.577476899644802      
-2547.7868749999993
+Manufacturer#3 almond antique olive coral navajo       45      
260.5815918713796       260.5815918713796       1       67902.76602222225       
-0.8710736366736884     -4099.731111111111
+Manufacturer#3 almond antique olive coral navajo       45      
260.5815918713796       260.5815918713796       19      67902.76602222225       
-0.8710736366736884     -4099.731111111111
+Manufacturer#3 almond antique olive coral navajo       45      
260.5815918713796       260.5815918713796       45      67902.76602222225       
-0.8710736366736884     -4099.731111111111
+Manufacturer#4 almond antique gainsboro frosted violet 10      
170.13011889596618      170.13011889596618      10      28944.25735555559       
-0.6656975320098423     -1347.4777777777779
+Manufacturer#4 almond antique gainsboro frosted violet 10      
170.13011889596618      170.13011889596618      27      28944.25735555559       
-0.6656975320098423     -1347.4777777777779
+Manufacturer#4 almond antique gainsboro frosted violet 10      
170.13011889596618      170.13011889596618      39      28944.25735555559       
-0.6656975320098423     -1347.4777777777779
+Manufacturer#4 almond antique violet mint lemon        39      
242.26834609323197      242.26834609323197      7       58693.95151875002       
-0.8051852719193339     -2537.328125
+Manufacturer#4 almond antique violet mint lemon        39      
242.26834609323197      242.26834609323197      10      58693.95151875002       
-0.8051852719193339     -2537.328125
+Manufacturer#4 almond antique violet mint lemon        39      
242.26834609323197      242.26834609323197      27      58693.95151875002       
-0.8051852719193339     -2537.328125
+Manufacturer#4 almond antique violet mint lemon        39      
242.26834609323197      242.26834609323197      39      58693.95151875002       
-0.8051852719193339     -2537.328125
+Manufacturer#4 almond aquamarine floral ivory bisque   27      
234.10001662537326      234.10001662537326      7       54802.817784000035      
-0.6046935574240581     -1719.8079999999995
+Manufacturer#4 almond aquamarine floral ivory bisque   27      
234.10001662537326      234.10001662537326      10      54802.817784000035      
-0.6046935574240581     -1719.8079999999995
+Manufacturer#4 almond aquamarine floral ivory bisque   27      
234.10001662537326      234.10001662537326      12      54802.817784000035      
-0.6046935574240581     -1719.8079999999995
+Manufacturer#4 almond aquamarine floral ivory bisque   27      
234.10001662537326      234.10001662537326      27      54802.817784000035      
-0.6046935574240581     -1719.8079999999995
+Manufacturer#4 almond aquamarine floral ivory bisque   27      
234.10001662537326      234.10001662537326      39      54802.817784000035      
-0.6046935574240581     -1719.8079999999995
+Manufacturer#4 almond aquamarine yellow dodger mint    7       
247.3342714197732       247.3342714197732       7       61174.24181875003       
-0.5508665654707869     -1719.0368749999975
+Manufacturer#4 almond aquamarine yellow dodger mint    7       
247.3342714197732       247.3342714197732       12      61174.24181875003       
-0.5508665654707869     -1719.0368749999975
+Manufacturer#4 almond aquamarine yellow dodger mint    7       
247.3342714197732       247.3342714197732       27      61174.24181875003       
-0.5508665654707869     -1719.0368749999975
+Manufacturer#4 almond aquamarine yellow dodger mint    7       
247.3342714197732       247.3342714197732       39      61174.24181875003       
-0.5508665654707869     -1719.0368749999975
+Manufacturer#4 almond azure aquamarine papaya violet   12      
283.3344330566893       283.3344330566893       7       80278.40095555557       
-0.7755740084632333     -1867.4888888888881
+Manufacturer#4 almond azure aquamarine papaya violet   12      
283.3344330566893       283.3344330566893       12      80278.40095555557       
-0.7755740084632333     -1867.4888888888881
+Manufacturer#4 almond azure aquamarine papaya violet   12      
283.3344330566893       283.3344330566893       27      80278.40095555557       
-0.7755740084632333     -1867.4888888888881
+Manufacturer#5 almond antique blue firebrick mint      31      
83.69879024746363       83.69879024746363       2       7005.487488888913       
0.39004303087285047     418.9233333333353
+Manufacturer#5 almond antique blue firebrick mint      31      
83.69879024746363       83.69879024746363       6       7005.487488888913       
0.39004303087285047     418.9233333333353
+Manufacturer#5 almond antique blue firebrick mint      31      
83.69879024746363       83.69879024746363       31      7005.487488888913       
0.39004303087285047     418.9233333333353
+Manufacturer#5 almond antique medium spring khaki      6       
316.68049612345885      316.68049612345885      2       100286.53662500004      
-0.713612911776183      -4090.853749999999
+Manufacturer#5 almond antique medium spring khaki      6       
316.68049612345885      316.68049612345885      6       100286.53662500004      
-0.713612911776183      -4090.853749999999
+Manufacturer#5 almond antique medium spring khaki      6       
316.68049612345885      316.68049612345885      31      100286.53662500004      
-0.713612911776183      -4090.853749999999
+Manufacturer#5 almond antique medium spring khaki      6       
316.68049612345885      316.68049612345885      46      100286.53662500004      
-0.713612911776183      -4090.853749999999
+Manufacturer#5 almond antique sky peru orange  2       285.40506298242155      
285.40506298242155      2       81456.04997600002       -0.712858514567818      
-3297.2011999999986
+Manufacturer#5 almond antique sky peru orange  2       285.40506298242155      
285.40506298242155      6       81456.04997600002       -0.712858514567818      
-3297.2011999999986
+Manufacturer#5 almond antique sky peru orange  2       285.40506298242155      
285.40506298242155      23      81456.04997600002       -0.712858514567818      
-3297.2011999999986
+Manufacturer#5 almond antique sky peru orange  2       285.40506298242155      
285.40506298242155      31      81456.04997600002       -0.712858514567818      
-3297.2011999999986
+Manufacturer#5 almond antique sky peru orange  2       285.40506298242155      
285.40506298242155      46      81456.04997600002       -0.712858514567818      
-3297.2011999999986
+Manufacturer#5 almond aquamarine dodger light gainsboro        46      
285.43749038756283      285.43749038756283      2       81474.56091875004       
-0.984128787153391      -4871.028125000002
+Manufacturer#5 almond aquamarine dodger light gainsboro        46      
285.43749038756283      285.43749038756283      6       81474.56091875004       
-0.984128787153391      -4871.028125000002
+Manufacturer#5 almond aquamarine dodger light gainsboro        46      
285.43749038756283      285.43749038756283      23      81474.56091875004       
-0.984128787153391      -4871.028125000002
+Manufacturer#5 almond aquamarine dodger light gainsboro        46      
285.43749038756283      285.43749038756283      46      81474.56091875004       
-0.984128787153391      -4871.028125000002
+Manufacturer#5 almond azure blanched chiffon midnight  23      
315.9225931564038       315.9225931564038       2       99807.08486666664       
-0.9978877469246936     -5664.856666666666
+Manufacturer#5 almond azure blanched chiffon midnight  23      
315.9225931564038       315.9225931564038       23      99807.08486666664       
-0.9978877469246936     -5664.856666666666
+Manufacturer#5 almond azure blanched chiffon midnight  23      
315.9225931564038       315.9225931564038       46      99807.08486666664       
-0.9978877469246936     -5664.856666666666

http://git-wip-us.apache.org/repos/asf/spark/blob/d73900a9/sql/hive/src/test/resources/golden/windowing.q
 -- 20. testSTATs-0-da0e0cca69e42118a96b8609b8fa5838
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing.q -- 20. 
testSTATs-0-da0e0cca69e42118a96b8609b8fa5838 
b/sql/hive/src/test/resources/golden/windowing.q -- 20. 
testSTATs-0-da0e0cca69e42118a96b8609b8fa5838
deleted file mode 100644
index 1f7e8a5..0000000
--- a/sql/hive/src/test/resources/golden/windowing.q -- 20. 
testSTATs-0-da0e0cca69e42118a96b8609b8fa5838        
+++ /dev/null
@@ -1,26 +0,0 @@
-Manufacturer#1 almond antique burnished rose metallic  2       
273.70217881648074      273.70217881648074      [34,2]  74912.8826888888        
1.0     4128.782222222221
-Manufacturer#1 almond antique burnished rose metallic  2       
258.10677784349235      258.10677784349235      [34,2,6]        
66619.10876874991       0.811328754177887       2801.7074999999995
-Manufacturer#1 almond antique chartreuse lavender yellow       34      
230.90151585470358      230.90151585470358      [34,2,6,28]     
53315.51002399992       0.695639377397664       2210.7864
-Manufacturer#1 almond antique salmon chartreuse burlywood      6       
202.73109328368946      202.73109328368946      [34,2,6,42,28]  41099.896184    
0.630785977101214       2009.9536000000007
-Manufacturer#1 almond aquamarine burnished black steel 28      
121.6064517973862       121.6064517973862       [34,6,42,28]    
14788.129118750014      0.2036684720435979      331.1337500000004
-Manufacturer#1 almond aquamarine pink moccasin thistle 42      
96.5751586416853        96.5751586416853        [6,42,28]       
9326.761266666683       -1.4442181184933883E-4  -0.20666666666708502
-Manufacturer#2 almond antique violet chocolate turquoise       14      
142.2363169751898       142.2363169751898       [2,40,14]       
20231.169866666663      -0.49369526554523185    -1113.7466666666658
-Manufacturer#2 almond antique violet turquoise frosted 40      
137.76306498840682      137.76306498840682      [2,25,40,14]    18978.662075    
-0.5205630897335946     -1004.4812499999995
-Manufacturer#2 almond aquamarine midnight light salmon 2       
130.03972279269132      130.03972279269132      [2,18,25,40,14] 
16910.329504000005      -0.46908967495720255    -766.1791999999995
-Manufacturer#2 almond aquamarine rose maroon antique   25      
135.55100986344584      135.55100986344584      [2,18,25,40]    
18374.07627499999       -0.6091405874714462     -1128.1787499999987
-Manufacturer#2 almond aquamarine sandy cyan gainsboro  18      
156.44019460768044      156.44019460768044      [2,18,25]       
24473.534488888927      -0.9571686373491608     -1441.4466666666676
-Manufacturer#3 almond antique chartreuse khaki white   17      
196.7742266885805       196.7742266885805       [17,19,14]      
38720.09628888887       0.5557168646224995      224.6944444444446
-Manufacturer#3 almond antique forest lavender goldenrod        14      
275.14144189852607      275.14144189852607      [17,1,19,14]    75702.81305     
-0.6720833036576083     -1296.9000000000003
-Manufacturer#3 almond antique metallic orange dim      19      
260.23473614412046      260.23473614412046      [17,1,19,14,45] 67722.117896    
-0.5703526513979519     -2129.0664
-Manufacturer#3 almond antique misty red olive  1       275.9139962356932       
275.9139962356932       [1,19,14,45]    76128.53331875012       
-0.577476899644802      -2547.7868749999993
-Manufacturer#3 almond antique olive coral navajo       45      
260.5815918713796       260.5815918713796       [1,19,45]       
67902.76602222225       -0.8710736366736884     -4099.731111111111
-Manufacturer#4 almond antique gainsboro frosted violet 10      
170.13011889596618      170.13011889596618      [39,27,10]      
28944.25735555559       -0.6656975320098423     -1347.4777777777779
-Manufacturer#4 almond antique violet mint lemon        39      
242.26834609323197      242.26834609323197      [39,7,27,10]    
58693.95151875002       -0.8051852719193339     -2537.328125
-Manufacturer#4 almond aquamarine floral ivory bisque   27      
234.10001662537326      234.10001662537326      [39,7,27,10,12] 
54802.817784000035      -0.6046935574240581     -1719.8079999999995
-Manufacturer#4 almond aquamarine yellow dodger mint    7       
247.3342714197732       247.3342714197732       [39,7,27,12]    
61174.24181875003       -0.5508665654707869     -1719.0368749999975
-Manufacturer#4 almond azure aquamarine papaya violet   12      
283.3344330566893       283.3344330566893       [7,27,12]       
80278.40095555557       -0.7755740084632333     -1867.4888888888881
-Manufacturer#5 almond antique blue firebrick mint      31      
83.69879024746363       83.69879024746363       [2,6,31]        
7005.487488888913       0.39004303087285047     418.9233333333353
-Manufacturer#5 almond antique medium spring khaki      6       
316.68049612345885      316.68049612345885      [2,6,46,31]     
100286.53662500004      -0.713612911776183      -4090.853749999999
-Manufacturer#5 almond antique sky peru orange  2       285.40506298242155      
285.40506298242155      [2,23,6,46,31]  81456.04997600002       
-0.712858514567818      -3297.2011999999986
-Manufacturer#5 almond aquamarine dodger light gainsboro        46      
285.43749038756283      285.43749038756283      [2,23,6,46]     
81474.56091875004       -0.984128787153391      -4871.028125000002
-Manufacturer#5 almond azure blanched chiffon midnight  23      
315.9225931564038       315.9225931564038       [2,23,46]       
99807.08486666664       -0.9978877469246936     -5664.856666666666


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to