You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The serialized result of TiDB::TableInfo contains too many useless fields when they are "empty". We can remove them to shorten the serialized output and make the result more clear for debug and writing test cases.
"comment"
"partition"
origin_default_bit_value/origin_default/default/default_bit/type.{Charset,Collate,Elems} in the "ColumnInfo"
Enhancement
The serialized result of TiDB::TableInfo contains too many useless fields when they are "empty". We can remove them to shorten the serialized output and make the result more clear for debug and writing test cases.
origin_default_bit_value
/origin_default
/default
/default_bit
/type.{Charset,Collate,Elems}
in the "ColumnInfo"tiflash/dbms/src/TiDB/tests/gtest_table_info.cpp
Lines 193 to 194 in 881a80d
The text was updated successfully, but these errors were encountered: