eldenmoon commented on code in PR #63192:
URL: https://github.com/apache/doris/pull/63192#discussion_r3238636943
##########
be/src/format/parquet/parquet_column_convert.h:
##########
@@ -724,6 +743,29 @@ class Int32ToDate : public PhysicalToLogicalConverter {
}
};
+template <PrimitiveType SrcPrimitiveType>
+struct IntToTimeV2 : public PhysicalToLogicalConverter {
+ Status physical_convert(ColumnPtr& src_physical_col, ColumnPtr&
src_logical_column) override {
Review Comment:
为什么需要这些改动,能不能去掉无关的, 再梳理一下逻辑
--
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]