yiguolei commented on code in PR #65419:
URL: https://github.com/apache/doris/pull/65419#discussion_r3551126459


##########
be/src/storage/segment/column_reader_cache.cpp:
##########
@@ -28,6 +28,46 @@ bvar::Adder<int64_t> 
g_segment_column_cache_evict_count("segment_column_cache_ev
 
 namespace doris::segment_v2 {
 
+namespace {
+
+void fill_missing_decimal_precision(ColumnMetaPB* meta, const TabletColumn& 
column) {

Review Comment:
   一把把输入参数放第一个,返回值放后面



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