gszadovszky commented on a change in pull request #817:
URL: https://github.com/apache/parquet-mr/pull/817#discussion_r510154080
##########
File path:
parquet-protobuf/src/main/java/org/apache/parquet/proto/ProtoParquetReader.java
##########
@@ -56,7 +61,25 @@ public ProtoParquetReader(Path file) throws IOException {
*/
@Deprecated
@SuppressWarnings("unchecked")
- public ProtoParquetReader(Path file, UnboundRecordFilter recordFilter)
throws IOException {
+ public ProtoParquetReader(Path file, UnboundRecordFilter recordFilter)
+ throws IOException {
Review comment:
Untouched code should not be formatted. (BTW, the max line width is 120
characters anyway.)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]