We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136bbf4 commit 945ecdfCopy full SHA for 945ecdf
1 file changed
parquet-hadoop/src/test/java/org/apache/parquet/statistics/TestGeometryTypeRoundTrip.java
@@ -220,8 +220,7 @@ public void testInvalidGeometryPresented() throws Exception {
220
// The key verification - when invalid geometry data is present,
221
// geospatial statistics should omit the invalid data
222
GeospatialStatistics geospatialStatistics = columnChunkMetaData.getGeospatialStatistics();
223
- Assert.assertNotNull(
224
- "Geospatial statistics should omit the corrupt geometry", geospatialStatistics);
+ Assert.assertNotNull("Geospatial statistics should omit the corrupt geometry", geospatialStatistics);
225
226
// Column index should still be readable, even if geometry-specific stats aren't present
227
ColumnIndex columnIndex = reader.readColumnIndex(columnChunkMetaData);
0 commit comments