[fix] remove some internal urls and emails
This commit is contained in:
@ -351,7 +351,7 @@ void ObMicroBlockEncoder::update_estimate_size_limit(const ObMicroBlockEncodingC
|
||||
int64_t data_size_limit = (2 * ctx.micro_block_size_ - header_size_) > 0
|
||||
? (2 * ctx.micro_block_size_ - header_size_)
|
||||
: (2 * ctx.micro_block_size_);
|
||||
//TODO huronghui.hrh@oceanbase.com use 4.1.0.0 for version judgment
|
||||
//TODO use 4.1.0.0 for version judgment
|
||||
if(ctx.major_working_cluster_version_ >= DATA_VERSION_4_1_0_0 ) {
|
||||
data_size_limit = MAX(data_size_limit, DEFAULT_MICRO_MAX_SIZE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user