liuminghui233 opened a new pull request, #8866: URL: https://github.com/apache/iotdb/pull/8866
## Description Currently, we doesn't support refactor type in select into which means if the dataType of source series is different from target series, it won't succeed. However, there is a strange thing that when we firstly init, we use source series's dataType and then when we reset, we use target series's dataType which may cause that first batch data will be successfully inserted even if dataTypes are different. Actually, we should support some cast directly, you can refer to this doc https://apache-iotdb.feishu.cn/docx/doxcn1CxLERWOuq9F0BZ0G9QA8g -- 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: reviews-unsubscr...@iotdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org