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


##########
be/src/exec/common/variant_util.cpp:
##########
@@ -936,6 +943,13 @@ Status VariantCompactionUtil::check_path_stats(const 
std::vector<RowsetSharedPtr
     if (output->tablet_schema()->num_variant_columns() == 0) {
         return Status::OK();
     }
+    for (const auto& rowset : intputs) {
+        for (const auto& column : rowset->tablet_schema()->columns()) {
+            if (column->is_variant_type() && 
!should_check_variant_path_stats(*column)) {
+                return Status::OK();

Review Comment:
   this is correct for nested group



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