You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2015/05/06 19:43:26 UTC

[11/13] spark git commit: [SPARK-1442] [SQL] Window Function Support for Spark SQL

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing.q -- 43. testUnboundedFollowingForRange-0-3cd04e5f2398853c4850f4f86142bb39
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing.q -- 43. testUnboundedFollowingForRange-0-3cd04e5f2398853c4850f4f86142bb39 b/sql/hive/src/test/resources/golden/windowing.q -- 43. testUnboundedFollowingForRange-0-3cd04e5f2398853c4850f4f86142bb39
new file mode 100644
index 0000000..49d003b
--- /dev/null
+++ b/sql/hive/src/test/resources/golden/windowing.q -- 43. testUnboundedFollowingForRange-0-3cd04e5f2398853c4850f4f86142bb39	
@@ -0,0 +1,26 @@
+Manufacturer#1	almond antique burnished rose metallic	2	8749.730000000001
+Manufacturer#1	almond antique burnished rose metallic	2	8749.730000000001
+Manufacturer#1	almond antique salmon chartreuse burlywood	6	6403.43
+Manufacturer#1	almond aquamarine burnished black steel	28	4800.84
+Manufacturer#1	almond antique chartreuse lavender yellow	34	3386.42
+Manufacturer#1	almond aquamarine pink moccasin thistle	42	1632.66
+Manufacturer#2	almond aquamarine midnight light salmon	2	8923.62
+Manufacturer#2	almond antique violet chocolate turquoise	14	6891.639999999999
+Manufacturer#2	almond aquamarine sandy cyan gainsboro	18	5200.96
+Manufacturer#2	almond aquamarine rose maroon antique	25	3499.36
+Manufacturer#2	almond antique violet turquoise frosted	40	1800.7
+Manufacturer#3	almond antique misty red olive	1	7532.610000000001
+Manufacturer#3	almond antique forest lavender goldenrod	14	5609.63
+Manufacturer#3	almond antique chartreuse khaki white	17	4419.360000000001
+Manufacturer#3	almond antique metallic orange dim	19	2747.6800000000003
+Manufacturer#3	almond antique olive coral navajo	45	1337.29
+Manufacturer#4	almond aquamarine yellow dodger mint	7	7337.620000000001
+Manufacturer#4	almond antique gainsboro frosted violet	10	5492.7
+Manufacturer#4	almond azure aquamarine papaya violet	12	3872.0299999999997
+Manufacturer#4	almond aquamarine floral ivory bisque	27	2581.6800000000003
+Manufacturer#4	almond antique violet mint lemon	39	1375.42
+Manufacturer#5	almond antique sky peru orange	2	7672.660000000002
+Manufacturer#5	almond antique medium spring khaki	6	5883.93
+Manufacturer#5	almond azure blanched chiffon midnight	23	4272.27
+Manufacturer#5	almond antique blue firebrick mint	31	2807.79
+Manufacturer#5	almond aquamarine dodger light gainsboro	46	1018.1

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing.q -- 44. testOverNoPartitionSingleAggregate-0-cb3d2f8c1296044dc2658876bb6103ae
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing.q -- 44. testOverNoPartitionSingleAggregate-0-cb3d2f8c1296044dc2658876bb6103ae b/sql/hive/src/test/resources/golden/windowing.q -- 44. testOverNoPartitionSingleAggregate-0-cb3d2f8c1296044dc2658876bb6103ae
new file mode 100644
index 0000000..5982c9e
--- /dev/null
+++ b/sql/hive/src/test/resources/golden/windowing.q -- 44. testOverNoPartitionSingleAggregate-0-cb3d2f8c1296044dc2658876bb6103ae	
@@ -0,0 +1,26 @@
+almond antique blue firebrick mint	1789.69	1546.78
+almond antique burnished rose metallic	1173.15	1546.78
+almond antique burnished rose metallic	1173.15	1546.78
+almond antique chartreuse khaki white	1671.68	1546.78
+almond antique chartreuse lavender yellow	1753.76	1546.78
+almond antique forest lavender goldenrod	1190.27	1546.78
+almond antique gainsboro frosted violet	1620.67	1546.78
+almond antique medium spring khaki	1611.66	1546.78
+almond antique metallic orange dim	1410.39	1546.78
+almond antique misty red olive	1922.98	1546.78
+almond antique olive coral navajo	1337.29	1546.78
+almond antique salmon chartreuse burlywood	1602.59	1546.78
+almond antique sky peru orange	1788.73	1546.78
+almond antique violet chocolate turquoise	1690.68	1546.78
+almond antique violet mint lemon	1375.42	1546.78
+almond antique violet turquoise frosted	1800.7	1546.78
+almond aquamarine burnished black steel	1414.42	1546.78
+almond aquamarine dodger light gainsboro	1018.1	1546.78
+almond aquamarine floral ivory bisque	1206.26	1546.78
+almond aquamarine midnight light salmon	2031.98	1546.78
+almond aquamarine pink moccasin thistle	1632.66	1546.78
+almond aquamarine rose maroon antique	1698.66	1546.78
+almond aquamarine sandy cyan gainsboro	1701.6	1546.78
+almond aquamarine yellow dodger mint	1844.92	1546.78
+almond azure aquamarine papaya violet	1290.35	1546.78
+almond azure blanched chiffon midnight	1464.48	1546.78

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing.q -- 5. testCountWithWindowingUDAF-0-3bde93728761b780a745c2ce0398aa0f
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing.q -- 5. testCountWithWindowingUDAF-0-3bde93728761b780a745c2ce0398aa0f b/sql/hive/src/test/resources/golden/windowing.q -- 5. testCountWithWindowingUDAF-0-3bde93728761b780a745c2ce0398aa0f
new file mode 100644
index 0000000..00d41fc
--- /dev/null
+++ b/sql/hive/src/test/resources/golden/windowing.q -- 5. testCountWithWindowingUDAF-0-3bde93728761b780a745c2ce0398aa0f	
@@ -0,0 +1,26 @@
+Manufacturer#1	almond antique burnished rose metallic	1	1	2	1173.15	1173.15	2	0
+Manufacturer#1	almond antique burnished rose metallic	1	1	2	1173.15	2346.3	2	0
+Manufacturer#1	almond antique chartreuse lavender yellow	3	2	3	1753.76	4100.06	34	32
+Manufacturer#1	almond antique salmon chartreuse burlywood	4	3	4	1602.59	5702.650000000001	6	-28
+Manufacturer#1	almond aquamarine burnished black steel	5	4	5	1414.42	7117.070000000001	28	22
+Manufacturer#1	almond aquamarine pink moccasin thistle	6	5	6	1632.66	8749.730000000001	42	14
+Manufacturer#2	almond antique violet chocolate turquoise	1	1	1	1690.68	1690.68	14	0
+Manufacturer#2	almond antique violet turquoise frosted	2	2	2	1800.7	3491.38	40	26
+Manufacturer#2	almond aquamarine midnight light salmon	3	3	3	2031.98	5523.360000000001	2	-38
+Manufacturer#2	almond aquamarine rose maroon antique	4	4	4	1698.66	7222.02	25	23
+Manufacturer#2	almond aquamarine sandy cyan gainsboro	5	5	5	1701.6	8923.62	18	-7
+Manufacturer#3	almond antique chartreuse khaki white	1	1	1	1671.68	1671.68	17	0
+Manufacturer#3	almond antique forest lavender goldenrod	2	2	2	1190.27	2861.95	14	-3
+Manufacturer#3	almond antique metallic orange dim	3	3	3	1410.39	4272.34	19	5
+Manufacturer#3	almond antique misty red olive	4	4	4	1922.98	6195.32	1	-18
+Manufacturer#3	almond antique olive coral navajo	5	5	5	1337.29	7532.61	45	44
+Manufacturer#4	almond antique gainsboro frosted violet	1	1	1	1620.67	1620.67	10	0
+Manufacturer#4	almond antique violet mint lemon	2	2	2	1375.42	2996.09	39	29
+Manufacturer#4	almond aquamarine floral ivory bisque	3	3	3	1206.26	4202.35	27	-12
+Manufacturer#4	almond aquamarine yellow dodger mint	4	4	4	1844.92	6047.27	7	-20
+Manufacturer#4	almond azure aquamarine papaya violet	5	5	5	1290.35	7337.620000000001	12	5
+Manufacturer#5	almond antique blue firebrick mint	1	1	1	1789.69	1789.69	31	0
+Manufacturer#5	almond antique medium spring khaki	2	2	2	1611.66	3401.3500000000004	6	-25
+Manufacturer#5	almond antique sky peru orange	3	3	3	1788.73	5190.08	2	-4
+Manufacturer#5	almond aquamarine dodger light gainsboro	4	4	4	1018.1	6208.18	46	44
+Manufacturer#5	almond azure blanched chiffon midnight	5	5	5	1464.48	7672.66	23	-23

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing.q -- 6. testCountInSubQ-0-73d5274a21d4f4fd51d2a0f1d98516ce
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing.q -- 6. testCountInSubQ-0-73d5274a21d4f4fd51d2a0f1d98516ce b/sql/hive/src/test/resources/golden/windowing.q -- 6. testCountInSubQ-0-73d5274a21d4f4fd51d2a0f1d98516ce
new file mode 100644
index 0000000..98c09e4
--- /dev/null
+++ b/sql/hive/src/test/resources/golden/windowing.q -- 6. testCountInSubQ-0-73d5274a21d4f4fd51d2a0f1d98516ce	
@@ -0,0 +1,26 @@
+1	1	2	1173.15	0
+1	1	2	2346.3	0
+3	2	3	4100.06	32
+4	3	4	5702.650000000001	-28
+5	4	5	7117.070000000001	22
+6	5	6	8749.730000000001	14
+1	1	1	1690.68	0
+2	2	2	3491.38	26
+3	3	3	5523.360000000001	-38
+4	4	4	7222.02	23
+5	5	5	8923.62	-7
+1	1	1	1671.68	0
+2	2	2	2861.95	-3
+3	3	3	4272.34	5
+4	4	4	6195.32	-18
+5	5	5	7532.61	44
+1	1	1	1620.67	0
+2	2	2	2996.09	29
+3	3	3	4202.35	-12
+4	4	4	6047.27	-20
+5	5	5	7337.620000000001	5
+1	1	1	1789.69	0
+2	2	2	3401.3500000000004	-25
+3	3	3	5190.08	-4
+4	4	4	6208.18	44
+5	5	5	7672.66	-23

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing.q -- 8. testMixedCaseAlias-0-4b1ad2515fb079012467e987f484a722
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing.q -- 8. testMixedCaseAlias-0-4b1ad2515fb079012467e987f484a722 b/sql/hive/src/test/resources/golden/windowing.q -- 8. testMixedCaseAlias-0-4b1ad2515fb079012467e987f484a722
new file mode 100644
index 0000000..e35257d
--- /dev/null
+++ b/sql/hive/src/test/resources/golden/windowing.q -- 8. testMixedCaseAlias-0-4b1ad2515fb079012467e987f484a722	
@@ -0,0 +1,26 @@
+Manufacturer#1	almond antique burnished rose metallic	2	1
+Manufacturer#1	almond antique burnished rose metallic	2	1
+Manufacturer#1	almond antique chartreuse lavender yellow	34	3
+Manufacturer#1	almond antique salmon chartreuse burlywood	6	4
+Manufacturer#1	almond aquamarine burnished black steel	28	5
+Manufacturer#1	almond aquamarine pink moccasin thistle	42	6
+Manufacturer#2	almond antique violet chocolate turquoise	14	1
+Manufacturer#2	almond antique violet turquoise frosted	40	2
+Manufacturer#2	almond aquamarine midnight light salmon	2	3
+Manufacturer#2	almond aquamarine rose maroon antique	25	4
+Manufacturer#2	almond aquamarine sandy cyan gainsboro	18	5
+Manufacturer#3	almond antique chartreuse khaki white	17	1
+Manufacturer#3	almond antique forest lavender goldenrod	14	2
+Manufacturer#3	almond antique metallic orange dim	19	3
+Manufacturer#3	almond antique misty red olive	1	4
+Manufacturer#3	almond antique olive coral navajo	45	5
+Manufacturer#4	almond antique gainsboro frosted violet	10	1
+Manufacturer#4	almond antique violet mint lemon	39	2
+Manufacturer#4	almond aquamarine floral ivory bisque	27	3
+Manufacturer#4	almond aquamarine yellow dodger mint	7	4
+Manufacturer#4	almond azure aquamarine papaya violet	12	5
+Manufacturer#5	almond antique blue firebrick mint	31	1
+Manufacturer#5	almond antique medium spring khaki	6	2
+Manufacturer#5	almond antique sky peru orange	2	3
+Manufacturer#5	almond aquamarine dodger light gainsboro	46	4
+Manufacturer#5	almond azure blanched chiffon midnight	23	5

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing.q -- 9. testHavingWithWindowingNoGBY-0-70cdc0555a61ef08534a9ebebb95ebbf
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing.q -- 9. testHavingWithWindowingNoGBY-0-70cdc0555a61ef08534a9ebebb95ebbf b/sql/hive/src/test/resources/golden/windowing.q -- 9. testHavingWithWindowingNoGBY-0-70cdc0555a61ef08534a9ebebb95ebbf
new file mode 100644
index 0000000..850c41c
--- /dev/null
+++ b/sql/hive/src/test/resources/golden/windowing.q -- 9. testHavingWithWindowingNoGBY-0-70cdc0555a61ef08534a9ebebb95ebbf	
@@ -0,0 +1,26 @@
+Manufacturer#1	almond antique burnished rose metallic	2	1	1	1173.15
+Manufacturer#1	almond antique burnished rose metallic	2	1	1	2346.3
+Manufacturer#1	almond antique chartreuse lavender yellow	34	3	2	4100.06
+Manufacturer#1	almond antique salmon chartreuse burlywood	6	4	3	5702.650000000001
+Manufacturer#1	almond aquamarine burnished black steel	28	5	4	7117.070000000001
+Manufacturer#1	almond aquamarine pink moccasin thistle	42	6	5	8749.730000000001
+Manufacturer#2	almond antique violet chocolate turquoise	14	1	1	1690.68
+Manufacturer#2	almond antique violet turquoise frosted	40	2	2	3491.38
+Manufacturer#2	almond aquamarine midnight light salmon	2	3	3	5523.360000000001
+Manufacturer#2	almond aquamarine rose maroon antique	25	4	4	7222.02
+Manufacturer#2	almond aquamarine sandy cyan gainsboro	18	5	5	8923.62
+Manufacturer#3	almond antique chartreuse khaki white	17	1	1	1671.68
+Manufacturer#3	almond antique forest lavender goldenrod	14	2	2	2861.95
+Manufacturer#3	almond antique metallic orange dim	19	3	3	4272.34
+Manufacturer#3	almond antique misty red olive	1	4	4	6195.32
+Manufacturer#3	almond antique olive coral navajo	45	5	5	7532.61
+Manufacturer#4	almond antique gainsboro frosted violet	10	1	1	1620.67
+Manufacturer#4	almond antique violet mint lemon	39	2	2	2996.09
+Manufacturer#4	almond aquamarine floral ivory bisque	27	3	3	4202.35
+Manufacturer#4	almond aquamarine yellow dodger mint	7	4	4	6047.27
+Manufacturer#4	almond azure aquamarine papaya violet	12	5	5	7337.620000000001
+Manufacturer#5	almond antique blue firebrick mint	31	1	1	1789.69
+Manufacturer#5	almond antique medium spring khaki	6	2	2	3401.3500000000004
+Manufacturer#5	almond antique sky peru orange	2	3	3	5190.08
+Manufacturer#5	almond aquamarine dodger light gainsboro	46	4	4	6208.18
+Manufacturer#5	almond azure blanched chiffon midnight	23	5	5	7672.66

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing_adjust_rowcontainer_sz-0-d3f50875bd5dff172cf813fdb7d738eb
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing_adjust_rowcontainer_sz-0-d3f50875bd5dff172cf813fdb7d738eb b/sql/hive/src/test/resources/golden/windowing_adjust_rowcontainer_sz-0-d3f50875bd5dff172cf813fdb7d738eb
new file mode 100644
index 0000000..e69de29

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing_adjust_rowcontainer_sz-1-dda16565b98926fc3587de937b9401c7
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing_adjust_rowcontainer_sz-1-dda16565b98926fc3587de937b9401c7 b/sql/hive/src/test/resources/golden/windowing_adjust_rowcontainer_sz-1-dda16565b98926fc3587de937b9401c7
new file mode 100644
index 0000000..e69de29

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing_adjust_rowcontainer_sz-2-374e39786feb745cd70f25be58bfa24
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing_adjust_rowcontainer_sz-2-374e39786feb745cd70f25be58bfa24 b/sql/hive/src/test/resources/golden/windowing_adjust_rowcontainer_sz-2-374e39786feb745cd70f25be58bfa24
new file mode 100644
index 0000000..e69de29

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing_adjust_rowcontainer_sz-3-d2b5e23edec42a62e61750b110ecbaac
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing_adjust_rowcontainer_sz-3-d2b5e23edec42a62e61750b110ecbaac b/sql/hive/src/test/resources/golden/windowing_adjust_rowcontainer_sz-3-d2b5e23edec42a62e61750b110ecbaac
new file mode 100644
index 0000000..573541a
--- /dev/null
+++ b/sql/hive/src/test/resources/golden/windowing_adjust_rowcontainer_sz-3-d2b5e23edec42a62e61750b110ecbaac
@@ -0,0 +1 @@
+0

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing_adjust_rowcontainer_sz-4-50d0c630159068b5b8ccdeb76493f1f7
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing_adjust_rowcontainer_sz-4-50d0c630159068b5b8ccdeb76493f1f7 b/sql/hive/src/test/resources/golden/windowing_adjust_rowcontainer_sz-4-50d0c630159068b5b8ccdeb76493f1f7
new file mode 100644
index 0000000..850c41c
--- /dev/null
+++ b/sql/hive/src/test/resources/golden/windowing_adjust_rowcontainer_sz-4-50d0c630159068b5b8ccdeb76493f1f7
@@ -0,0 +1,26 @@
+Manufacturer#1	almond antique burnished rose metallic	2	1	1	1173.15
+Manufacturer#1	almond antique burnished rose metallic	2	1	1	2346.3
+Manufacturer#1	almond antique chartreuse lavender yellow	34	3	2	4100.06
+Manufacturer#1	almond antique salmon chartreuse burlywood	6	4	3	5702.650000000001
+Manufacturer#1	almond aquamarine burnished black steel	28	5	4	7117.070000000001
+Manufacturer#1	almond aquamarine pink moccasin thistle	42	6	5	8749.730000000001
+Manufacturer#2	almond antique violet chocolate turquoise	14	1	1	1690.68
+Manufacturer#2	almond antique violet turquoise frosted	40	2	2	3491.38
+Manufacturer#2	almond aquamarine midnight light salmon	2	3	3	5523.360000000001
+Manufacturer#2	almond aquamarine rose maroon antique	25	4	4	7222.02
+Manufacturer#2	almond aquamarine sandy cyan gainsboro	18	5	5	8923.62
+Manufacturer#3	almond antique chartreuse khaki white	17	1	1	1671.68
+Manufacturer#3	almond antique forest lavender goldenrod	14	2	2	2861.95
+Manufacturer#3	almond antique metallic orange dim	19	3	3	4272.34
+Manufacturer#3	almond antique misty red olive	1	4	4	6195.32
+Manufacturer#3	almond antique olive coral navajo	45	5	5	7532.61
+Manufacturer#4	almond antique gainsboro frosted violet	10	1	1	1620.67
+Manufacturer#4	almond antique violet mint lemon	39	2	2	2996.09
+Manufacturer#4	almond aquamarine floral ivory bisque	27	3	3	4202.35
+Manufacturer#4	almond aquamarine yellow dodger mint	7	4	4	6047.27
+Manufacturer#4	almond azure aquamarine papaya violet	12	5	5	7337.620000000001
+Manufacturer#5	almond antique blue firebrick mint	31	1	1	1789.69
+Manufacturer#5	almond antique medium spring khaki	6	2	2	3401.3500000000004
+Manufacturer#5	almond antique sky peru orange	2	3	3	5190.08
+Manufacturer#5	almond aquamarine dodger light gainsboro	46	4	4	6208.18
+Manufacturer#5	almond azure blanched chiffon midnight	23	5	5	7672.66

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing_adjust_rowcontainer_sz-5-3f95cd6f4add7a2d0101fe3dd97e5082
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing_adjust_rowcontainer_sz-5-3f95cd6f4add7a2d0101fe3dd97e5082 b/sql/hive/src/test/resources/golden/windowing_adjust_rowcontainer_sz-5-3f95cd6f4add7a2d0101fe3dd97e5082
new file mode 100644
index 0000000..573541a
--- /dev/null
+++ b/sql/hive/src/test/resources/golden/windowing_adjust_rowcontainer_sz-5-3f95cd6f4add7a2d0101fe3dd97e5082
@@ -0,0 +1 @@
+0

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing_columnPruning-0-d3f50875bd5dff172cf813fdb7d738eb
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing_columnPruning-0-d3f50875bd5dff172cf813fdb7d738eb b/sql/hive/src/test/resources/golden/windowing_columnPruning-0-d3f50875bd5dff172cf813fdb7d738eb
new file mode 100644
index 0000000..e69de29

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing_columnPruning-1-dda16565b98926fc3587de937b9401c7
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing_columnPruning-1-dda16565b98926fc3587de937b9401c7 b/sql/hive/src/test/resources/golden/windowing_columnPruning-1-dda16565b98926fc3587de937b9401c7
new file mode 100644
index 0000000..e69de29

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing_columnPruning-2-374e39786feb745cd70f25be58bfa24
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing_columnPruning-2-374e39786feb745cd70f25be58bfa24 b/sql/hive/src/test/resources/golden/windowing_columnPruning-2-374e39786feb745cd70f25be58bfa24
new file mode 100644
index 0000000..e69de29

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing_columnPruning-3-9294b4a22bc396ff2accabd53c5da98b
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing_columnPruning-3-9294b4a22bc396ff2accabd53c5da98b b/sql/hive/src/test/resources/golden/windowing_columnPruning-3-9294b4a22bc396ff2accabd53c5da98b
new file mode 100644
index 0000000..1b5ae55
--- /dev/null
+++ b/sql/hive/src/test/resources/golden/windowing_columnPruning-3-9294b4a22bc396ff2accabd53c5da98b
@@ -0,0 +1,26 @@
+2	1173.15
+2	2346.3
+34	4100.06
+6	5702.650000000001
+28	7117.070000000001
+42	8749.730000000001
+14	1690.68
+40	3491.38
+2	5523.360000000001
+25	7222.02
+18	8923.62
+17	1671.68
+14	2861.95
+19	4272.34
+1	6195.32
+45	7532.61
+10	1620.67
+39	2996.09
+27	4202.35
+7	6047.27
+12	7337.620000000001
+31	1789.69
+6	3401.3500000000004
+2	5190.08
+46	6208.18
+23	7672.66

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing_columnPruning-4-445cab062581c449ceffcb368cdf133
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing_columnPruning-4-445cab062581c449ceffcb368cdf133 b/sql/hive/src/test/resources/golden/windowing_columnPruning-4-445cab062581c449ceffcb368cdf133
new file mode 100644
index 0000000..1b5ae55
--- /dev/null
+++ b/sql/hive/src/test/resources/golden/windowing_columnPruning-4-445cab062581c449ceffcb368cdf133
@@ -0,0 +1,26 @@
+2	1173.15
+2	2346.3
+34	4100.06
+6	5702.650000000001
+28	7117.070000000001
+42	8749.730000000001
+14	1690.68
+40	3491.38
+2	5523.360000000001
+25	7222.02
+18	8923.62
+17	1671.68
+14	2861.95
+19	4272.34
+1	6195.32
+45	7532.61
+10	1620.67
+39	2996.09
+27	4202.35
+7	6047.27
+12	7337.620000000001
+31	1789.69
+6	3401.3500000000004
+2	5190.08
+46	6208.18
+23	7672.66

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing_columnPruning-5-89110070c761eafb992eb9315128b53f
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing_columnPruning-5-89110070c761eafb992eb9315128b53f b/sql/hive/src/test/resources/golden/windowing_columnPruning-5-89110070c761eafb992eb9315128b53f
new file mode 100644
index 0000000..e426c72
--- /dev/null
+++ b/sql/hive/src/test/resources/golden/windowing_columnPruning-5-89110070c761eafb992eb9315128b53f
@@ -0,0 +1,26 @@
+Manufacturer#1	1173.15
+Manufacturer#1	2346.3
+Manufacturer#1	4100.06
+Manufacturer#1	5702.650000000001
+Manufacturer#1	7117.070000000001
+Manufacturer#1	8749.730000000001
+Manufacturer#2	1690.68
+Manufacturer#2	3491.38
+Manufacturer#2	5523.360000000001
+Manufacturer#2	7222.02
+Manufacturer#2	8923.62
+Manufacturer#3	1671.68
+Manufacturer#3	2861.95
+Manufacturer#3	4272.34
+Manufacturer#3	6195.32
+Manufacturer#3	7532.61
+Manufacturer#4	1620.67
+Manufacturer#4	2996.09
+Manufacturer#4	4202.35
+Manufacturer#4	6047.27
+Manufacturer#4	7337.620000000001
+Manufacturer#5	1789.69
+Manufacturer#5	3401.3500000000004
+Manufacturer#5	5190.08
+Manufacturer#5	6208.18
+Manufacturer#5	7672.66

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing_multipartitioning.q (deterministic) 1-0-12a92d8800e0da8b515ba3eaf6a7fd0f
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing_multipartitioning.q (deterministic) 1-0-12a92d8800e0da8b515ba3eaf6a7fd0f b/sql/hive/src/test/resources/golden/windowing_multipartitioning.q (deterministic) 1-0-12a92d8800e0da8b515ba3eaf6a7fd0f
new file mode 100644
index 0000000..acc4f3b
--- /dev/null
+++ b/sql/hive/src/test/resources/golden/windowing_multipartitioning.q (deterministic) 1-0-12a92d8800e0da8b515ba3eaf6a7fd0f	
@@ -0,0 +1,1049 @@
+	1	4294967354
+	2	8589934811
+	3	12884902227
+alice allen	1	4294967487
+alice allen	2	8589935012
+alice allen	3	12884902543
+alice brown	1	4294967355
+alice carson	1	4294967370
+alice davidson	1	4294967517
+alice falkner	1	4294967316
+alice garcia	1	4294967369
+alice hernandez	1	4294967314
+alice hernandez	2	8589934613
+alice johnson	1	4294967424
+alice king	1	4294967387
+alice king	2	8589934903
+alice king	3	12884902449
+alice laertes	1	4294967519
+alice laertes	2	8589935038
+alice miller	1	4294967324
+alice nixon	1	4294967484
+alice nixon	2	8589934894
+alice nixon	3	12884902307
+alice ovid	1	4294967412
+alice polk	1	4294967366
+alice quirinius	1	4294967505
+alice quirinius	2	8589935054
+alice robinson	1	4294967502
+alice robinson	2	8589934947
+alice steinbeck	1	4294967549
+alice steinbeck	2	8589934913
+alice steinbeck	3	12884902387
+alice underhill	1	4294967441
+alice van buren	1	4294967428
+alice xylophone	1	4294967519
+alice xylophone	2	8589934877
+alice xylophone	3	12884902240
+alice zipper	1	4294967380
+alice zipper	2	8589934919
+alice zipper	3	12884902439
+bob brown	1	4294967431
+bob brown	2	8589934853
+bob brown	3	12884902280
+bob carson	1	4294967408
+bob davidson	1	4294967435
+bob davidson	2	8589934939
+bob davidson	3	12884902293
+bob ellison	1	4294967530
+bob ellison	2	8589934966
+bob ellison	3	12884902328
+bob ellison	4	17179869672
+bob falkner	1	4294967464
+bob garcia	1	4294967435
+bob garcia	2	8589934804
+bob garcia	3	12884902148
+bob garcia	4	17179869587
+bob garcia	5	21474836905
+bob hernandez	1	4294967500
+bob ichabod	1	4294967424
+bob king	1	4294967443
+bob king	2	8589934740
+bob king	3	12884902279
+bob laertes	1	4294967472
+bob laertes	2	8589934852
+bob miller	1	4294967349
+bob ovid	1	4294967401
+bob ovid	2	8589934801
+bob ovid	3	12884902313
+bob ovid	4	17179869708
+bob polk	1	4294967337
+bob quirinius	1	4294967346
+bob steinbeck	1	4294967342
+bob van buren	1	4294967422
+bob white	1	4294967493
+bob white	2	8589934855
+bob xylophone	1	4294967407
+bob xylophone	2	8589934872
+bob young	1	4294967413
+bob zipper	1	4294967416
+bob zipper	2	8589934769
+bob zipper	3	12884902068
+calvin allen	1	4294967373
+calvin brown	1	4294967530
+calvin brown	2	8589934967
+calvin brown	3	12884902378
+calvin carson	1	4294967534
+calvin davidson	1	4294967437
+calvin davidson	2	8589934905
+calvin ellison	1	4294967480
+calvin falkner	1	4294967305
+calvin falkner	2	8589934723
+calvin falkner	3	12884902155
+calvin falkner	4	17179869455
+calvin falkner	5	21474836800
+calvin falkner	6	25769804250
+calvin garcia	1	4294967492
+calvin hernandez	1	4294967341
+calvin johnson	1	4294967546
+calvin laertes	1	4294967499
+calvin laertes	2	8589934930
+calvin nixon	1	4294967488
+calvin nixon	2	8589934788
+calvin nixon	3	12884902200
+calvin ovid	1	4294967343
+calvin ovid	2	8589934881
+calvin ovid	3	12884902210
+calvin ovid	4	17179869559
+calvin polk	1	4294967416
+calvin quirinius	1	4294967532
+calvin quirinius	2	8589935053
+calvin robinson	1	4294967326
+calvin steinbeck	1	4294967417
+calvin steinbeck	2	8589934891
+calvin steinbeck	3	12884902396
+calvin thompson	1	4294967346
+calvin thompson	2	8589934859
+calvin underhill	1	4294967478
+calvin van buren	1	4294967300
+calvin van buren	2	8589934808
+calvin white	1	4294967304
+calvin white	2	8589934848
+calvin xylophone	1	4294967299
+calvin xylophone	2	8589934675
+calvin xylophone	3	12884902133
+calvin young	1	4294967410
+calvin young	2	8589934752
+calvin zipper	1	4294967441
+calvin zipper	2	8589934960
+david allen	1	4294967381
+david allen	2	8589934752
+david brown	1	4294967544
+david brown	2	8589934870
+david davidson	1	4294967487
+david davidson	2	8589934952
+david davidson	3	12884902474
+david davidson	4	17179869819
+david ellison	1	4294967477
+david ellison	2	8589934963
+david ellison	3	12884902426
+david hernandez	1	4294967324
+david ichabod	1	4294967385
+david ichabod	2	8589934872
+david laertes	1	4294967385
+david nixon	1	4294967381
+david ovid	1	4294967396
+david ovid	2	8589934839
+david quirinius	1	4294967375
+david quirinius	2	8589934905
+david quirinius	3	12884902362
+david robinson	1	4294967465
+david robinson	2	8589934933
+david thompson	1	4294967361
+david underhill	1	4294967331
+david underhill	2	8589934715
+david underhill	3	12884902185
+david van buren	1	4294967438
+david van buren	2	8589934747
+david white	1	4294967428
+david xylophone	1	8589934898
+david xylophone	1	8589934898
+david xylophone	3	12884902378
+david young	1	4294967296
+david young	2	8589934601
+ethan allen	1	4294967351
+ethan brown	1	4294967477
+ethan brown	2	8589934897
+ethan brown	3	12884902217
+ethan brown	4	17179869548
+ethan brown	5	21474836951
+ethan brown	6	25769804375
+ethan carson	1	4294967352
+ethan ellison	1	4294967514
+ethan ellison	2	8589934923
+ethan falkner	1	4294967318
+ethan falkner	2	8589934779
+ethan garcia	1	4294967310
+ethan hernandez	1	4294967349
+ethan johnson	1	4294967357
+ethan king	1	4294967413
+ethan laertes	1	4294967402
+ethan laertes	2	8589934859
+ethan laertes	3	12884902390
+ethan laertes	4	17179869880
+ethan laertes	5	21474837302
+ethan laertes	6	25769804603
+ethan laertes	7	30064771974
+ethan miller	1	4294967352
+ethan nixon	1	4294967499
+ethan ovid	1	4294967452
+ethan polk	1	4294967329
+ethan polk	2	8589934711
+ethan polk	3	12884902253
+ethan polk	4	17179869732
+ethan quirinius	1	4294967501
+ethan quirinius	2	8589934852
+ethan quirinius	3	12884902200
+ethan robinson	1	4294967353
+ethan robinson	2	8589934855
+ethan underhill	1	4294967466
+ethan van buren	1	4294967511
+ethan white	1	4294967445
+ethan white	2	8589934872
+ethan xylophone	1	4294967543
+ethan zipper	1	4294967462
+ethan zipper	2	8589934815
+fred davidson	1	4294967512
+fred davidson	2	8589934936
+fred davidson	3	12884902424
+fred ellison	1	4294967470
+fred ellison	2	8589934901
+fred ellison	3	12884902294
+fred falkner	1	4294967340
+fred falkner	2	8589934887
+fred falkner	3	12884902187
+fred hernandez	1	4294967365
+fred ichabod	1	4294967342
+fred ichabod	2	8589934831
+fred johnson	1	4294967373
+fred king	1	4294967346
+fred king	2	8589934766
+fred laertes	1	4294967351
+fred miller	1	4294967490
+fred nixon	1	4294967514
+fred nixon	2	8589934811
+fred nixon	3	12884902293
+fred nixon	4	17179869668
+fred polk	1	4294967332
+fred polk	2	8589934775
+fred polk	3	12884902233
+fred polk	4	17179869740
+fred quirinius	1	4294967426
+fred quirinius	2	8589934951
+fred robinson	1	4294967461
+fred steinbeck	1	4294967411
+fred steinbeck	2	8589934740
+fred steinbeck	3	12884902212
+fred underhill	1	4294967387
+fred van buren	1	4294967431
+fred van buren	2	8589934812
+fred van buren	3	12884902338
+fred van buren	4	17179869801
+fred white	1	4294967434
+fred young	1	4294967495
+fred young	2	8589934980
+fred zipper	1	4294967447
+gabriella allen	1	4294967405
+gabriella allen	2	8589934939
+gabriella brown	1	4294967543
+gabriella brown	2	8589934946
+gabriella carson	1	4294967540
+gabriella davidson	1	4294967507
+gabriella ellison	1	4294967393
+gabriella ellison	2	8589934733
+gabriella falkner	1	4294967378
+gabriella falkner	2	8589934901
+gabriella falkner	3	12884902335
+gabriella garcia	1	4294967419
+gabriella hernandez	1	4294967481
+gabriella hernandez	2	8589934943
+gabriella ichabod	1	4294967337
+gabriella ichabod	2	8589934725
+gabriella ichabod	3	12884902062
+gabriella ichabod	4	17179869382
+gabriella ichabod	5	21474836880
+gabriella king	1	4294967434
+gabriella king	2	8589934827
+gabriella laertes	1	4294967410
+gabriella miller	1	4294967363
+gabriella ovid	1	4294967482
+gabriella ovid	2	8589935004
+gabriella polk	1	4294967410
+gabriella polk	2	8589934712
+gabriella steinbeck	1	4294967500
+gabriella steinbeck	2	8589934935
+gabriella thompson	1	4294967299
+gabriella thompson	2	8589934711
+gabriella thompson	3	12884902196
+gabriella van buren	1	4294967457
+gabriella van buren	2	8589934927
+gabriella white	1	4294967335
+gabriella young	1	4294967493
+gabriella young	2	8589934924
+gabriella zipper	1	4294967357
+gabriella zipper	2	8589934867
+holly allen	1	4294967327
+holly brown	1	4294967321
+holly brown	2	8589934659
+holly falkner	1	4294967324
+holly hernandez	1	4294967378
+holly hernandez	2	8589934921
+holly hernandez	3	12884902465
+holly hernandez	4	17179869773
+holly ichabod	1	4294967342
+holly ichabod	2	8589934800
+holly ichabod	3	12884902129
+holly johnson	1	4294967517
+holly johnson	2	8589934897
+holly johnson	3	12884902432
+holly king	1	4294967392
+holly king	2	8589934753
+holly laertes	1	4294967406
+holly miller	1	4294967388
+holly nixon	1	4294967383
+holly nixon	2	8589934707
+holly polk	1	4294967398
+holly polk	2	8589934832
+holly robinson	1	4294967532
+holly thompson	1	4294967529
+holly thompson	2	8589934868
+holly thompson	3	12884902242
+holly underhill	1	4294967383
+holly underhill	2	8589934894
+holly underhill	3	12884902330
+holly underhill	4	17179869856
+holly van buren	1	4294967539
+holly white	1	4294967320
+holly white	2	8589934735
+holly xylophone	1	4294967435
+holly young	1	4294967487
+holly young	2	8589934987
+holly zipper	1	4294967337
+holly zipper	2	8589934846
+irene allen	1	4294967518
+irene brown	1	4294967434
+irene brown	2	8589934862
+irene brown	3	12884902272
+irene carson	1	4294967473
+irene ellison	1	4294967379
+irene ellison	2	8589934797
+irene falkner	1	4294967404
+irene falkner	2	8589934952
+irene garcia	1	4294967498
+irene garcia	2	8589934869
+irene garcia	3	12884902192
+irene ichabod	1	4294967529
+irene ichabod	2	8589935038
+irene johnson	1	4294967468
+irene laertes	1	4294967481
+irene laertes	2	8589934780
+irene laertes	3	12884902116
+irene miller	1	4294967387
+irene nixon	1	4294967323
+irene nixon	2	8589934824
+irene nixon	3	12884902362
+irene ovid	1	4294967499
+irene ovid	2	8589934870
+irene ovid	3	12884902230
+irene polk	1	4294967521
+irene polk	2	8589934930
+irene polk	3	12884902395
+irene polk	4	17179869941
+irene polk	5	21474837237
+irene quirinius	1	4294967365
+irene quirinius	2	8589934751
+irene quirinius	3	12884902141
+irene robinson	1	4294967347
+irene steinbeck	1	4294967549
+irene thompson	1	4294967479
+irene underhill	1	4294967371
+irene underhill	2	8589934753
+irene van buren	1	4294967439
+irene van buren	2	8589934906
+irene xylophone	1	4294967436
+jessica brown	1	4294967496
+jessica carson	1	4294967389
+jessica carson	2	8589934897
+jessica carson	3	12884902345
+jessica davidson	1	4294967325
+jessica davidson	2	8589934709
+jessica davidson	3	12884902098
+jessica davidson	4	17179869569
+jessica ellison	1	4294967316
+jessica ellison	2	8589934721
+jessica falkner	1	4294967549
+jessica garcia	1	4294967540
+jessica garcia	2	8589935041
+jessica ichabod	1	4294967413
+jessica johnson	1	4294967497
+jessica johnson	2	8589934870
+jessica miller	1	4294967495
+jessica nixon	1	4294967311
+jessica nixon	2	8589934754
+jessica ovid	1	4294967330
+jessica ovid	2	8589934855
+jessica polk	1	4294967403
+jessica quirinius	1	4294967523
+jessica quirinius	2	8589934942
+jessica quirinius	3	12884902388
+jessica quirinius	4	17179869696
+jessica robinson	1	4294967542
+jessica thompson	1	4294967449
+jessica thompson	2	8589934763
+jessica underhill	1	4294967541
+jessica underhill	2	8589934844
+jessica underhill	3	12884902153
+jessica van buren	1	4294967344
+jessica white	1	4294967482
+jessica white	2	8589934929
+jessica white	3	12884902378
+jessica white	4	17179869687
+jessica white	5	21474837086
+jessica xylophone	1	4294967421
+jessica young	1	4294967382
+jessica young	2	8589934903
+jessica zipper	1	4294967334
+jessica zipper	2	8589934785
+jessica zipper	3	12884902157
+katie allen	1	4294967443
+katie brown	1	4294967420
+katie davidson	1	4294967459
+katie ellison	1	4294967486
+katie ellison	2	8589934861
+katie falkner	1	4294967362
+katie garcia	1	4294967306
+katie garcia	2	8589934680
+katie hernandez	1	4294967451
+katie ichabod	1	4294967330
+katie ichabod	2	8589934742
+katie ichabod	3	12884902209
+katie king	1	4294967339
+katie king	2	8589934760
+katie king	3	12884902199
+katie miller	1	4294967425
+katie miller	2	8589934859
+katie nixon	1	4294967500
+katie ovid	1	4294967519
+katie polk	1	4294967384
+katie polk	2	8589934926
+katie robinson	1	4294967310
+katie van buren	1	4294967335
+katie van buren	2	8589934647
+katie white	1	4294967337
+katie white	2	8589934643
+katie xylophone	1	4294967486
+katie young	1	4294967349
+katie young	2	8589934681
+katie young	3	12884902225
+katie zipper	1	4294967354
+katie zipper	2	8589934766
+luke allen	1	4294967533
+luke allen	2	8589934836
+luke allen	3	12884902346
+luke allen	4	17179869863
+luke allen	5	21474837208
+luke brown	1	4294967473
+luke davidson	1	4294967550
+luke davidson	2	8589934904
+luke ellison	1	4294967322
+luke ellison	2	8589934675
+luke ellison	3	12884902103
+luke falkner	1	4294967359
+luke falkner	2	8589934782
+luke garcia	1	4294967304
+luke garcia	2	8589934683
+luke ichabod	1	4294967324
+luke ichabod	2	8589934766
+luke johnson	1	4294967527
+luke johnson	2	8589934987
+luke johnson	3	12884902342
+luke laertes	1	4294967505
+luke laertes	2	8589935011
+luke laertes	3	12884902497
+luke laertes	4	17179869806
+luke laertes	5	21474837193
+luke miller	1	4294967497
+luke ovid	1	4294967492
+luke ovid	2	8589934901
+luke polk	1	4294967545
+luke polk	2	8589934873
+luke quirinius	1	4294967320
+luke robinson	1	4294967299
+luke robinson	2	8589934606
+luke thompson	1	4294967521
+luke underhill	1	4294967393
+luke underhill	2	8589934803
+luke underhill	3	12884902122
+luke van buren	1	4294967424
+luke white	1	4294967505
+luke xylophone	1	4294967382
+luke zipper	1	4294967353
+mike allen	1	4294967466
+mike brown	1	4294967369
+mike carson	1	4294967477
+mike carson	2	8589934934
+mike carson	3	12884902482
+mike davidson	1	4294967501
+mike davidson	2	8589934965
+mike ellison	1	4294967353
+mike ellison	2	8589934747
+mike ellison	3	12884902282
+mike ellison	4	17179869806
+mike ellison	5	21474837309
+mike falkner	1	4294967301
+mike garcia	1	4294967428
+mike garcia	2	8589934826
+mike garcia	3	12884902289
+mike hernandez	1	4294967316
+mike hernandez	2	8589934800
+mike ichabod	1	4294967494
+mike king	1	4294967323
+mike king	2	8589934848
+mike king	3	12884902248
+mike king	4	17179869595
+mike king	5	21474837046
+mike king	6	25769804478
+mike miller	1	4294967449
+mike nixon	1	4294967527
+mike nixon	2	8589935004
+mike polk	1	4294967389
+mike polk	2	8589934848
+mike polk	3	12884902351
+mike quirinius	1	4294967422
+mike steinbeck	1	4294967519
+mike steinbeck	2	8589934827
+mike steinbeck	3	12884902316
+mike steinbeck	4	17179869850
+mike van buren	1	4294967544
+mike van buren	2	8589935061
+mike white	1	4294967336
+mike white	2	8589934882
+mike white	3	12884902374
+mike white	4	17179869843
+mike young	1	4294967453
+mike young	2	8589934804
+mike young	3	12884902198
+mike zipper	1	4294967402
+mike zipper	2	8589934727
+mike zipper	3	12884902228
+nick allen	1	4294967507
+nick allen	2	8589934807
+nick brown	1	4294967334
+nick davidson	1	4294967357
+nick ellison	1	4294967397
+nick ellison	2	8589934699
+nick falkner	1	4294967480
+nick falkner	2	8589934923
+nick garcia	1	4294967384
+nick garcia	2	8589934797
+nick garcia	3	12884902319
+nick ichabod	1	4294967388
+nick ichabod	2	8589934758
+nick ichabod	3	12884902225
+nick johnson	1	4294967398
+nick johnson	2	8589934809
+nick laertes	1	4294967389
+nick miller	1	4294967550
+nick nixon	1	4294967482
+nick ovid	1	4294967488
+nick polk	1	4294967551
+nick quirinius	1	4294967316
+nick quirinius	2	8589934612
+nick robinson	1	4294967409
+nick robinson	2	8589934731
+nick steinbeck	1	4294967355
+nick thompson	1	4294967401
+nick underhill	1	4294967527
+nick van buren	1	4294967303
+nick xylophone	1	4294967460
+nick young	1	4294967405
+nick young	2	8589934917
+nick zipper	1	4294967430
+nick zipper	2	8589934796
+oscar allen	1	4294967500
+oscar brown	1	4294967331
+oscar carson	1	4294967460
+oscar carson	2	8589934904
+oscar carson	3	12884902286
+oscar carson	4	17179869599
+oscar carson	5	21474836960
+oscar davidson	1	4294967482
+oscar ellison	1	8589934740
+oscar ellison	1	8589934740
+oscar falkner	1	4294967526
+oscar garcia	1	4294967301
+oscar hernandez	1	4294967343
+oscar hernandez	2	8589934843
+oscar ichabod	1	4294967513
+oscar ichabod	2	8589934837
+oscar ichabod	3	12884902165
+oscar ichabod	4	17179869569
+oscar johnson	1	4294967418
+oscar johnson	2	8589934763
+oscar king	1	4294967465
+oscar king	2	8589934936
+oscar king	3	12884902469
+oscar laertes	1	4294967425
+oscar laertes	2	8589934876
+oscar laertes	3	12884902426
+oscar laertes	4	17179869786
+oscar nixon	1	4294967532
+oscar ovid	1	4294967508
+oscar ovid	2	8589934910
+oscar ovid	3	12884902418
+oscar polk	1	4294967325
+oscar polk	2	8589934713
+oscar quirinius	1	4294967416
+oscar quirinius	2	8589934932
+oscar quirinius	3	12884902390
+oscar quirinius	4	17179869763
+oscar robinson	1	4294967355
+oscar robinson	2	8589934681
+oscar robinson	3	12884902031
+oscar robinson	4	17179869383
+oscar steinbeck	1	4294967548
+oscar thompson	1	4294967453
+oscar thompson	2	8589934824
+oscar thompson	3	12884902197
+oscar thompson	4	17179869496
+oscar underhill	1	4294967374
+oscar van buren	1	4294967520
+oscar van buren	2	8589934990
+oscar van buren	3	12884902490
+oscar white	1	4294967454
+oscar white	2	8589934761
+oscar white	3	12884902163
+oscar white	4	17179869512
+oscar xylophone	1	4294967400
+oscar xylophone	2	8589934806
+oscar xylophone	3	12884902124
+oscar zipper	1	4294967449
+oscar zipper	2	8589934969
+oscar zipper	3	12884902458
+priscilla brown	1	4294967369
+priscilla brown	2	8589934897
+priscilla brown	3	12884902360
+priscilla carson	1	4294967489
+priscilla carson	2	8589934838
+priscilla carson	3	12884902270
+priscilla ichabod	1	4294967379
+priscilla ichabod	2	8589934926
+priscilla johnson	1	4294967535
+priscilla johnson	2	8589935003
+priscilla johnson	3	12884902308
+priscilla johnson	4	17179869707
+priscilla johnson	5	21474837167
+priscilla king	1	4294967385
+priscilla nixon	1	4294967388
+priscilla nixon	2	8589934849
+priscilla ovid	1	4294967528
+priscilla ovid	2	8589935035
+priscilla polk	1	4294967434
+priscilla quirinius	1	4294967347
+priscilla thompson	1	4294967497
+priscilla underhill	1	4294967520
+priscilla underhill	2	8589934853
+priscilla van buren	1	4294967318
+priscilla van buren	2	8589934809
+priscilla van buren	3	12884902351
+priscilla white	1	4294967419
+priscilla xylophone	1	4294967503
+priscilla xylophone	2	8589934956
+priscilla xylophone	3	12884902406
+priscilla young	1	4294967401
+priscilla young	2	8589934931
+priscilla zipper	1	4294967516
+priscilla zipper	2	8589934950
+quinn allen	1	4294967339
+quinn allen	2	8589934881
+quinn brown	1	4294967335
+quinn brown	2	8589934651
+quinn brown	3	12884902099
+quinn davidson	1	4294967478
+quinn davidson	2	8589934849
+quinn davidson	3	12884902238
+quinn davidson	4	17179869565
+quinn ellison	1	4294967392
+quinn ellison	2	8589934907
+quinn garcia	1	4294967344
+quinn garcia	2	8589934882
+quinn garcia	3	12884902395
+quinn garcia	4	17179869868
+quinn ichabod	1	4294967405
+quinn king	1	4294967538
+quinn king	2	8589934996
+quinn laertes	1	4294967533
+quinn laertes	2	8589934977
+quinn laertes	3	12884902524
+quinn nixon	1	4294967432
+quinn ovid	1	4294967340
+quinn quirinius	1	4294967347
+quinn robinson	1	4294967365
+quinn steinbeck	1	4294967358
+quinn steinbeck	2	8589934810
+quinn thompson	1	4294967488
+quinn thompson	2	8589934888
+quinn underhill	1	4294967307
+quinn underhill	2	8589934744
+quinn underhill	3	12884902278
+quinn van buren	1	4294967362
+quinn young	1	4294967392
+quinn zipper	1	4294967521
+quinn zipper	2	8589934944
+rachel allen	1	4294967334
+rachel allen	2	8589934713
+rachel brown	1	4294967451
+rachel brown	2	8589934886
+rachel brown	3	12884902325
+rachel brown	4	17179869632
+rachel brown	5	21474836938
+rachel carson	1	4294967461
+rachel carson	2	8589934777
+rachel davidson	1	4294967387
+rachel ellison	1	4294967423
+rachel falkner	1	4294967544
+rachel falkner	2	8589934892
+rachel falkner	3	12884902350
+rachel falkner	4	17179869809
+rachel johnson	1	4294967541
+rachel king	1	4294967442
+rachel king	2	8589934771
+rachel laertes	1	4294967446
+rachel laertes	2	8589934804
+rachel ovid	1	4294967481
+rachel ovid	2	8589934832
+rachel polk	1	4294967335
+rachel quirinius	1	4294967297
+rachel robinson	1	4294967344
+rachel robinson	2	8589934807
+rachel robinson	3	12884902135
+rachel thompson	1	4294967518
+rachel thompson	2	8589934881
+rachel thompson	3	12884902306
+rachel underhill	1	4294967382
+rachel white	1	4294967457
+rachel white	2	8589934793
+rachel young	1	4294967391
+rachel zipper	1	4294967434
+rachel zipper	2	8589934813
+sarah carson	1	4294967503
+sarah carson	2	8589934822
+sarah carson	3	12884902167
+sarah ellison	1	4294967542
+sarah falkner	1	4294967525
+sarah falkner	2	8589934974
+sarah garcia	1	4294967391
+sarah garcia	2	8589934849
+sarah garcia	3	12884902247
+sarah ichabod	1	4294967370
+sarah ichabod	2	8589934909
+sarah johnson	1	4294967433
+sarah johnson	2	8589934926
+sarah johnson	3	12884902235
+sarah johnson	4	17179869559
+sarah king	1	4294967496
+sarah king	2	8589935039
+sarah miller	1	4294967458
+sarah ovid	1	4294967350
+sarah robinson	1	4294967419
+sarah robinson	2	8589934917
+sarah steinbeck	1	4294967456
+sarah white	1	4294967514
+sarah white	2	8589934882
+sarah xylophone	1	4294967355
+sarah young	1	4294967442
+sarah zipper	1	4294967432
+tom brown	1	4294967432
+tom brown	2	8589934950
+tom carson	1	4294967388
+tom carson	2	8589934693
+tom carson	3	12884902227
+tom davidson	1	4294967507
+tom ellison	1	4294967487
+tom ellison	2	8589934844
+tom ellison	3	12884902188
+tom falkner	1	4294967382
+tom falkner	2	8589934837
+tom hernandez	1	8589934733
+tom hernandez	1	8589934733
+tom ichabod	1	4294967445
+tom johnson	1	4294967492
+tom johnson	2	8589934923
+tom king	1	4294967331
+tom laertes	1	4294967431
+tom laertes	2	8589934744
+tom miller	1	4294967366
+tom miller	2	8589934723
+tom miller	3	12884902078
+tom nixon	1	4294967506
+tom ovid	1	4294967512
+tom polk	1	4294967329
+tom polk	2	8589934869
+tom quirinius	1	4294967507
+tom quirinius	2	8589934823
+tom robinson	1	4294967457
+tom robinson	2	8589935008
+tom robinson	3	12884902462
+tom robinson	4	17179869770
+tom steinbeck	1	4294967447
+tom van buren	1	4294967374
+tom van buren	2	8589934703
+tom van buren	3	12884902195
+tom white	1	4294967413
+tom young	1	4294967539
+tom young	2	8589935074
+tom zipper	1	4294967526
+ulysses brown	1	4294967537
+ulysses carson	1	4294967323
+ulysses carson	2	8589934815
+ulysses carson	3	12884902127
+ulysses carson	4	17179869485
+ulysses davidson	1	4294967467
+ulysses ellison	1	4294967442
+ulysses garcia	1	4294967470
+ulysses hernandez	1	4294967449
+ulysses hernandez	2	8589934995
+ulysses hernandez	3	12884902393
+ulysses ichabod	1	4294967353
+ulysses ichabod	2	8589934728
+ulysses johnson	1	4294967432
+ulysses king	1	4294967537
+ulysses laertes	1	4294967391
+ulysses laertes	2	8589934938
+ulysses laertes	3	12884902431
+ulysses miller	1	4294967373
+ulysses miller	2	8589934808
+ulysses nixon	1	4294967296
+ulysses ovid	1	4294967394
+ulysses polk	1	4294967509
+ulysses polk	2	8589934960
+ulysses polk	3	12884902440
+ulysses polk	4	17179869745
+ulysses quirinius	1	4294967449
+ulysses robinson	1	4294967531
+ulysses steinbeck	1	4294967303
+ulysses steinbeck	2	8589934788
+ulysses thompson	1	4294967389
+ulysses underhill	1	4294967544
+ulysses underhill	2	8589934949
+ulysses underhill	3	12884902275
+ulysses underhill	4	17179869726
+ulysses underhill	5	21474837190
+ulysses underhill	6	25769804570
+ulysses underhill	7	30064771927
+ulysses van buren	1	4294967439
+ulysses white	1	4294967429
+ulysses white	2	8589934878
+ulysses xylophone	1	4294967524
+ulysses xylophone	2	8589935025
+ulysses xylophone	3	12884902473
+ulysses young	1	4294967427
+ulysses young	2	8589934763
+ulysses young	3	12884902154
+victor allen	1	4294967450
+victor allen	2	8589934776
+victor brown	1	4294967521
+victor brown	2	8589934864
+victor brown	3	12884902170
+victor brown	4	17179869625
+victor davidson	1	4294967419
+victor davidson	2	8589934720
+victor davidson	3	12884902156
+victor ellison	1	4294967362
+victor ellison	2	8589934831
+victor hernandez	1	4294967428
+victor hernandez	2	8589934733
+victor hernandez	3	12884902062
+victor hernandez	4	17179869402
+victor hernandez	5	21474836874
+victor johnson	1	4294967496
+victor johnson	2	8589934824
+victor johnson	3	12884902246
+victor king	1	4294967401
+victor king	2	8589934884
+victor laertes	1	4294967407
+victor laertes	2	8589934862
+victor miller	1	4294967410
+victor nixon	1	4294967424
+victor nixon	2	8589934803
+victor ovid	1	4294967355
+victor polk	1	4294967333
+victor quirinius	1	4294967520
+victor quirinius	2	8589934846
+victor robinson	1	4294967440
+victor robinson	2	8589934930
+victor steinbeck	1	4294967390
+victor steinbeck	2	8589934707
+victor steinbeck	3	12884902037
+victor thompson	1	4294967319
+victor van buren	1	4294967365
+victor van buren	2	8589934906
+victor white	1	4294967403
+victor white	2	8589934862
+victor xylophone	1	4294967331
+victor xylophone	2	8589934864
+victor xylophone	3	12884902262
+victor xylophone	4	17179869633
+victor xylophone	5	21474837062
+victor young	1	4294967337
+victor zipper	1	4294967428
+wendy allen	1	4294967473
+wendy allen	2	8589934989
+wendy allen	3	12884902367
+wendy brown	1	4294967337
+wendy brown	2	8589934817
+wendy ellison	1	4294967475
+wendy ellison	2	8589934989
+wendy falkner	1	4294967313
+wendy falkner	2	8589934810
+wendy falkner	3	12884902236
+wendy garcia	1	4294967394
+wendy garcia	2	8589934775
+wendy garcia	3	12884902088
+wendy garcia	4	17179869400
+wendy hernandez	1	4294967299
+wendy ichabod	1	4294967516
+wendy king	1	4294967420
+wendy king	2	8589934811
+wendy king	3	12884902252
+wendy laertes	1	4294967519
+wendy laertes	2	8589934939
+wendy laertes	3	12884902315
+wendy miller	1	4294967478
+wendy miller	2	8589934957
+wendy nixon	1	4294967407
+wendy nixon	2	8589934901
+wendy ovid	1	4294967464
+wendy ovid	2	8589934894
+wendy polk	1	4294967434
+wendy polk	2	8589934824
+wendy quirinius	1	4294967334
+wendy quirinius	2	8589934782
+wendy robinson	1	4294967302
+wendy robinson	2	8589934613
+wendy robinson	3	12884901977
+wendy steinbeck	1	4294967444
+wendy thompson	1	4294967301
+wendy thompson	2	8589934621
+wendy underhill	1	4294967540
+wendy underhill	2	8589934993
+wendy underhill	3	12884902410
+wendy van buren	1	4294967488
+wendy van buren	2	8589934835
+wendy white	1	4294967490
+wendy xylophone	1	4294967488
+wendy xylophone	2	8589934939
+wendy young	1	4294967395
+wendy young	2	8589934708
+xavier allen	1	4294967304
+xavier allen	2	8589934743
+xavier allen	3	12884902129
+xavier brown	1	4294967546
+xavier brown	2	8589935074
+xavier brown	3	12884902532
+xavier carson	1	4294967547
+xavier carson	2	8589934862
+xavier davidson	1	4294967361
+xavier davidson	2	8589934760
+xavier davidson	3	12884902204
+xavier ellison	1	4294967441
+xavier ellison	2	8589934914
+xavier garcia	1	4294967465
+xavier hernandez	1	4294967383
+xavier hernandez	2	8589934743
+xavier hernandez	3	12884902274
+xavier ichabod	1	4294967511
+xavier ichabod	2	8589934950
+xavier johnson	1	4294967507
+xavier johnson	2	8589934898
+xavier king	1	4294967456
+xavier king	2	8589934758
+xavier laertes	1	4294967450
+xavier ovid	1	4294967403
+xavier polk	1	4294967506
+xavier polk	2	8589934925
+xavier polk	3	12884902406
+xavier polk	4	17179869906
+xavier quirinius	1	4294967383
+xavier quirinius	2	8589934748
+xavier quirinius	3	12884902060
+xavier quirinius	4	17179869562
+xavier thompson	1	4294967444
+xavier underhill	1	4294967332
+xavier white	1	4294967473
+xavier white	2	8589934952
+xavier xylophone	1	4294967499
+xavier zipper	1	4294967547
+yuri allen	1	4294967528
+yuri allen	2	8589935079
+yuri brown	1	4294967433
+yuri brown	2	8589934960
+yuri carson	1	4294967317
+yuri carson	2	8589934851
+yuri ellison	1	4294967299
+yuri ellison	2	8589934697
+yuri falkner	1	4294967368
+yuri falkner	2	8589934891
+yuri garcia	1	4294967362
+yuri hernandez	1	4294967367
+yuri johnson	1	4294967421
+yuri johnson	2	8589934877
+yuri johnson	3	12884902361
+yuri king	1	4294967376
+yuri laertes	1	4294967402
+yuri laertes	2	8589934924
+yuri nixon	1	4294967400
+yuri nixon	2	8589934706
+yuri polk	1	4294967391
+yuri polk	2	8589934861
+yuri polk	3	12884902167
+yuri quirinius	1	4294967398
+yuri quirinius	2	8589934768
+yuri quirinius	3	12884902081
+yuri steinbeck	1	4294967535
+yuri steinbeck	2	8589934873
+yuri thompson	1	4294967447
+yuri underhill	1	4294967499
+yuri underhill	2	8589934900
+yuri white	1	4294967341
+yuri xylophone	1	4294967420
+zach allen	1	4294967507
+zach brown	1	4294967316
+zach brown	2	8589934728
+zach brown	3	12884902099
+zach brown	4	17179869452
+zach brown	5	21474836769
+zach carson	1	4294967463
+zach ellison	1	4294967471
+zach falkner	1	4294967362
+zach falkner	2	8589934717
+zach garcia	1	4294967481
+zach garcia	2	8589934854
+zach garcia	3	12884902240
+zach garcia	4	17179869723
+zach ichabod	1	4294967539
+zach ichabod	2	8589934912
+zach king	1	4294967424
+zach king	2	8589934956
+zach king	3	12884902458
+zach miller	1	4294967442
+zach miller	2	8589934772
+zach miller	3	12884902163
+zach ovid	1	4294967412
+zach ovid	2	8589934775
+zach ovid	3	12884902244
+zach ovid	4	17179869574
+zach quirinius	1	4294967299
+zach robinson	1	4294967325
+zach steinbeck	1	4294967469
+zach steinbeck	2	8589934834
+zach thompson	1	4294967405
+zach thompson	2	8589934730
+zach underhill	1	4294967496
+zach white	1	4294967501
+zach xylophone	1	4294967452
+zach xylophone	2	8589934755
+zach young	1	4294967297
+zach zipper	1	4294967497
+zach zipper	2	8589934855
+zach zipper	3	12884902222

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing_multipartitioning.q (deterministic) 3-0-455e41d9949a2d22bab634fd8e42f2b1
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing_multipartitioning.q (deterministic) 3-0-455e41d9949a2d22bab634fd8e42f2b1 b/sql/hive/src/test/resources/golden/windowing_multipartitioning.q (deterministic) 3-0-455e41d9949a2d22bab634fd8e42f2b1
new file mode 100644
index 0000000..f479236
--- /dev/null
+++ b/sql/hive/src/test/resources/golden/windowing_multipartitioning.q (deterministic) 3-0-455e41d9949a2d22bab634fd8e42f2b1	
@@ -0,0 +1 @@
+bob steinbeck	65637	9.699999809265137

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing_multipartitioning.q (deterministic) 4-0-cfad06ae8eba6b047d32a6a61dd59392
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing_multipartitioning.q (deterministic) 4-0-cfad06ae8eba6b047d32a6a61dd59392 b/sql/hive/src/test/resources/golden/windowing_multipartitioning.q (deterministic) 4-0-cfad06ae8eba6b047d32a6a61dd59392
new file mode 100644
index 0000000..f41eaa2
--- /dev/null
+++ b/sql/hive/src/test/resources/golden/windowing_multipartitioning.q (deterministic) 4-0-cfad06ae8eba6b047d32a6a61dd59392	
@@ -0,0 +1 @@
+bob steinbeck	1	1

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing_multipartitioning.q (deterministic) 5-0-d7ca7a61377cef3a9f721a28afdae012
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing_multipartitioning.q (deterministic) 5-0-d7ca7a61377cef3a9f721a28afdae012 b/sql/hive/src/test/resources/golden/windowing_multipartitioning.q (deterministic) 5-0-d7ca7a61377cef3a9f721a28afdae012
new file mode 100644
index 0000000..5308b2e
--- /dev/null
+++ b/sql/hive/src/test/resources/golden/windowing_multipartitioning.q (deterministic) 5-0-d7ca7a61377cef3a9f721a28afdae012	
@@ -0,0 +1 @@
+bob steinbeck	9.699999809265137	1

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing_multipartitioning.q (deterministic) 6-0-287bcc7679822bc7b684532b267bf11f
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing_multipartitioning.q (deterministic) 6-0-287bcc7679822bc7b684532b267bf11f b/sql/hive/src/test/resources/golden/windowing_multipartitioning.q (deterministic) 6-0-287bcc7679822bc7b684532b267bf11f
new file mode 100644
index 0000000..f41eaa2
--- /dev/null
+++ b/sql/hive/src/test/resources/golden/windowing_multipartitioning.q (deterministic) 6-0-287bcc7679822bc7b684532b267bf11f	
@@ -0,0 +1 @@
+bob steinbeck	1	1

