Files
doris/lowercase.json
lihangyu 9e21318834 [refactor](dynamic table) Make segment_writer unaware of dynamic schema, and ensure parsing is exception-safe. (#19594)
1. make ColumnObject exception safe
2. introduce FlushContext and construct schema at memtable flush stage to make segment independent from dynamic schema
3. add more test cases
2023-06-01 10:25:04 +08:00

6 lines
84 B
JSON

{"xxxx": 1234}
{"xxxx": 12345678}
{"xxxx": "5679"}
{"XXXX": "5679"}
{"YYY": "5679"}