arina-ielchiieva commented on a change in pull request #1978: DRILL-7578: HDF5 
Metadata Queries Fail with Large Files
URL: https://github.com/apache/drill/pull/1978#discussion_r383911343
 
 

 ##########
 File path: 
contrib/format-hdf5/src/main/java/org/apache/drill/exec/store/hdf5/HDF5BatchReader.java
 ##########
 @@ -1027,16 +1074,17 @@ private void getAndMapCompoundData(String path, 
List<String> fieldNames, IHDF5Re
         }
       } else {
         int index = 0;
+        List<String> compoundDataTypes = new ArrayList<>();
 
 Review comment:
   Could you please point out where this list is used in code?

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


With regards,
Apache Git Services

Reply via email to