suxiaogang223 commented on code in PR #50379:
URL: https://github.com/apache/doris/pull/50379#discussion_r2080873651
##########
be/src/vec/exec/format/csv/csv_reader.cpp:
##########
@@ -395,14 +328,10 @@ Status CsvReader::init_reader(bool is_load) {
if (_enclose == 0) {
text_line_reader_ctx = std::make_shared<PlainTextLineReaderCtx>(
_line_delimiter, _line_delimiter_length, _keep_cr);
- if (_text_serde_type == TTextSerdeType::HIVE_TEXT_SERDE) {
- _fields_splitter = std::make_unique<HiveCsvTextFieldSplitter>(
- _trim_tailing_spaces, false, _value_separator,
_value_separator_length, -1,
- _escape);
- } else {
- _fields_splitter = std::make_unique<PlainCsvTextFieldSplitter>(
- _trim_tailing_spaces, false, _value_separator,
_value_separator_length, -1);
- }
+ // TODO: make sure what table this splitter is used for
Review Comment:
Just forget to rm this
--
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]