You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2018/07/03 03:20:53 UTC

[GitHub] sachouche commented on a change in pull request #1360: DRILL-6578: Handle query cancellation in Parquet reader

sachouche commented on a change in pull request #1360: DRILL-6578: Handle query cancellation in Parquet reader
URL: https://github.com/apache/drill/pull/1360#discussion_r199673902
 
 

 ##########
 File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/VarLenColumnBulkInput.java
 ##########
 @@ -109,6 +109,8 @@
   /** {@inheritDoc} */
   @Override
   public boolean hasNext() {
+    checkCancellation(); // Checks whether query cancellation has been called
 
 Review comment:
   do you mean rename the method to checkInterrupted?

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


With regards,
Apache Git Services