yiguolei commented on code in PR #51623:
URL: https://github.com/apache/doris/pull/51623#discussion_r2232831920
##########
be/src/olap/tablet_schema.h:
##########
@@ -190,6 +197,15 @@ class TabletColumn : public MetadataAdder<TabletColumn> {
const std::vector<TabletColumnPtr>& sparse_columns() const;
size_t num_sparse_columns() const { return _num_sparse_columns; }
+ void set_precision_frac(int32_t precision, int32_t frac) {
Review Comment:
为什么会有set 方法?这个不应该是从元数据中读取出来是啥就是啥吗?
--
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]