xinghuayu007 opened a new issue #6202: URL: https://github.com/apache/incubator-doris/issues/6202
**Is your feature request related to a problem? Please describe.** Thrift lib in Doris currently is version-0.12, it is very old. Thrift version-0.13 or newer has very different api to version-0.12. On the other hand, writing parquet file need newer thrift lib to support logic type, although writing parquet file can use lower api. For example, when writing a string content into parquet file, we can use `byte_array` to define the column. If we want to define the column as `string`, the thrift api does not support. Related PR: #5833 **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org