amorynan commented on code in PR #54112:
URL: https://github.com/apache/doris/pull/54112#discussion_r2244785138
##########
regression-test/suites/variant_p0/nested/load.groovy:
##########
@@ -140,10 +140,8 @@ suite("variant_nested_type_load", "p0"){
"""
sql """
insert into ${table_name_1} values (7, '{"nested": [{"a": 2.5},
{"c": 123.1}, {"b": "123.1"}]}');
- """
- sql_select_batch(table_name_1)
Review Comment:
compaction 前会按照file_type 读取 第二行的 v.nested.c, 此时没有插入值的是为NULL, compaction
之后,这里会变成array<json> ,v.nested.c 插入的是 [null]
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]