vvysotskyi commented on a change in pull request #1415: DRILL-6656: Disallow 
extra semicolons in import statements.
URL: https://github.com/apache/drill/pull/1415#discussion_r208871597
 
 

 ##########
 File path: 
exec/java-exec/src/test/java/org/apache/drill/exec/store/parquet/ParquetSimpleTestFileGenerator.java
 ##########
 @@ -375,7 +376,8 @@ public static void writeSimpleValues(SimpleGroupFactory 
sgf, ParquetWriter<Group
     }
     {
       Group simpleGroup = sgf.newGroup();
-      byte[] bytes = new byte[30]; Arrays.fill(bytes, (byte)1);
+      byte[] bytes = new byte[30];
+      Arrays.fill(bytes, (byte)1);
 
 Review comment:
   `(byte)1` -> `(byte) 1`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to