Gabriel39 commented on code in PR #65446:
URL: https://github.com/apache/doris/pull/65446#discussion_r3567947626


##########
be/src/format_v2/parquet/reader/parquet_leaf_reader.cpp:
##########
@@ -394,14 +402,16 @@ ParquetLeafReader::ParquetLeafReader(
         std::shared_ptr<::parquet::internal::RecordReader> record_reader,
         ParquetColumnReaderProfile profile, const cctz::time_zone* timezone,
         bool enable_strict_mode,
-        std::function<Status(MutableColumnPtr&, const DecodedColumnView&)> 
decoded_value_appender)
+        std::function<Status(MutableColumnPtr&, const DecodedColumnView&)> 
decoded_value_appender,
+        const cctz::time_zone* int96_timezone)

Review Comment:
   Fixed for scanner v2. The configured INT96 timezone is forwarded into nested 
value readers, and  covers nested INT96 decoding.



-- 
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]

Reply via email to