[GIS] delete udt_id_ in ObParamInfo

This commit is contained in:
lyxiong0
2024-01-22 15:17:52 +00:00
committed by ob-robot
parent 3dad2201b1
commit 9c15b778a3

View File

@ -132,7 +132,6 @@ struct ObParamInfo
bool is_oracle_empty_string_;
common::ObCollationType col_type_;
common::ObPrecision precision_;
uint64_t udt_id_;
OB_UNIS_VERSION_V(1);
};