diff options
| author | liuchang <[email protected]> | 2023-06-09 09:10:45 +0000 |
|---|---|---|
| committer | liuchang <[email protected]> | 2023-06-09 09:10:45 +0000 |
| commit | 2f0cffeb2f02e37615f32ba787996db7344b964a (patch) | |
| tree | fd81ae8c3922b01337145cbb92e9082078c09d06 /shaping/test/test_conf/table_info.json | |
| parent | 6953195e4c591946f4e007235512b104518052fd (diff) | |
bugfix: TSG-15490, fix key_len of table_info
Diffstat (limited to 'shaping/test/test_conf/table_info.json')
| -rw-r--r-- | shaping/test/test_conf/table_info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shaping/test/test_conf/table_info.json b/shaping/test/test_conf/table_info.json index 71382b5..692f4f6 100644 --- a/shaping/test/test_conf/table_info.json +++ b/shaping/test/test_conf/table_info.json @@ -7,7 +7,7 @@ "custom": { "key": 1, "key_type": "integer", - "key_len": 4 + "key_len": 8 } }, { |
