Skip to content

Commit 37c725d

Browse files
committed
Our newer parquet is 40bytes more efficient: 1.9.1-palantir3 vs 1.8.2
1 parent 8a7acba commit 37c725d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sql/core/src/test/resources/sql-tests/results/describe-part-after-analyze.sql.out

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Database default
8989
Table t
9090
Partition Values [ds=2017-08-01, hr=10]
9191
Location [not included in comparison]sql/core/spark-warehouse/t/ds=2017-08-01/hr=10
92-
Partition Statistics 1067 bytes, 3 rows
92+
Partition Statistics 1027 bytes, 3 rows
9393

9494
# Storage Information
9595
Location [not included in comparison]sql/core/spark-warehouse/t
@@ -122,7 +122,7 @@ Database default
122122
Table t
123123
Partition Values [ds=2017-08-01, hr=10]
124124
Location [not included in comparison]sql/core/spark-warehouse/t/ds=2017-08-01/hr=10
125-
Partition Statistics 1067 bytes, 3 rows
125+
Partition Statistics 1027 bytes, 3 rows
126126

127127
# Storage Information
128128
Location [not included in comparison]sql/core/spark-warehouse/t
@@ -147,7 +147,7 @@ Database default
147147
Table t
148148
Partition Values [ds=2017-08-01, hr=11]
149149
Location [not included in comparison]sql/core/spark-warehouse/t/ds=2017-08-01/hr=11
150-
Partition Statistics 1080 bytes, 4 rows
150+
Partition Statistics 1040 bytes, 4 rows
151151

152152
# Storage Information
153153
Location [not included in comparison]sql/core/spark-warehouse/t
@@ -180,7 +180,7 @@ Database default
180180
Table t
181181
Partition Values [ds=2017-08-01, hr=10]
182182
Location [not included in comparison]sql/core/spark-warehouse/t/ds=2017-08-01/hr=10
183-
Partition Statistics 1067 bytes, 3 rows
183+
Partition Statistics 1027 bytes, 3 rows
184184

185185
# Storage Information
186186
Location [not included in comparison]sql/core/spark-warehouse/t
@@ -205,7 +205,7 @@ Database default
205205
Table t
206206
Partition Values [ds=2017-08-01, hr=11]
207207
Location [not included in comparison]sql/core/spark-warehouse/t/ds=2017-08-01/hr=11
208-
Partition Statistics 1080 bytes, 4 rows
208+
Partition Statistics 1040 bytes, 4 rows
209209

210210
# Storage Information
211211
Location [not included in comparison]sql/core/spark-warehouse/t
@@ -230,7 +230,7 @@ Database default
230230
Table t
231231
Partition Values [ds=2017-09-01, hr=5]
232232
Location [not included in comparison]sql/core/spark-warehouse/t/ds=2017-09-01/hr=5
233-
Partition Statistics 1054 bytes, 2 rows
233+
Partition Statistics 1014 bytes, 2 rows
234234

235235
# Storage Information
236236
Location [not included in comparison]sql/core/spark-warehouse/t

0 commit comments

Comments
 (0)