paul-rogers commented on a change in pull request #2075:
URL: https://github.com/apache/drill/pull/2075#discussion_r421824639



##########
File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/client/DumpCat.java
##########
@@ -250,7 +250,7 @@ private void showSingleBatch (VectorAccessibleSerializable 
vcSerializable, boole
       System.out.println(getBatchMetaInfo(vcSerializable).toString());
 
       System.out.println("Schema Information");
-      for (final VectorWrapper w : vectorContainer) {
+      for (final VectorWrapper<?> w : vectorContainer) {
         final MaterializedField field = w.getValueVector().getField();
         System.out.println (String.format("name : %s, minor_type : %s, 
data_mode : %s",

Review comment:
       `DumpCat` is a command-line tool. All I did here was fix some warnings.




----------------------------------------------------------------
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]


Reply via email to