Cpaulyz opened a new pull request, #10233:
URL: https://github.com/apache/iotdb/pull/10233

   ## Description
   
   
   Refactor SchemaScanOperator to do asynchronous fetch and return isBlock v2.
   
   Only modify Operator's isBlocked to an asynchronous fetch procedure. 
   * Pros: Fewer code changes. 
   * Cons: Returns blocked even if asynchronous fetch is not required, which 
may cause thread switching overhead for mpp scheduling.
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to