Kikyou1997 commented on code in PR #25603:
URL: https://github.com/apache/doris/pull/25603#discussion_r1365589288
##########
fe/fe-core/src/main/java/org/apache/doris/statistics/BaseAnalysisTask.java:
##########
@@ -165,6 +164,7 @@ protected void init(AnalysisInfo info) {
Preconditions.checkArgument(!StatisticsUtil.isUnsupportedType(col.getType()),
String.format("Column with type %s is not supported",
col.getType().toString()));
}
+ tableSample = getTableSample();
Review Comment:
We must make sure tbl field has been init before invoking getTableSample
--
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]