dvjyothsna opened a new pull request #1745: DRILL-7166: Count query with wildcard should skip reading of metadata summary file URL: https://github.com/apache/drill/pull/1745 Count(*) or Count(column) queries use the aggregated row count and null count from the metadata summary file without reading the large file metadata. When the directory filter has a wildcard, count cannot be fetched from the metadata summary file since the summary file contains count of all the children underneath that and there is no way to filter using wild card. The ConvertCountToDirectScan physical rule will be applied to these cases.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
