zclllyybb commented on code in PR #42344:
URL: https://github.com/apache/doris/pull/42344#discussion_r1868813940
##########
be/src/vec/exec/format/parquet/decoder.h:
##########
@@ -79,7 +79,8 @@ class Decoder {
}
virtual MutableColumnPtr convert_dict_column_to_string_column(const
ColumnInt32* dict_column) {
- LOG(FATAL) << "Method convert_dict_column_to_string_column is not
supported";
+ throw doris::Exception(ErrorCode::NOT_IMPLEMENTED_ERROR,
+ "Method convert_dict_column_to_string_column is
not supported");
__builtin_unreachable();
Review Comment:
remove this line
--
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]