yiguolei commented on code in PR #9505:
URL: https://github.com/apache/incubator-doris/pull/9505#discussion_r870161388
##########
be/src/exec/broker_scanner.cpp:
##########
@@ -158,53 +143,11 @@ Status BrokerScanner::open_file_reader() {
_skip_lines = 2;
}
}
- switch (range.file_type) {
Review Comment:
I think it is better to use stream type not file type.
FileType maybe parquet, orc, csv
StreamType could be S3Stream, HDFSStream, LocalStream
--
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]