Skip to content

Commit 945ecdf

Browse files
committed
fix spotless errors
1 parent 136bbf4 commit 945ecdf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

parquet-hadoop/src/test/java/org/apache/parquet/statistics/TestGeometryTypeRoundTrip.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,7 @@ public void testInvalidGeometryPresented() throws Exception {
220220
// The key verification - when invalid geometry data is present,
221221
// geospatial statistics should omit the invalid data
222222
GeospatialStatistics geospatialStatistics = columnChunkMetaData.getGeospatialStatistics();
223-
Assert.assertNotNull(
224-
"Geospatial statistics should omit the corrupt geometry", geospatialStatistics);
223+
Assert.assertNotNull("Geospatial statistics should omit the corrupt geometry", geospatialStatistics);
225224

226225
// Column index should still be readable, even if geometry-specific stats aren't present
227226
ColumnIndex columnIndex = reader.readColumnIndex(columnChunkMetaData);

0 commit comments

Comments
 (0)