http://git-wip-us.apache.org/repos/asf/spark/blob/f2c47082/sql/hive/src/test/resources/golden/windowing_navfn.q (deterministic)-0-36217f6074daaacddb9fcb50a3f4fb5b
----------------------------------------------------------------------
diff --git a/sql/hive/src/test/resources/golden/windowing_navfn.q (deterministic)-0-36217f6074daaacddb9fcb50a3f4fb5b b/sql/hive/src/test/resources/golden/windowing_navfn.q (deterministic)-0-36217f6074daaacddb9fcb50a3f4fb5b
new file mode 100644
index 0000000..8150409
--- /dev/null
+++ b/sql/hive/src/test/resources/golden/windowing_navfn.q (deterministic)-0-36217f6074daaacddb9fcb50a3f4fb5b	
@@ -0,0 +1,1049 @@
+	1
+	1
+	1
+alice allen	2
+alice allen	1
+alice allen	1
+alice brown	1
+alice carson	1
+alice davidson	1
+alice falkner	1
+alice garcia	1
+alice hernandez	2
+alice hernandez	1
+alice johnson	2
+alice king	1
+alice king	1
+alice king	1
+alice laertes	1
+alice laertes	1
+alice miller	1
+alice nixon	1
+alice nixon	1
+alice nixon	1
+alice ovid	1
+alice polk	3
+alice quirinius	1
+alice quirinius	1
+alice robinson	1
+alice robinson	1
+alice steinbeck	1
+alice steinbeck	1
+alice steinbeck	1
+alice underhill	2
+alice van buren	1
+alice xylophone	1
+alice xylophone	1
+alice xylophone	1
+alice zipper	1
+alice zipper	1
+alice zipper	1
+bob brown	1
+bob brown	1
+bob brown	1
+bob carson	1
+bob davidson	1
+bob davidson	1
+bob davidson	1
+bob ellison	2
+bob ellison	1
+bob ellison	1
+bob ellison	1
+bob falkner	1
+bob garcia	1
+bob garcia	1
+bob garcia	1
+bob garcia	1
+bob garcia	1
+bob hernandez	1
+bob ichabod	1
+bob king	2
+bob king	1
+bob king	1
+bob laertes	2
+bob laertes	1
+bob miller	1
+bob ovid	1
+bob ovid	1
+bob ovid	1
+bob ovid	1
+bob polk	1
+bob quirinius	1
+bob steinbeck	1
+bob van buren	1
+bob white	1
+bob white	1
+bob xylophone	1
+bob xylophone	1
+bob young	1
+bob zipper	2
+bob zipper	1
+bob zipper	1
+calvin allen	1
+calvin brown	2
+calvin brown	1
+calvin brown	1
+calvin carson	2
+calvin davidson	2
+calvin davidson	1
+calvin ellison	1
+calvin falkner	1
+calvin falkner	1
+calvin falkner	1
+calvin falkner	1
+calvin falkner	1
+calvin falkner	1
+calvin garcia	1
+calvin hernandez	2
+calvin johnson	1
+calvin laertes	1
+calvin laertes	1
+calvin nixon	3
+calvin nixon	1
+calvin nixon	1
+calvin ovid	1
+calvin ovid	1
+calvin ovid	1
+calvin ovid	1
+calvin polk	1
+calvin quirinius	1
+calvin quirinius	1
+calvin robinson	2
+calvin steinbeck	1
+calvin steinbeck	1
+calvin steinbeck	1
+calvin thompson	1
+calvin thompson	1
+calvin underhill	1
+calvin van buren	1
+calvin van buren	1
+calvin white	1
+calvin white	1
+calvin xylophone	2
+calvin xylophone	1
+calvin xylophone	1
+calvin young	1
+calvin young	1
+calvin zipper	1
+calvin zipper	1
+david allen	1
+david allen	1
+david brown	1
+david brown	1
+david davidson	1
+david davidson	1
+david davidson	1
+david davidson	1
+david ellison	1
+david ellison	1
+david ellison	1
+david hernandez	1
+david ichabod	1
+david ichabod	1
+david laertes	1
+david nixon	1
+david ovid	1
+david ovid	1
+david quirinius	1
+david quirinius	1
+david quirinius	1
+david robinson	1
+david robinson	1
+david thompson	3
+david underhill	1
+david underhill	1
+david underhill	1
+david van buren	1
+david van buren	1
+david white	1
+david xylophone	1
+david xylophone	1
+david xylophone	1
+david young	1
+david young	1
+ethan allen	1
+ethan brown	2
+ethan brown	2
+ethan brown	1
+ethan brown	1
+ethan brown	1
+ethan brown	1
+ethan carson	1
+ethan ellison	1
+ethan ellison	1
+ethan falkner	3
+ethan falkner	1
+ethan garcia	1
+ethan hernandez	1
+ethan johnson	1
+ethan king	1
+ethan laertes	1
+ethan laertes	1
+ethan laertes	1
+ethan laertes	1
+ethan laertes	1
+ethan laertes	1
+ethan laertes	1
+ethan miller	2
+ethan nixon	1
+ethan ovid	1
+ethan polk	2
+ethan polk	1
+ethan polk	1
+ethan polk	1
+ethan quirinius	1
+ethan quirinius	1
+ethan quirinius	1
+ethan robinson	1
+ethan robinson	1
+ethan underhill	1
+ethan van buren	2
+ethan white	1
+ethan white	1
+ethan xylophone	1
+ethan zipper	1
+ethan zipper	1
+fred davidson	1
+fred davidson	1
+fred davidson	1
+fred ellison	1
+fred ellison	1
+fred ellison	1
+fred falkner	2
+fred falkner	1
+fred falkner	1
+fred hernandez	1
+fred ichabod	1
+fred ichabod	1
+fred johnson	1
+fred king	2
+fred king	1
+fred laertes	1
+fred miller	1
+fred nixon	2
+fred nixon	1
+fred nixon	1
+fred nixon	1
+fred polk	1
+fred polk	1
+fred polk	1
+fred polk	1
+fred quirinius	1
+fred quirinius	1
+fred robinson	1
+fred steinbeck	1
+fred steinbeck	1
+fred steinbeck	1
+fred underhill	1
+fred van buren	1
+fred van buren	1
+fred van buren	1
+fred van buren	1
+fred white	1
+fred young	3
+fred young	1
+fred zipper	1
+gabriella allen	1
+gabriella allen	1
+gabriella brown	2
+gabriella brown	1
+gabriella carson	1
+gabriella davidson	1
+gabriella ellison	1
+gabriella ellison	1
+gabriella falkner	1
+gabriella falkner	1
+gabriella falkner	1
+gabriella garcia	1
+gabriella hernandez	1
+gabriella hernandez	1
+gabriella ichabod	1
+gabriella ichabod	1
+gabriella ichabod	1
+gabriella ichabod	1
+gabriella ichabod	1
+gabriella king	1
+gabriella king	1
+gabriella laertes	1
+gabriella miller	1
+gabriella ovid	1
+gabriella ovid	1
+gabriella polk	1
+gabriella polk	1
+gabriella steinbeck	1
+gabriella steinbeck	1
+gabriella thompson	1
+gabriella thompson	1
+gabriella thompson	1
+gabriella van buren	2
+gabriella van buren	1
+gabriella white	1
+gabriella young	1
+gabriella young	1
+gabriella zipper	1
+gabriella zipper	1
+holly allen	1
+holly brown	1
+holly brown	1
+holly falkner	1
+holly hernandez	1
+holly hernandez	1
+holly hernandez	1
+holly hernandez	1
+holly ichabod	1
+holly ichabod	1
+holly ichabod	1
+holly johnson	2
+holly johnson	1
+holly johnson	1
+holly king	1
+holly king	1
+holly laertes	1
+holly miller	1
+holly nixon	1
+holly nixon	1
+holly polk	2
+holly polk	1
+holly robinson	2
+holly thompson	1
+holly thompson	1
+holly thompson	1
+holly underhill	1
+holly underhill	1
+holly underhill	1
+holly underhill	1
+holly van buren	1
+holly white	1
+holly white	1
+holly xylophone	1
+holly young	1
+holly young	1
+holly zipper	1
+holly zipper	1
+irene allen	1
+irene brown	1
+irene brown	1
+irene brown	1
+irene carson	1
+irene ellison	1
+irene ellison	1
+irene falkner	1
+irene falkner	1
+irene garcia	1
+irene garcia	1
+irene garcia	1
+irene ichabod	1
+irene ichabod	1
+irene johnson	2
+irene laertes	1
+irene laertes	1
+irene laertes	1
+irene miller	2
+irene nixon	1
+irene nixon	1
+irene nixon	1
+irene ovid	1
+irene ovid	1
+irene ovid	1
+irene polk	1
+irene polk	1
+irene polk	1
+irene polk	1
+irene polk	1
+irene quirinius	1
+irene quirinius	1
+irene quirinius	1
+irene robinson	1
+irene steinbeck	1
+irene thompson	2
+irene underhill	2
+irene underhill	1
+irene van buren	1
+irene van buren	1
+irene xylophone	1
+jessica brown	2
+jessica carson	1
+jessica carson	1
+jessica carson	1
+jessica davidson	2
+jessica davidson	1
+jessica davidson	1
+jessica davidson	1
+jessica ellison	2
+jessica ellison	1
+jessica falkner	1
+jessica garcia	1
+jessica garcia	1
+jessica ichabod	1
+jessica johnson	1
+jessica johnson	1
+jessica miller	1
+jessica nixon	1
+jessica nixon	1
+jessica ovid	2
+jessica ovid	1
+jessica polk	1
+jessica quirinius	1
+jessica quirinius	1
+jessica quirinius	1
+jessica quirinius	1
+jessica robinson	1
+jessica thompson	1
+jessica thompson	1
+jessica underhill	1
+jessica underhill	1
+jessica underhill	1
+jessica van buren	1
+jessica white	2
+jessica white	1
+jessica white	1
+jessica white	1
+jessica white	1
+jessica xylophone	1
+jessica young	1
+jessica young	1
+jessica zipper	1
+jessica zipper	1
+jessica zipper	1
+katie allen	1
+katie brown	1
+katie davidson	1
+katie ellison	1
+katie ellison	1
+katie falkner	1
+katie garcia	1
+katie garcia	1
+katie hernandez	1
+katie ichabod	2
+katie ichabod	1
+katie ichabod	1
+katie king	1
+katie king	1
+katie king	1
+katie miller	1
+katie miller	1
+katie nixon	1
+katie ovid	1
+katie polk	1
+katie polk	1
+katie robinson	1
+katie van buren	2
+katie van buren	1
+katie white	1
+katie white	1
+katie xylophone	1
+katie young	1
+katie young	1
+katie young	1
+katie zipper	1
+katie zipper	1
+luke allen	2
+luke allen	1
+luke allen	1
+luke allen	1
+luke allen	1
+luke brown	2
+luke davidson	1
+luke davidson	1
+luke ellison	1
+luke ellison	1
+luke ellison	1
+luke falkner	2
+luke falkner	1
+luke garcia	1
+luke garcia	1
+luke ichabod	1
+luke ichabod	1
+luke johnson	1
+luke johnson	1
+luke johnson	1
+luke laertes	1
+luke laertes	1
+luke laertes	1
+luke laertes	1
+luke laertes	1
+luke miller	2
+luke ovid	2
+luke ovid	1
+luke polk	1
+luke polk	1
+luke quirinius	1
+luke robinson	1
+luke robinson	1
+luke thompson	1
+luke underhill	1
+luke underhill	1
+luke underhill	1
+luke van buren	2
+luke white	1
+luke xylophone	1
+luke zipper	1
+mike allen	2
+mike brown	1
+mike carson	1
+mike carson	1
+mike carson	1
+mike davidson	1
+mike davidson	1
+mike ellison	2
+mike ellison	1
+mike ellison	1
+mike ellison	1
+mike ellison	1
+mike falkner	1
+mike garcia	1
+mike garcia	1
+mike garcia	1
+mike hernandez	1
+mike hernandez	1
+mike ichabod	1
+mike king	2
+mike king	1
+mike king	1
+mike king	1
+mike king	1
+mike king	1
+mike miller	1
+mike nixon	2
+mike nixon	1
+mike polk	2
+mike polk	1
+mike polk	1
+mike quirinius	1
+mike steinbeck	1
+mike steinbeck	1
+mike steinbeck	1
+mike steinbeck	1
+mike van buren	2
+mike van buren	1
+mike white	1
+mike white	1
+mike white	1
+mike white	1
+mike young	1
+mike young	1
+mike young	1
+mike zipper	1
+mike zipper	1
+mike zipper	1
+nick allen	1
+nick allen	1
+nick brown	1
+nick davidson	1
+nick ellison	2
+nick ellison	1
+nick falkner	1
+nick falkner	1
+nick garcia	1
+nick garcia	1
+nick garcia	1
+nick ichabod	1
+nick ichabod	1
+nick ichabod	1
+nick johnson	1
+nick johnson	1
+nick laertes	1
+nick miller	1
+nick nixon	1
+nick ovid	1
+nick polk	2
+nick quirinius	2
+nick quirinius	1
+nick robinson	1
+nick robinson	1
+nick steinbeck	1
+nick thompson	2
+nick underhill	1
+nick van buren	1
+nick xylophone	1
+nick young	1
+nick young	1
+nick zipper	2
+nick zipper	1
+oscar allen	1
+oscar brown	1
+oscar carson	1
+oscar carson	1
+oscar carson	1
+oscar carson	1
+oscar carson	1
+oscar davidson	1
+oscar ellison	2
+oscar ellison	2
+oscar falkner	1
+oscar garcia	1
+oscar hernandez	1
+oscar hernandez	1
+oscar ichabod	2
+oscar ichabod	1
+oscar ichabod	1
+oscar ichabod	1
+oscar johnson	2
+oscar johnson	1
+oscar king	1
+oscar king	1
+oscar king	1
+oscar laertes	1
+oscar laertes	1
+oscar laertes	1
+oscar laertes	1
+oscar nixon	1
+oscar ovid	1
+oscar ovid	1
+oscar ovid	1
+oscar polk	1
+oscar polk	1
+oscar quirinius	2
+oscar quirinius	2
+oscar quirinius	1
+oscar quirinius	1
+oscar robinson	2
+oscar robinson	1
+oscar robinson	1
+oscar robinson	1
+oscar steinbeck	1
+oscar thompson	1
+oscar thompson	1
+oscar thompson	1
+oscar thompson	1
+oscar underhill	1
+oscar van buren	1
+oscar van buren	1
+oscar van buren	1
+oscar white	1
+oscar white	1
+oscar white	1
+oscar white	1
+oscar xylophone	2
+oscar xylophone	1
+oscar xylophone	1
+oscar zipper	2
+oscar zipper	1
+oscar zipper	1
+priscilla brown	2
+priscilla brown	1
+priscilla brown	1
+priscilla carson	2
+priscilla carson	1
+priscilla carson	1
+priscilla ichabod	2
+priscilla ichabod	1
+priscilla johnson	1
+priscilla johnson	1
+priscilla johnson	1
+priscilla johnson	1
+priscilla johnson	1
+priscilla king	1
+priscilla nixon	2
+priscilla nixon	2
+priscilla ovid	2
+priscilla ovid	1
+priscilla polk	1
+priscilla quirinius	1
+priscilla thompson	1
+priscilla underhill	1
+priscilla underhill	1
+priscilla van buren	2
+priscilla van buren	1
+priscilla van buren	1
+priscilla white	1
+priscilla xylophone	1
+priscilla xylophone	1
+priscilla xylophone	1
+priscilla young	1
+priscilla young	1
+priscilla zipper	1
+priscilla zipper	1
+quinn allen	1
+quinn allen	1
+quinn brown	1
+quinn brown	1
+quinn brown	1
+quinn davidson	2
+quinn davidson	1
+quinn davidson	1
+quinn davidson	1
+quinn ellison	1
+quinn ellison	1
+quinn garcia	1
+quinn garcia	1
+quinn garcia	1
+quinn garcia	1
+quinn ichabod	1
+quinn king	1
+quinn king	1
+quinn laertes	1
+quinn laertes	1
+quinn laertes	1
+quinn nixon	2
+quinn ovid	1
+quinn quirinius	1
+quinn robinson	2
+quinn steinbeck	1
+quinn steinbeck	1
+quinn thompson	1
+quinn thompson	1
+quinn underhill	2
+quinn underhill	1
+quinn underhill	1
+quinn van buren	1
+quinn young	2
+quinn zipper	1
+quinn zipper	1
+rachel allen	1
+rachel allen	1
+rachel brown	3
+rachel brown	1
+rachel brown	1
+rachel brown	1
+rachel brown	1
+rachel carson	2
+rachel carson	1
+rachel davidson	1
+rachel ellison	1
+rachel falkner	1
+rachel falkner	1
+rachel falkner	1
+rachel falkner	1
+rachel johnson	1
+rachel king	2
+rachel king	1
+rachel laertes	1
+rachel laertes	1
+rachel ovid	1
+rachel ovid	1
+rachel polk	1
+rachel quirinius	1
+rachel robinson	1
+rachel robinson	1
+rachel robinson	1
+rachel thompson	1
+rachel thompson	1
+rachel thompson	1
+rachel underhill	1
+rachel white	1
+rachel white	1
+rachel young	1
+rachel zipper	1
+rachel zipper	1
+sarah carson	1
+sarah carson	1
+sarah carson	1
+sarah ellison	1
+sarah falkner	1
+sarah falkner	1
+sarah garcia	1
+sarah garcia	1
+sarah garcia	1
+sarah ichabod	1
+sarah ichabod	1
+sarah johnson	1
+sarah johnson	1
+sarah johnson	1
+sarah johnson	1
+sarah king	1
+sarah king	1
+sarah miller	1
+sarah ovid	1
+sarah robinson	1
+sarah robinson	1
+sarah steinbeck	1
+sarah white	1
+sarah white	1
+sarah xylophone	1
+sarah young	1
+sarah zipper	1
+tom brown	1
+tom brown	1
+tom carson	1
+tom carson	1
+tom carson	1
+tom davidson	1
+tom ellison	1
+tom ellison	1
+tom ellison	1
+tom falkner	1
+tom falkner	1
+tom hernandez	1
+tom hernandez	1
+tom ichabod	1
+tom johnson	1
+tom johnson	1
+tom king	1
+tom laertes	2
+tom laertes	1
+tom miller	2
+tom miller	1
+tom miller	1
+tom nixon	2
+tom ovid	1
+tom polk	1
+tom polk	1
+tom quirinius	1
+tom quirinius	1
+tom robinson	1
+tom robinson	1
+tom robinson	1
+tom robinson	1
+tom steinbeck	3
+tom van buren	1
+tom van buren	1
+tom van buren	1
+tom white	2
+tom young	1
+tom young	1
+tom zipper	3
+ulysses brown	1
+ulysses carson	4
+ulysses carson	1
+ulysses carson	1
+ulysses carson	1
+ulysses davidson	2
+ulysses ellison	1
+ulysses garcia	1
+ulysses hernandez	1
+ulysses hernandez	1
+ulysses hernandez	1
+ulysses ichabod	1
+ulysses ichabod	1
+ulysses johnson	2
+ulysses king	1
+ulysses laertes	2
+ulysses laertes	1
+ulysses laertes	1
+ulysses miller	1
+ulysses miller	1
+ulysses nixon	1
+ulysses ovid	1
+ulysses polk	1
+ulysses polk	1
+ulysses polk	1
+ulysses polk	1
+ulysses quirinius	1
+ulysses robinson	1
+ulysses steinbeck	1
+ulysses steinbeck	1
+ulysses thompson	1
+ulysses underhill	2
+ulysses underhill	1
+ulysses underhill	1
+ulysses underhill	1
+ulysses underhill	1
+ulysses underhill	1
+ulysses underhill	1
+ulysses van buren	1
+ulysses white	1
+ulysses white	1
+ulysses xylophone	2
+ulysses xylophone	1
+ulysses xylophone	1
+ulysses young	2
+ulysses young	1
+ulysses young	1
+victor allen	1
+victor allen	1
+victor brown	1
+victor brown	1
+victor brown	1
+victor brown	1
+victor davidson	1
+victor davidson	1
+victor davidson	1
+victor ellison	2
+victor ellison	1
+victor hernandez	1
+victor hernandez	1
+victor hernandez	1
+victor hernandez	1
+victor hernandez	1
+victor johnson	2
+victor johnson	1
+victor johnson	1
+victor king	1
+victor king	1
+victor laertes	1
+victor laertes	1
+victor miller	1
+victor nixon	1
+victor nixon	1
+victor ovid	2
+victor polk	2
+victor quirinius	1
+victor quirinius	1
+victor robinson	2
+victor robinson	1
+victor steinbeck	2
+victor steinbeck	1
+victor steinbeck	1
+victor thompson	1
+victor van buren	1
+victor van buren	1
+victor white	2
+victor white	1
+victor xylophone	1
+victor xylophone	1
+victor xylophone	1
+victor xylophone	1
+victor xylophone	1
+victor young	1
+victor zipper	1
+wendy allen	1
+wendy allen	1
+wendy allen	1
+wendy brown	1
+wendy brown	1
+wendy ellison	1
+wendy ellison	1
+wendy falkner	2
+wendy falkner	1
+wendy falkner	1
+wendy garcia	2
+wendy garcia	1
+wendy garcia	1
+wendy garcia	1
+wendy hernandez	1
+wendy ichabod	1
+wendy king	1
+wendy king	1
+wendy king	1
+wendy laertes	1
+wendy laertes	1
+wendy laertes	1
+wendy miller	1
+wendy miller	1
+wendy nixon	1
+wendy nixon	1
+wendy ovid	1
+wendy ovid	1
+wendy polk	2
+wendy polk	1
+wendy quirinius	1
+wendy quirinius	1
+wendy robinson	2
+wendy robinson	1
+wendy robinson	1
+wendy steinbeck	1
+wendy thompson	2
+wendy thompson	1
+wendy underhill	2
+wendy underhill	1
+wendy underhill	1
+wendy van buren	1
+wendy van buren	1
+wendy white	1
+wendy xylophone	1
+wendy xylophone	1
+wendy young	1
+wendy young	1
+xavier allen	1
+xavier allen	1
+xavier allen	1
+xavier brown	1
+xavier brown	1
+xavier brown	1
+xavier carson	1
+xavier carson	1
+xavier davidson	1
+xavier davidson	1
+xavier davidson	1
+xavier ellison	1
+xavier ellison	1
+xavier garcia	1
+xavier hernandez	1
+xavier hernandez	1
+xavier hernandez	1
+xavier ichabod	1
+xavier ichabod	1
+xavier johnson	1
+xavier johnson	1
+xavier king	1
+xavier king	1
+xavier laertes	1
+xavier ovid	2
+xavier polk	1
+xavier polk	1
+xavier polk	1
+xavier polk	1
+xavier quirinius	2
+xavier quirinius	2
+xavier quirinius	1
+xavier quirinius	1
+xavier thompson	1
+xavier underhill	1
+xavier white	2
+xavier white	1
+xavier xylophone	1
+xavier zipper	1
+yuri allen	1
+yuri allen	1
+yuri brown	1
+yuri brown	1
+yuri carson	1
+yuri carson	1
+yuri ellison	1
+yuri ellison	1
+yuri falkner	1
+yuri falkner	1
+yuri garcia	1
+yuri hernandez	1
+yuri johnson	1
+yuri johnson	1
+yuri johnson	1
+yuri king	2
+yuri laertes	1
+yuri laertes	1
+yuri nixon	1
+yuri nixon	1
+yuri polk	1
+yuri polk	1
+yuri polk	1
+yuri quirinius	1
+yuri quirinius	1
+yuri quirinius	1
+yuri steinbeck	1
+yuri steinbeck	1
+yuri thompson	1
+yuri underhill	1
+yuri underhill	1
+yuri white	1
+yuri xylophone	1
+zach allen	1
+zach brown	2
+zach brown	1
+zach brown	1
+zach brown	1
+zach brown	1
+zach carson	2
+zach ellison	1
+zach falkner	1
+zach falkner	1
+zach garcia	2
+zach garcia	1
+zach garcia	1
+zach garcia	1
+zach ichabod	1
+zach ichabod	1
+zach king	2
+zach king	1
+zach king	1
+zach miller	1
+zach miller	1
+zach miller	1
+zach ovid	1
+zach ovid	1
+zach ovid	1
+zach ovid	1
+zach quirinius	1
+zach robinson	1
+zach steinbeck	1
+zach steinbeck	1
+zach thompson	2
+zach thompson	1
+zach underhill	1
+zach white	1
+zach xylophone	2
+zach xylophone	1
+zach young	1
+zach zipper	1
+zach zipper	1
+zach zipper	1


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