eldenmoon commented on code in PR #54181:
URL: https://github.com/apache/doris/pull/54181#discussion_r2246997150
##########
be/src/vec/data_types/serde/data_type_date_or_datetime_serde.cpp:
##########
@@ -98,11 +98,17 @@ Status
DataTypeDateTimeSerDe::serialize_one_cell_to_json(const IColumn& column,
row_num = result.second;
Int64 int_val = assert_cast<const
ColumnDateTime&>(*ptr).get_element(row_num);
+ if (_nesting_level > 1) {
Review Comment:
这是个bugfix
--
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]