-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sonar cleanups #858
Sonar cleanups #858
Conversation
long recordCount; | ||
MessageType messageType; | ||
Map<String, String> keyValueMetadata; | ||
try (ParquetFileReader reader = ParquetFileReader.open(configuration, file.getPath())) { |
Check notice
Code scanning / CodeQL
Deprecated method or constructor invocation Note
ParquetFileReader.open
...ps-geoparquet/src/main/java/org/apache/baremaps/geoparquet/hadoop/GeoParquetGroupWriter.java
Show resolved
Hide resolved
baremaps-geoparquet/src/main/java/org/apache/baremaps/geoparquet/GeoParquetReader.java
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, thank you! I will merge this PR. I suggest we don't use System.out.println in unit tests in the future. I forgot to remove the one in GeoParquetReaderTest before merging my previous PR.
No description provided.