[performance](variant) support topn 2phase read for variant column (#28318)
[performance](variant) support topn 2phase read for variant column
This commit is contained in:
@ -829,8 +829,7 @@ public class SelectStmt extends QueryStmt {
|
||||
LOG.debug("only support duplicate key or MOW model");
|
||||
return false;
|
||||
}
|
||||
if (!olapTable.getEnableLightSchemaChange() || !Strings.isNullOrEmpty(olapTable.getStoragePolicy())
|
||||
|| olapTable.hasVariantColumns()) {
|
||||
if (!olapTable.getEnableLightSchemaChange()) {
|
||||
return false;
|
||||
}
|
||||
if (getOrderByElements() != null) {
|
||||
|
||||
Reference in New Issue
Block a user