mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-09-08 22:48:58 +00:00
test(compat): refresh legacy JSON2 admin output snapshot
Signed-off-by: discord9 <55937128+discord9@users.noreply.github.com>
This commit is contained in:
@@ -52,19 +52,19 @@ Affected Rows: 1
|
||||
|
||||
ADMIN FLUSH_TABLE('t_legacy_json2_non_append_table');
|
||||
|
||||
+-------------------------------------------------------+
|
||||
| ADMIN flush_table('t_legacy_json2_non_append_table') |
|
||||
+-------------------------------------------------------+
|
||||
| 0 |
|
||||
+-------------------------------------------------------+
|
||||
+------------------------------------------------------+
|
||||
| ADMIN FLUSH_TABLE('t_legacy_json2_non_append_table') |
|
||||
+------------------------------------------------------+
|
||||
| 0 |
|
||||
+------------------------------------------------------+
|
||||
|
||||
ADMIN compact_table('t_legacy_json2_non_append_table');
|
||||
|
||||
+---------------------------------------------------------+
|
||||
+--------------------------------------------------------+
|
||||
| ADMIN compact_table('t_legacy_json2_non_append_table') |
|
||||
+---------------------------------------------------------+
|
||||
| 0 |
|
||||
+---------------------------------------------------------+
|
||||
+--------------------------------------------------------+
|
||||
| 0 |
|
||||
+--------------------------------------------------------+
|
||||
|
||||
SELECT ts, j.a AS a, j.nested.s AS nested_s
|
||||
FROM t_legacy_json2_non_append_table
|
||||
|
||||
Reference in New Issue
Block a user