Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/155#discussion_r92916444 --- Diff: catalog/Catalog.proto --- @@ -81,13 +81,16 @@ message IndexScheme { } message CatalogRelationStatistics { - optional fixed64 num_tuples = 1; + optional bool is_exact = 1; --- End diff -- I suggest to use a better name like `is_fresh`, as `is_exact` sounds more like a contrast to approximate stats, less like to indicate `up-to-date`.
--- 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. ---