Skip to content

Commit

Permalink
[enhancement](regression-test) modify a key type tests (#34717)
Browse files Browse the repository at this point in the history
Co-authored-by: cjj2010 <2449402815@qq.com>
  • Loading branch information
2 people authored and dataroaring committed May 26, 2024
1 parent 0d7c486 commit 062eae8
Show file tree
Hide file tree
Showing 2 changed files with 549 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
// under the License.

suite("test_unique_schema_key_change_modify","p0") {
def tbName = "test_unique_schema_key_change_modify"
def tbName2 = "test_unique_schema_key_change_modify_1"
def tbName = "test_unique_schema_key_change_modify_1"
def tbName2 = "test_unique_schema_key_change_modify_2"
/**
* Test the unique model by modify a value type
*/
Expand Down
Loading

0 comments on commit 062eae8

Please sign in to comment.