You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/07/26 12:46:00 UTC

[GitHub] [incubator-druid] Fokko commented on a change in pull request #8006: Bump commons-io from 2.5 to 2.6

Fokko commented on a change in pull request #8006: Bump commons-io from 2.5 to 2.6
URL: https://github.com/apache/incubator-druid/pull/8006#discussion_r307725895
 
 

 ##########
 File path: core/src/main/java/org/apache/druid/data/input/impl/FileIteratingFirehose.java
 ##########
 @@ -98,7 +98,7 @@ public InputRowPlusRaw nextRowWithRaw()
     }
   }
 
-  private LineIterator getNextLineIterator()
+  private LineIterator getNextLineIterator() throws IOException
 
 Review comment:
   Great suggestion, thanks!

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org