arina-ielchiieva commented on a change in pull request #1778: DRILL-7233: 
Format Plugin for HDF5
URL: https://github.com/apache/drill/pull/1778#discussion_r364636869
 
 

 ##########
 File path: 
contrib/format-hdf5/src/test/java/org/apache/drill/exec/store/hdf5/TestHDF5Format.java
 ##########
 @@ -863,14 +863,14 @@ public void testCompoundExplicitQuery2() throws 
Exception {
 
   @Test
   public void testSerDe() throws Exception {
-    String sql = "SELECT COUNT(*) FROM cp.`hdf5/dset.h5`";
+    String sql = "SELECT COUNT(*) FROM dfs.`hdf5/dset.h5`";
     String plan = queryBuilder().sql(sql).explainJson();
     long cnt = queryBuilder().physical(plan).singletonLong();
     assertEquals("Counts should match",1L, cnt);
   }
 
   @Test
-  public void testExplicitQueryWithCompressedFile() throws RpcException, 
IOException {
+  public void testExplicitQueryWithCompressedFile() throws Exception, 
IOException {
 
 Review comment:
   You already throwing exception, why to throw IOException? 
   Did not IDE warn about this?

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