You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/08/12 12:03:10 UTC

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #4343: Forbidden aggregated partition key column on mv

wutiangan commented on a change in pull request #4343:
URL: https://github.com/apache/incubator-doris/pull/4343#discussion_r469206567



##########
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java
##########
@@ -563,10 +563,36 @@ public PartitionInfo getPartitionInfo() {
         return partitionInfo;
     }
 
+    public List<String> getPartitionColumnNames() {
+        List<String> partitionColumnNames = Lists.newArrayList();
+        if (partitionInfo instanceof SinglePartitionInfo) {
+            return partitionColumnNames;

Review comment:
       partitionColumnNames has upperCase?




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org