morningman commented on code in PR #24853:
URL: https://github.com/apache/doris/pull/24853#discussion_r1359700697


##########
fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyzeProperties.java:
##########
@@ -42,8 +42,8 @@ public class AnalyzeProperties {
     public static final String PROPERTY_NUM_BUCKETS = "num.buckets";
     public static final String PROPERTY_ANALYSIS_TYPE = "analysis.type";
     public static final String PROPERTY_PERIOD_SECONDS = "period.seconds";
-
     public static final String PROPERTY_FORCE_FULL = "force.full";
+    public static final String PROPERTY_PARTITION_COLUMN_SQL = 
"partition.column.sql";

Review Comment:
   how about "partition.column.from.meta"



##########
fe/fe-core/src/main/cup/sql_parser.cup:
##########
@@ -6141,6 +6142,12 @@ with_analysis_properties ::=
              put(AnalyzeProperties.PROPERTY_FORCE_FULL, "true");
         }};
     :}
+    | KW_SQL

Review Comment:
   Need to modify the document



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