Files
doris/regression-test/data/load/insert/test_array_string_insert.out
amory ee34b6de2d [Refact] (serde) refact mysql serde with data type (#19543)
refact mysql output (de)serialize with data type serde , avoid accoriding switch case Primitive type writed in mysqlWriter
2023-05-26 14:11:17 +08:00

11 lines
253 B
Plaintext

-- This file is automatically generated. You should know what you did if you want to edit this
-- !select --
4 ["12345", "123"] ["4"] \N
5 \N [NULL, "4"] \N
6 \N ["4"] [["123"], ["222"]]
7 \N ["4"] [["12345", NULL], ["222"]]
-- !select_count --
1 4 2