Github user hyunsik commented on a diff in the pull request:
https://github.com/apache/tajo/pull/630#discussion_r35871819
--- Diff:
tajo-catalog/tajo-catalog-common/src/main/proto/CatalogProtos.proto ---
@@ -181,6 +181,7 @@ message TableStatsProto {
optional int64 readBytes = 7;
repeated ColumnStatsProto colStat = 8;
optional int32 tid = 9;
+ repeated PartitionDescProto partitions = 10;
--- End diff --
Could you keep PartitionDescProto in TableStatsProto? Other messages like
TaskCompletionReport may be a better place.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---