Hi rongzhao It's really cool that with this change we're able to provide more explicit auto-creation semantics to our users.
Best ------------------ Xinyu Tan On 2024/06/01 04:43:05 Yongzao Dan wrote: > 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