Zhao Wei
Zhao Wei
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) + Add timing trigger for integration test. + The test supports the disk table test....
**Bug Description** 1. When the version of the tablet is inconsistent with that of the NS, there is no prompt for check version failed  2. When ZK in tablet...
**Bug Description** Long window, delete the procedure after deploy, but the pre aggregated table will not be deleted. If you create a long window with the same name and function...
**Bug Description** + version:v0.6.0 If the wrong data is sent to Kafka, the data cannot be synchronized later. You need to delete topic and restart Kafka connect. **Expected Behavior** The...
**Bug Description** + version: v0.6.0 Date type cannot use string in JSON, but timestamp should be used. For example, 1659512628000 can be used, but "2022-08-03" cannot be used **Expected Behavior**...
**Bug Description** + version: v0.6.0 + When the data type is wrong, synchronization will not occur, but there is no error + When the value of pk.fields is not an...
**Bug Description** The deleted column is not an index and cannot run successfully. The table does not delete data. **Expected Behavior** Prompt error message. **Steps to Reproduce** 1. ``` create...
**Bug Description** After the nameserver restarts, use the apiserver access interface to prompt an error **Expected Behavior** Can be accessed normally **Steps to Reproduce** 1. Deploy a cluster environment with...
**Bug Description** + When the current row data expires, the results of batch mode and request mode are different. + When there is expired data in the main table, the...
**Bug Description** When partitionnum = 0 and distribution is not specified, the creation of the table should fail, but now it succeeds ```sql create table t4 (c1 string NOT NULL,c2...