jacktengg commented on code in PR #66333:
URL: https://github.com/apache/doris/pull/66333#discussion_r3713870980
##########
be/src/core/data_type_serde/data_type_serde.cpp:
##########
@@ -847,7 +884,20 @@ Status
DataTypeDateTimeV2SerDe::read_column_from_orc(IColumn& column,
if (orc_decode_row_count(view.rows, view.selected_rows) == 0) {
return Status::OK();
}
- return decode_timestamp_orc_values(column, view, *view.timezone);
+ return decode_datetimev2_orc_values(column, view, *view.timezone);
+}
+
+Status DataTypeDateTimeV2NanoSerDe::read_column_from_orc(IColumn& column,
Review Comment:
Will be supported in following Prs.
--
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]