You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2016/07/07 19:50:08 UTC

[23/30] hive git commit: HIVE-13945 : Decimal value is displayed as rounded when selecting where clause with that decimal value (Sergey Shelukhin, reviewed by Ashutosh Chauhan)

http://git-wip-us.apache.org/repos/asf/hive/blob/1b5ee3d8/ql/src/test/results/clientpositive/spark/vectorization_15.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/clientpositive/spark/vectorization_15.q.out b/ql/src/test/results/clientpositive/spark/vectorization_15.q.out
index f157c51..0a676bd 100644
--- a/ql/src/test/results/clientpositive/spark/vectorization_15.q.out
+++ b/ql/src/test/results/clientpositive/spark/vectorization_15.q.out
@@ -110,19 +110,19 @@ STAGE PLANS:
                 outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12
                 Statistics: Num rows: 6144 Data size: 188618 Basic stats: COMPLETE Column stats: NONE
                 Select Operator
-                  expressions: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp), _col7 (type: double), (-26.28 - UDFToDouble(_col5)) (type: double), _col8 (type: double), (_col2 * 79.553) (type: double), (33.0 % _col0) (type: float), _col9 (type: double), _col10 (type: double), (-23.0 % _col2) (type: double), (- _col4) (type: tinyint), _col11 (type: double), (UDFToFloat(_col5) - _col0) (type: float), (-23 % UDFToInteger(_col4)) (type: int), (- (-26.28 - UDFToDouble(_col5))) (type: double), _col12 (type: double)
+                  expressions: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp), _col7 (type: double), (-26.28 - CAST( _col5 AS decimal(10,0))) (type: decimal(13,2)), _col8 (type: double), (_col2 * 79.553) (type: double), (33.0 % _col0) (type: float), _col9 (type: double), _col10 (type: double), (-23.0 % _col2) (type: double), (- _col4) (type: tinyint), _col11 (type: double), (UDFToFloat(_col5) - _col0) (type: float), (-23 % UDFToInteger(_col4)) (type: int), (- (-26.28 - CAST( _col5 AS decimal(10,0)))) (type: decimal(13,2)), _col12 (type: double)
                   outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19, _col20
                   Statistics: Num rows: 6144 Data size: 188618 Basic stats: COMPLETE Column stats: NONE
                   Reduce Output Operator
                     key expressions: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp)
                     sort order: +++++++
                     Statistics: Num rows: 6144 Data size: 188618 Basic stats: COMPLETE Column stats: NONE
-                    value expressions: _col7 (type: double), _col8 (type: double), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: double), _col13 (type: double), _col14 (type: double), _col15 (type: tinyint), _col16 (type: double), _col17 (type: float), _col18 (type: int), _col19 (type: double), _col20 (type: double)
+                    value expressions: _col7 (type: double), _col8 (type: decimal(13,2)), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: double), _col13 (type: double), _col14 (type: double), _col15 (type: tinyint), _col16 (type: double), _col17 (type: float), _col18 (type: int), _col19 (type: decimal(13,2)), _col20 (type: double)
         Reducer 3 
             Execution mode: vectorized
             Reduce Operator Tree:
               Select Operator
-                expressions: KEY.reducesinkkey0 (type: float), KEY.reducesinkkey1 (type: boolean), KEY.reducesinkkey2 (type: double), KEY.reducesinkkey3 (type: string), KEY.reducesinkkey4 (type: tinyint), KEY.reducesinkkey5 (type: int), KEY.reducesinkkey6 (type: timestamp), VALUE._col0 (type: double), VALUE._col1 (type: double), VALUE._col2 (type: double), VALUE._col3 (type: double), VALUE._col4 (type: float), VALUE._col5 (type: double), VALUE._col6 (type: double), VALUE._col7 (type: double), VALUE._col8 (type: tinyint), VALUE._col9 (type: double), VALUE._col10 (type: float), VALUE._col11 (type: int), VALUE._col12 (type: double), VALUE._col13 (type: double)
+                expressions: KEY.reducesinkkey0 (type: float), KEY.reducesinkkey1 (type: boolean), KEY.reducesinkkey2 (type: double), KEY.reducesinkkey3 (type: string), KEY.reducesinkkey4 (type: tinyint), KEY.reducesinkkey5 (type: int), KEY.reducesinkkey6 (type: timestamp), VALUE._col0 (type: double), VALUE._col1 (type: decimal(13,2)), VALUE._col2 (type: double), VALUE._col3 (type: double), VALUE._col4 (type: float), VALUE._col5 (type: double), VALUE._col6 (type: double), VALUE._col7 (type: double), VALUE._col8 (type: tinyint), VALUE._col9 (type: double), VALUE._col10 (type: float), VALUE._col11 (type: int), VALUE._col12 (type: decimal(13,2)), VALUE._col13 (type: double)
                 outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19, _col20
                 Statistics: Num rows: 6144 Data size: 188618 Basic stats: COMPLETE Column stats: NONE
                 File Output Operator
