gavinchou commented on code in PR #59967:
URL: https://github.com/apache/doris/pull/59967#discussion_r2722138805


##########
be/src/olap/tablet_reader.h:
##########
@@ -185,6 +185,10 @@ class TabletReader {
         bool is_key_column_group = false;
         std::vector<uint32_t> key_group_cluster_key_idxes;
 
+        // For sparse column compaction optimization
+        // When true, use optimized path for sparse wide tables
+        bool use_sparse_optimization = false;

Review Comment:
   naming  use_sparse_optimization -> enable_sparse_optimization



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