Github user vkorukanti commented on the pull request:

    https://github.com/apache/drill/pull/425#issuecomment-220101853
  
    Tested with parquet metadata cache. Currently if you do a count(*) on 
parquet table having metadata cache, we get that count from cache. For rowcount 
in planning: if a stats table exists we get the count from stats table, 
otherwise we get it from groupscan which in parquet case gets it from the 
metadata cache if exists.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to