eldenmoon commented on code in PR #37145:
URL: https://github.com/apache/doris/pull/37145#discussion_r1668873364


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java:
##########
@@ -3463,6 +3463,10 @@ private static void addOlapTablePropertyInfo(OlapTable 
olapTable, StringBuilder
             sb.append(olapTable.getCompressionType()).append("\"");
         }
 
+        // row column page size
+        
sb.append(",\n\"").append(PropertyAnalyzer.PROPERTIES_ROW_COLUMN_PAGE_SIZE).append("\"
 = \"");

Review Comment:
   only disable when row store enabled



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to