Change code owners

This commit is contained in:
JiahuaChen
2024-02-08 02:26:43 +00:00
committed by ob-robot
parent 74e0a412d9
commit ccfccee77b
13 changed files with 40 additions and 41 deletions

View File

@ -80,7 +80,6 @@ TEST_F(TestAggRow, test_agg_row)
agg_row.storage_datums_[cnt].set_int(cnt);
}
OK(is_null.push_back(null));
STORAGE_LOG(INFO, "zhuixin debug", K(cnt), K(col_meta), K(null));
has[col_idx][col_type] = true;
++cnt;
}