@@ -205,48 +205,48 @@ POSTHOOK: Input: default@alltypesorc
 #### A masked pattern was here ####
 -48.0	NULL	-7196.0	NULL	-48	NULL	1969-12-31 16:00:06.337	0.0	NULL	-7196.0	-572463.388	33.0	0.0	0.0	-23.0	48	NULL	NULL	-23	NULL	NULL
 -51.0	NULL	-200.0	NULL	-51	NULL	1969-12-31 15:59:55.423	0.0	NULL	-200.0	-15910.599999999999	33.0	0.0	0.0	-23.0	51	NULL	NULL	-23	NULL	NULL
--51.0	false	NULL	10	-51	1058319346	1969-12-31 16:00:08.451	0.0	-1.05831937228E9	NULL	NULL	33.0	0.0	0.0	NULL	51	0.0	1.05831942E9	-23	1.05831937228E9	0.0
--51.0	false	NULL	10TYIE5S35U6dj3N	-51	-469581869	1969-12-31 16:00:08.451	0.0	4.6958184272E8	NULL	NULL	33.0	0.0	0.0	NULL	51	0.0	-4.69581792E8	-23	-4.6958184272E8	0.0
--51.0	false	NULL	1Lh6Uoq3WhNtOqQHu7WN7U	-51	-352637533	1969-12-31 16:00:08.451	0.0	3.5263750672E8	NULL	NULL	33.0	0.0	0.0	NULL	51	0.0	-3.52637472E8	-23	-3.5263750672E8	0.0
--51.0	true	NULL	04Y1mA17	-51	-114647521	1969-12-31 16:00:08.451	0.0	1.1464749472E8	NULL	NULL	33.0	0.0	0.0	NULL	51	0.0	-1.14647472E8	-23	-1.1464749472E8	0.0
--51.0	true	NULL	10Wu570aLPO0p02P17FeH	-51	405338893	1969-12-31 16:00:08.451	0.0	-4.0533891928E8	NULL	NULL	33.0	0.0	0.0	NULL	51	0.0	4.05338944E8	-23	4.0533891928E8	0.0
--51.0	true	NULL	3cQp060	-51	-226923315	1969-12-31 16:00:08.451	0.0	2.2692328872E8	NULL	NULL	33.0	0.0	0.0	NULL	51	0.0	-2.26923264E8	-23	-2.2692328872E8	0.0
--51.0	true	NULL	8EPG0Xi307qd	-51	-328662044	1969-12-31 16:00:08.451	0.0	3.2866201772E8	NULL	NULL	33.0	0.0	0.0	NULL	51	0.0	-3.28661984E8	-23	-3.2866201772E8	0.0
--51.0	true	NULL	8iHtdkJ6d	-51	1006818344	1969-12-31 16:00:08.451	0.0	-1.00681837028E9	NULL	NULL	33.0	0.0	0.0	NULL	51	0.0	1.00681843E9	-23	1.00681837028E9	0.0
--51.0	true	NULL	QiOcvR0kt6r7f0R7fiPxQTCU	-51	266531954	1969-12-31 16:00:08.451	0.0	-2.6653198028E8	NULL	NULL	33.0	0.0	0.0	NULL	51	0.0	2.66532E8	-23	2.6653198028E8	0.0
--51.0	true	NULL	Ybpj38RTTYl7CnJXPNx1g4C	-51	-370919370	1969-12-31 16:00:08.451	0.0	3.7091934372E8	NULL	NULL	33.0	0.0	0.0	NULL	51	0.0	-3.70919296E8	-23	-3.7091934372E8	0.0
+-51.0	false	NULL	10	-51	1058319346	1969-12-31 16:00:08.451	0.0	-1058319372.28	NULL	NULL	33.0	0.0	0.0	NULL	51	0.0	1.05831942E9	-23	1058319372.28	0.0
+-51.0	false	NULL	10TYIE5S35U6dj3N	-51	-469581869	1969-12-31 16:00:08.451	0.0	469581842.72	NULL	NULL	33.0	0.0	0.0	NULL	51	0.0	-4.69581792E8	-23	-469581842.72	0.0
+-51.0	false	NULL	1Lh6Uoq3WhNtOqQHu7WN7U	-51	-352637533	1969-12-31 16:00:08.451	0.0	352637506.72	NULL	NULL	33.0	0.0	0.0	NULL	51	0.0	-3.52637472E8	-23	-352637506.72	0.0
+-51.0	true	NULL	04Y1mA17	-51	-114647521	1969-12-31 16:00:08.451	0.0	114647494.72	NULL	NULL	33.0	0.0	0.0	NULL	51	0.0	-1.14647472E8	-23	-114647494.72	0.0
+-51.0	true	NULL	10Wu570aLPO0p02P17FeH	-51	405338893	1969-12-31 16:00:08.451	0.0	-405338919.28	NULL	NULL	33.0	0.0	0.0	NULL	51	0.0	4.05338944E8	-23	405338919.28	0.0
+-51.0	true	NULL	3cQp060	-51	-226923315	1969-12-31 16:00:08.451	0.0	226923288.72	NULL	NULL	33.0	0.0	0.0	NULL	51	0.0	-2.26923264E8	-23	-226923288.72	0.0
+-51.0	true	NULL	8EPG0Xi307qd	-51	-328662044	1969-12-31 16:00:08.451	0.0	328662017.72	NULL	NULL	33.0	0.0	0.0	NULL	51	0.0	-3.28661984E8	-23	-328662017.72	0.0
+-51.0	true	NULL	8iHtdkJ6d	-51	1006818344	1969-12-31 16:00:08.451	0.0	-1006818370.28	NULL	NULL	33.0	0.0	0.0	NULL	51	0.0	1.00681843E9	-23	1006818370.28	0.0
+-51.0	true	NULL	QiOcvR0kt6r7f0R7fiPxQTCU	-51	266531954	1969-12-31 16:00:08.451	0.0	-266531980.28	NULL	NULL	33.0	0.0	0.0	NULL	51	0.0	2.66532E8	-23	266531980.28	0.0
+-51.0	true	NULL	Ybpj38RTTYl7CnJXPNx1g4C	-51	-370919370	1969-12-31 16:00:08.451	0.0	370919343.72	NULL	NULL	33.0	0.0	0.0	NULL	51	0.0	-3.70919296E8	-23	-370919343.72	0.0
 -6.0	NULL	-200.0	NULL	-6	NULL	1969-12-31 15:59:56.094	0.0	NULL	-200.0	-15910.599999999999	3.0	0.0	0.0	-23.0	6	NULL	NULL	-5	NULL	NULL
 -62.0	NULL	15601.0	NULL	-62	NULL	1969-12-31 16:00:09.889	0.0	NULL	15601.0	1241106.353	33.0	0.0	0.0	-23.0	62	NULL	NULL	-23	NULL	NULL
