HTHou opened a new pull request, #15045: URL: https://github.com/apache/iotdb/pull/15045
## Description  To reproduce, execute the following sqls. ```sql create database db1 use db1 create table t2(s1 text field, s2 text field) insert into t2(time,s2) values(2,'t1') alter table t2 drop column s2 flush ``` -- 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]
