hoshinojyunn commented on code in PR #66475:
URL: https://github.com/apache/doris/pull/66475#discussion_r3827265858


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java:
##########
@@ -3203,6 +3217,23 @@ public TInvertedIndexFileStorageFormat 
getInvertedIndexFileStorageFormat() {
         return tableProperty.getInvertedIndexFileStorageFormat();
     }
 
+    public TInvertedIndexFileStorageFormat 
getPartitionInvertedIndexFileStorageFormat() {
+        if (!Config.enable_partition_inverted_index_storage_format_rollout) {

Review Comment:
   Not support rollup on local now



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to