-11.0	false	NULL	10pO8p1LNx4Y	11	271296824	1969-12-31 16:00:02.351	0.0	-2.7129685028E8	NULL	NULL	0.0	0.0	0.0	NULL	-11	0.0	2.71296832E8	-1	2.7129685028E8	0.0
-11.0	false	NULL	1H6wGP	11	-560827082	1969-12-31 16:00:02.351	0.0	5.6082705572E8	NULL	NULL	0.0	0.0	0.0	NULL	-11	0.0	-5.6082707E8	-1	-5.6082705572E8	0.0
-11.0	false	NULL	2a7V63IL7jK3o	11	-325931647	1969-12-31 16:00:02.351	0.0	3.2593162072E8	NULL	NULL	0.0	0.0	0.0	NULL	-11	0.0	-3.25931648E8	-1	-3.2593162072E8	0.0
-11.0	true	NULL	10	11	92365813	1969-12-31 16:00:02.351	0.0	-9.236583928E7	NULL	NULL	0.0	0.0	0.0	NULL	-11	0.0	9.2365808E7	-1	9.236583928E7	0.0
+11.0	false	NULL	10pO8p1LNx4Y	11	271296824	1969-12-31 16:00:02.351	0.0	-271296850.28	NULL	NULL	0.0	0.0	0.0	NULL	-11	0.0	2.71296832E8	-1	271296850.28	0.0
+11.0	false	NULL	1H6wGP	11	-560827082	1969-12-31 16:00:02.351	0.0	560827055.72	NULL	NULL	0.0	0.0	0.0	NULL	-11	0.0	-5.6082707E8	-1	-560827055.72	0.0
+11.0	false	NULL	2a7V63IL7jK3o	11	-325931647	1969-12-31 16:00:02.351	0.0	325931620.72	NULL	NULL	0.0	0.0	0.0	NULL	-11	0.0	-3.25931648E8	-1	-325931620.72	0.0
+11.0	true	NULL	10	11	92365813	1969-12-31 16:00:02.351	0.0	-92365839.28	NULL	NULL	0.0	0.0	0.0	NULL	-11	0.0	9.2365808E7	-1	92365839.28	0.0
 21.0	NULL	15601.0	NULL	21	NULL	1969-12-31 16:00:14.256	0.0	NULL	15601.0	1241106.353	12.0	0.0	0.0	-23.0	-21	NULL	NULL	-2	NULL	NULL
 32.0	NULL	-200.0	NULL	32	NULL	1969-12-31 16:00:02.445	0.0	NULL	-200.0	-15910.599999999999	1.0	0.0	0.0	-23.0	-32	NULL	NULL	-23	NULL	NULL
 36.0	NULL	-200.0	NULL	36	NULL	1969-12-31 16:00:00.554	0.0	NULL	-200.0	-15910.599999999999	33.0	0.0	0.0	-23.0	-36	NULL	NULL	-23	NULL	NULL
 5.0	NULL	15601.0	NULL	5	NULL	1969-12-31 16:00:00.959	0.0	NULL	15601.0	1241106.353	3.0	0.0	0.0	-23.0	-5	NULL	NULL	-3	NULL	NULL
 58.0	NULL	15601.0	NULL	58	NULL	1969-12-31 15:59:56.527	0.0	NULL	15601.0	1241106.353	33.0	0.0	0.0	-23.0	-58	NULL	NULL	-23	NULL	NULL
