Gabriel39 commented on code in PR #64854:
URL: https://github.com/apache/doris/pull/64854#discussion_r3489817426
##########
be/src/format/orc/vorc_reader.cpp:
##########
@@ -1923,48 +1742,18 @@ Status OrcReader::_fill_doris_data_column(const
std::string& col_name,
const orc::Type* orc_column_type,
const orc::ColumnVectorBatch* cvb,
size_t num_values) {
auto logical_type = data_type->get_primitive_type();
+ if (logical_type != PrimitiveType::TYPE_ARRAY && logical_type !=
PrimitiveType::TYPE_MAP &&
Review Comment:
这里为什么不让TYPE_ARRAY/TYPE_MAP/TYPE_STRUCT也用read_column_from_orc?
--
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]