amansinha100 commented on a change in pull request #729: Drill 1328: Support table statistics for Parquet URL: https://github.com/apache/drill/pull/729#discussion_r250703423
########## File path: protocol/src/main/protobuf/UserBitShared.proto ########## @@ -350,6 +350,9 @@ enum CoreOperatorType { PCAPNG_SUB_SCAN = 55; RUNTIME_FILTER = 56; ROWKEY_JOIN = 57; + STATISTICS_AGGREGATE = 58; Review comment: Remember to also generate the C++ source for the protobuf changes (for details see protocol/readme.txt). These will be used by ODBC driver. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services