Gabriel39 commented on code in PR #67784:
URL: https://github.com/apache/doris/pull/67784#discussion_r3985839690
##########
be/src/format_v2/table_reader.cpp:
##########
@@ -1628,6 +1633,8 @@ Status
TableReader::create_file_reader(std::unique_ptr<FileReader>* reader) {
const bool enable_mapping_varbinary = _scan_params != nullptr &&
_scan_params->__isset.enable_mapping_varbinary &&
Review Comment:
Fixed in 489a3c5aa8. A versioned Parquet timestamp contract now forces query
scans onto scanner V2 even when `enable_file_scanner_v2=false`; load scans and
unsupported scanner modes remain unchanged.
`FileScanLocalStateSelectsV2ForSupportedQueriesOnly` and the INT96 round-trip
regression cover this path.
--
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]