Zhao Wei

Results 23 issues of 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....

workflow
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 ![209c9ac73f414ee7889173ad94b4147c](https://user-images.githubusercontent.com/18275570/183587953-c6a86805-e1d9-43cb-b7f3-8136fd8107e7.png) 2. When ZK in tablet...

bug
tools

**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...

enhancement
storage-engine

**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
high-priority

**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

**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

**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
high-priority
storage-engine

**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
high-priority
api-server
waiting-response

**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

**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...

bug
sdk