There was an error while loading. Please reload this page.
1 parent 1bb2cd8 commit d5ba2f2Copy full SHA for d5ba2f2
1 file changed
parquet/tests/geospatial.rs
@@ -235,6 +235,10 @@ mod test {
235
// ...but there should be no min or max value
236
assert!(stats.min_bytes_opt().is_none());
237
assert!(stats.max_bytes_opt().is_none());
238
+
239
+ // There should be no index for this column
240
+ assert!(rg.column(0).column_index_length().is_none());
241
+ assert!(rg.column(0).column_index_offset().is_none());
242
}
243
244
@@ -319,6 +323,10 @@ mod test {
319
323
320
324
321
325
326
327
328
329
322
330
331
332
0 commit comments