morningman commented on code in PR #59720:
URL: https://github.com/apache/doris/pull/59720#discussion_r2684765182
##########
be/src/vec/exec/format/table/parquet_metadata_reader.cpp:
##########
@@ -864,7 +864,8 @@ Status ParquetMetadataReader::_append_file_rows(const
std::string& path,
std::unique_ptr<FileMetaData> file_metadata;
size_t meta_size = 0;
io::IOContext io_ctx;
- RETURN_IF_ERROR(parse_thrift_footer(file_reader, &file_metadata,
&meta_size, &io_ctx, false));
+ RETURN_IF_ERROR(
+ parse_thrift_footer(file_reader, &file_metadata, &meta_size,
&io_ctx, false, false));
Review Comment:
I think for parquet meta reader(which is for parquet_meta() tvf), we can use
`true, true`?
--
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]