File tree Expand file tree Collapse file tree
parquet-column/src/main/java/org/apache/parquet/column/statistics/geospatial
parquet-hadoop/src/main/java/org/apache/parquet/format/converter Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434public class GeospatialStatistics {
3535 private static final Logger LOG = LoggerFactory .getLogger (GeospatialStatistics .class );
3636
37- // Metadata that may impact the statistics calculation
3837 private BoundingBox boundingBox ;
3938 private GeospatialTypes geospatialTypes ;
4039
Original file line number Diff line number Diff line change @@ -946,8 +946,6 @@ GeospatialStatistics toParquetGeospatialStatistics(
946946 }
947947
948948 GeospatialStatistics formatStats = new GeospatialStatistics ();
949- // boolean isBoundingBoxSet = false;
950- // boolean isGeometryTypes = false;
951949 boolean hasStats = false ;
952950
953951 if (geospatialStatistics .getBoundingBox () != null
You can’t perform that action at this time.
0 commit comments