Hi Yongzao Dan, Thank you for your recent contribution to the Apache IoTDB community. Your work on clarifying the semantics of the auto-create schema function and addressing the associated issues has been incredibly valuable to IoTDB. Your dedication and attention to detail are greatly appreciated!
Best regards, Itami Sho > 2024年6月1日 12:43,Yongzao Dan <532741...@qq.com.INVALID> 写道: > > Hi everyone, > > > I'm Yongzao Dan, a committer in the Apache IoTDB community. > > > The semantics of auto create schema function has been confused > since the community updated the distribution version, where the IoTDB will > automatically create both corresponding database and time series schema when > enable this function and process write request. But the IoTDB will still > create a database when disable this function and process write request. In > fact, neither the database nor the time series schema should be created when > disable this function. > > > Thus I commited a PR to fix this neglected semantical bug during > version iteration. Added a new IT as well to prevent this function being > incorrectly modified in future > update: https://github.com/apache/iotdb/pull/12590 > > > Warm regards, > Yongzao Dan