wgtmac commented on PR #1340:
URL: https://github.com/apache/parquet-mr/pull/1340#issuecomment-2095077219
```
Error: Failed to execute goal
com.diffplug.spotless:spotless-maven-plugin:2.30.0:check (default) on project
parquet-hadoop: The following files had format violations:
Error:
src/test/java/org/apache/parquet/format/converter/TestParquetMetadataConverter.java
Error: @@ -1277,9 +1277,8 @@
Error:
····return·createParquetMetaData(dicEncoding,·dataEncoding,·true);
Error: ··}
Error:
Error: -
Error:
-··private·static·ParquetMetadata·createParquetMetaData(Encoding·dicEncoding,·Encoding·dataEncoding,
Error:
-·······················································boolean·includeDicStats)·{
Error: +··private·static·ParquetMetadata·createParquetMetaData(
Error:
+······Encoding·dicEncoding,·Encoding·dataEncoding,·boolean·includeDicStats)·{
Error:
····MessageType·schema·=·parseMessageType("message·schema·{·optional·int32·col·(INT_32);·}");
Error:
····org.apache.parquet.hadoop.metadata.FileMetaData·fileMetaData·=
Error:
········new·org.apache.parquet.hadoop.metadata.FileMetaData(schema,·new·HashMap<String,·String>(),·null);
Error: Run 'mvn spotless:apply' to fix these violations.
Error: -> [Help 1]
```
Please make the CI happy.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]