diff options
| author | liuchang <[email protected]> | 2023-06-08 02:21:34 +0000 |
|---|---|---|
| committer | liuchang <[email protected]> | 2023-06-08 02:21:34 +0000 |
| commit | 07137c70be694e537a3de92ee4b5238a86ef6533 (patch) | |
| tree | e3c6d73b6e1aed4e5dae44afc172174b3085bedf /shaping/test/test_conf/table_info.json | |
| parent | d3931b1019fb512972d67c1f8ef6ab14b20b6da9 (diff) | |
adapt maat interface change
Diffstat (limited to 'shaping/test/test_conf/table_info.json')
| -rw-r--r-- | shaping/test/test_conf/table_info.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shaping/test/test_conf/table_info.json b/shaping/test/test_conf/table_info.json index 28e8725..71382b5 100644 --- a/shaping/test/test_conf/table_info.json +++ b/shaping/test/test_conf/table_info.json @@ -6,7 +6,8 @@ "valid_column": 8, "custom": { "key": 1, - "key_type": "integer" + "key_type": "integer", + "key_len": 4 } }, { |
