Gabriel39 commented on code in PR #65446:
URL: https://github.com/apache/doris/pull/65446#discussion_r3709964220
##########
be/src/format_v2/column_mapper.cpp:
##########
@@ -1803,6 +1842,7 @@ static Status add_scan_column(FileScanRequest*
file_request, ColumnMapping* mapp
// merge_filter_projection() adds `s -> b`, so the predicate column
reads both children.
RETURN_IF_ERROR(merge_filter_projection(filter_projections,
&projection));
}
+ attach_timestamp_semantics(*mapping, &projection);
Review Comment:
Fixed in 4af3a54491. Schema-fallback child projections now copy
timestamp_is_adjusted_to_utc from the history-annotated file schema, including
filter-only nested children.
FilterOnlyNestedTimestampRetainsTableFormatSemantic pins the unannotated INT96
TIMESTAMP_LTZ(9) mapper path, and paimon_timestamp_types now projects one
struct child while filtering on its LTZ sibling.
--
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]