wsjz commented on code in PR #17112:
URL: https://github.com/apache/doris/pull/17112#discussion_r1125821418
##########
be/src/vec/exec/format/parquet/fix_length_plain_decoder.cpp:
##########
@@ -111,7 +111,8 @@ Status
FixLengthPlainDecoder::decode_values(MutableColumnPtr& doris_column, Data
case TypeIndex::String:
[[fallthrough]];
case TypeIndex::FixedString:
- if (_physical_type == tparquet::Type::FIXED_LEN_BYTE_ARRAY) {
+ if (_physical_type == tparquet::Type::FIXED_LEN_BYTE_ARRAY ||
+ _physical_type == tparquet::Type::BYTE_ARRAY) {
Review Comment:
Move to case String
--
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]