kaka11chen commented on code in PR #53729:
URL: https://github.com/apache/doris/pull/53729#discussion_r2234337616
##########
be/src/vec/exec/format/parquet/vparquet_reader.h:
##########
@@ -253,6 +252,7 @@ class ParquetReader : public GenericReader {
const tparquet::FileMetaData* _t_metadata = nullptr;
io::FileReaderSPtr _file_reader = nullptr;
+ io::FileReaderSPtr _tracing_file_reader = nullptr;
Review Comment:
ok.
##########
be/src/vec/exec/format/parquet/vparquet_reader.cpp:
##########
@@ -120,6 +121,11 @@ ParquetReader::~ParquetReader() {
_close_internal();
}
+void ParquetReader::set_file_reader(io::FileReaderSPtr file_reader) {
+ _file_reader = file_reader;
+ _tracing_file_reader = file_reader;
Review Comment:
for test only.
--
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]