amorynan opened a new pull request, #21109: URL: https://github.com/apache/doris/pull/21109
## Proposed changes this pr is for centralize text serde for data types , now we use different from_string and to_string in field, wrapper_field, data_types/ and predict_column ... , but serde at text can be unified for specify data type, not scattered everywhere. Issue Number: close #xxx <!--Describe your changes.--> In this pr : 1. from_string_test aim to comparing using "from_string" at data_type and wrapper field 2. data_type_serde_text_test aim to comparing serde text action can equal to wrapper field in scala type after this pr, I will do 1. replace wrapper field with core/field and using data type serde instead of using wrapper field from_string method 2. complete nested datatype (array/map/struct) text serde (support nested type in text) ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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]
