You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "beyond1920 (via GitHub)" <gi...@apache.org> on 2023/03/03 08:30:56 UTC

[GitHub] [hudi] beyond1920 commented on pull request #8051: [HUDI-5851] Improvement of data skipping, only converts expressions to evaluators once

beyond1920 commented on PR #8051:
URL: https://github.com/apache/hudi/pull/8051#issuecomment-1453158013

   @danny0405 Please see `FileIndex#candidateFilesInMetadataTable`. 
   There is no need to convert filters to evaluators every time this method is executed.
   BTW, the main goal of this pr is actually to refactor `ExpressionEvaluators`,  split into 2 phase: convert expression to evaluators, evaluate whether it's possible to match based on the column stats.


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org