-8.0	false	NULL	10V3pN5r5lI2qWl2lG103	8	-362835731	1969-12-31 16:00:15.892	0.0	3.6283570472E8	NULL	NULL	1.0	0.0	0.0	NULL	-8	0.0	-3.62835744E8	-7	-3.6283570472E8	0.0
-8.0	false	NULL	10c4qt584m5y6uWT	8	-183000142	1969-12-31 16:00:15.892	0.0	1.8300011572E8	NULL	NULL	1.0	0.0	0.0	NULL	-8	0.0	-1.8300016E8	-7	-1.8300011572E8	0.0
-8.0	false	NULL	8GloEukQ0c68JDmnYL53	8	-722873402	1969-12-31 16:00:15.892	0.0	7.2287337572E8	NULL	NULL	1.0	0.0	0.0	NULL	-8	0.0	-7.2287341E8	-7	-7.2287337572E8	0.0
-8.0	false	NULL	kA0XH5C5	8	-503903864	1969-12-31 16:00:15.892	0.0	5.0390383772E8	NULL	NULL	1.0	0.0	0.0	NULL	-8	0.0	-5.03903872E8	-7	-5.0390383772E8	0.0
-8.0	true	NULL	100VTM7PEW8GH1uE	8	88129338	1969-12-31 16:00:15.892	0.0	-8.812936428E7	NULL	NULL	1.0	0.0	0.0	NULL	-8	0.0	8.8129328E7	-7	8.812936428E7	0.0
-8.0	true	NULL	1062158y	8	-1005155523	1969-12-31 16:00:15.892	0.0	1.00515549672E9	NULL	NULL	1.0	0.0	0.0	NULL	-8	0.0	-1.00515552E9	-7	-1.00515549672E9	0.0
-8.0	true	NULL	1063cEnGjSal	8	-624769630	1969-12-31 16:00:15.892	0.0	6.2476960372E8	NULL	NULL	1.0	0.0	0.0	NULL	-8	0.0	-6.247696E8	-7	-6.2476960372E8	0.0
-8.0	true	NULL	4kMasVoB7lX1wc5i64bNk	8	683567667	1969-12-31 16:00:15.892	0.0	-6.8356769328E8	NULL	NULL	1.0	0.0	0.0	NULL	-8	0.0	6.8356768E8	-7	6.8356769328E8	0.0
-8.0	true	NULL	XH6I7A417	8	436627202	1969-12-31 16:00:15.892	0.0	-4.3662722828E8	NULL	NULL	1.0	0.0	0.0	NULL	-8	0.0	4.366272E8	-7	4.3662722828E8	0.0
-NULL	false	-13008.0	10	NULL	-896629175	NULL	NULL	8.9662914872E8	-13008.0	-1034825.424	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	-8.9662914872E8	0.0
-NULL	false	-7707.0	10vke853	NULL	424959354	NULL	NULL	-4.2495938028E8	-7707.0	-613114.971	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	4.2495938028E8	0.0
-NULL	false	14771.0	10	NULL	993788576	NULL	NULL	-9.9378860228E8	14771.0	1175077.363	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	9.9378860228E8	0.0
-NULL	false	2459.0	10	NULL	-394064473	NULL	NULL	3.9406444672E8	2459.0	195620.827	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	-3.9406444672E8	0.0
-NULL	true	-14640.0	101n6n461o	NULL	-819657767	NULL	NULL	8.1965774072E8	-14640.0	-1164655.92	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	-8.1965774072E8	0.0
-NULL	true	-14674.0	105aFDAt30c4rI4U	NULL	-831072496	NULL	NULL	8.3107246972E8	-14674.0	-1167360.722	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	-8.3107246972E8	0.0
-NULL	true	-7238.0	10ljXCFT6fG6Qi3S7414e	NULL	-256767096	NULL	NULL	2.5676706972E8	-7238.0	-575804.614	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	-2.5676706972E8	0.0
-NULL	true	-9489.0	10Yr6	NULL	500274721	NULL	NULL	-5.0027474728E8	-9489.0	-754878.417	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	5.0027474728E8	0.0
-NULL	true	10419.0	10	NULL	-721614386	NULL	NULL	7.2161435972E8	10419.0	828862.7069999999	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	-7.2161435972E8	0.0
-NULL	true	14519.0	100xJdkyc	NULL	729277608	NULL	NULL	-7.2927763428E8	14519.0	1155030.007	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	7.2927763428E8	0.0
-NULL	true	2261.0	10Hr5oB07Ohu0622u	NULL	612000160	NULL	NULL	-6.1200018628E8	2261.0	179869.33299999998	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	6.1200018628E8	0.0
-NULL	true	4516.0	10lL0XD6WP2x64f70N0fHmC1	NULL	-974538365	NULL	NULL	9.7453833872E8	4516.0	359261.348	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	-9.7453833872E8	0.0
-NULL	true	4767.0	10dUdwyXp5XwgpkTxLffmv3x	NULL	187503456	NULL	NULL	-1.8750348228E8	4767.0	379229.151	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	1.8750348228E8	0.0
-NULL	true	5658.0	10M3eGUsKVonbl70DyoCk25	NULL	486382507	NULL	NULL	-4.8638253328E8	5658.0	450110.874	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	4.8638253328E8	0.0
-NULL	true	8659.0	1047piRsT3c3r134I	NULL	487236176	NULL	NULL	-4.8723620228E8	8659.0	688849.427	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	4.8723620228E8	0.0
+8.0	false	NULL	10V3pN5r5lI2qWl2lG103	8	-362835731	1969-12-31 16:00:15.892	0.0	362835704.72	NULL	NULL	1.0	0.0	0.0	NULL	-8	0.0	-3.62835744E8	-7	-362835704.72	0.0
+8.0	false	NULL	10c4qt584m5y6uWT	8	-183000142	1969-12-31 16:00:15.892	0.0	183000115.72	NULL	NULL	1.0	0.0	0.0	NULL	-8	0.0	-1.8300016E8	-7	-183000115.72	0.0
+8.0	false	NULL	8GloEukQ0c68JDmnYL53	8	-722873402	1969-12-31 16:00:15.892	0.0	722873375.72	NULL	NULL	1.0	0.0	0.0	NULL	-8	0.0	-7.2287341E8	-7	-722873375.72	0.0
+8.0	false	NULL	kA0XH5C5	8	-503903864	1969-12-31 16:00:15.892	0.0	503903837.72	NULL	NULL	1.0	0.0	0.0	NULL	-8	0.0	-5.03903872E8	-7	-503903837.72	0.0
+8.0	true	NULL	100VTM7PEW8GH1uE	8	88129338	1969-12-31 16:00:15.892	0.0	-88129364.28	NULL	NULL	1.0	0.0	0.0	NULL	-8	0.0	8.8129328E7	-7	88129364.28	0.0
+8.0	true	NULL	1062158y	8	-1005155523	1969-12-31 16:00:15.892	0.0	1005155496.72	NULL	NULL	1.0	0.0	0.0	NULL	-8	0.0	-1.00515552E9	-7	-1005155496.72	0.0
+8.0	true	NULL	1063cEnGjSal	8	-624769630	1969-12-31 16:00:15.892	0.0	624769603.72	NULL	NULL	1.0	0.0	0.0	NULL	-8	0.0	-6.247696E8	-7	-624769603.72	0.0
+8.0	true	NULL	4kMasVoB7lX1wc5i64bNk	8	683567667	1969-12-31 16:00:15.892	0.0	-683567693.28	NULL	NULL	1.0	0.0	0.0	NULL	-8	0.0	6.8356768E8	-7	683567693.28	0.0
+8.0	true	NULL	XH6I7A417	8	436627202	1969-12-31 16:00:15.892	0.0	-436627228.28	NULL	NULL	1.0	0.0	0.0	NULL	-8	0.0	4.366272E8	-7	436627228.28	0.0
+NULL	false	-13008.0	10	NULL	-896629175	NULL	NULL	896629148.72	-13008.0	-1034825.424	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	-896629148.72	0.0
+NULL	false	-7707.0	10vke853	NULL	424959354	NULL	NULL	-424959380.28	-7707.0	-613114.971	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	424959380.28	0.0
+NULL	false	14771.0	10	NULL	993788576	NULL	NULL	-993788602.28	14771.0	1175077.363	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	993788602.28	0.0
+NULL	false	2459.0	10	NULL	-394064473	NULL	NULL	394064446.72	2459.0	195620.827	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	-394064446.72	0.0
+NULL	true	-14640.0	101n6n461o	NULL	-819657767	NULL	NULL	819657740.72	-14640.0	-1164655.92	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	-819657740.72	0.0
+NULL	true	-14674.0	105aFDAt30c4rI4U	NULL	-831072496	NULL	NULL	831072469.72	-14674.0	-1167360.722	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	-831072469.72	0.0
+NULL	true	-7238.0	10ljXCFT6fG6Qi3S7414e	NULL	-256767096	NULL	NULL	256767069.72	-7238.0	-575804.614	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	-256767069.72	0.0
+NULL	true	-9489.0	10Yr6	NULL	500274721	NULL	NULL	-500274747.28	-9489.0	-754878.417	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	500274747.28	0.0
+NULL	true	10419.0	10	NULL	-721614386	NULL	NULL	721614359.72	10419.0	828862.7069999999	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	-721614359.72	0.0
+NULL	true	14519.0	100xJdkyc	NULL	729277608	NULL	NULL	-729277634.28	14519.0	1155030.007	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	729277634.28	0.0
+NULL	true	2261.0	10Hr5oB07Ohu0622u	NULL	612000160	NULL	NULL	-612000186.28	2261.0	179869.33299999998	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	612000186.28	0.0
+NULL	true	4516.0	10lL0XD6WP2x64f70N0fHmC1	NULL	-974538365	NULL	NULL	974538338.72	4516.0	359261.348	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	-974538338.72	0.0
+NULL	true	4767.0	10dUdwyXp5XwgpkTxLffmv3x	NULL	187503456	NULL	NULL	-187503482.28	4767.0	379229.151	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	187503482.28	0.0
+NULL	true	5658.0	10M3eGUsKVonbl70DyoCk25	NULL	486382507	NULL	NULL	-486382533.28	5658.0	450110.874	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	486382533.28	0.0
+NULL	true	8659.0	1047piRsT3c3r134I	NULL	487236176	NULL	NULL	-487236202.28	8659.0	688849.427	NULL	NULL	NULL	-23.0	NULL	0.0	NULL	NULL	487236202.28	0.0