kaka11chen commented on code in PR #53729:
URL: https://github.com/apache/doris/pull/53729#discussion_r2234338045


##########
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  unit test only.



##########
be/src/vec/exec/format/orc/vorc_reader.h:
##########
@@ -829,14 +829,14 @@ class ORCFileInputStream : public orc::InputStream, 
public ProfileCollector {
     const std::string& _file_name;
     io::FileReaderSPtr _inner_reader;
     io::FileReaderSPtr _file_reader;
+    io::FileReaderSPtr _tracing_file_reader;

Review Comment:
   ok



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