airborne12 commented on code in PR #27325:
URL: https://github.com/apache/doris/pull/27325#discussion_r1399998360
##########
be/src/olap/schema.cpp:
##########
@@ -180,6 +180,7 @@ vectorized::IColumn::MutablePtr
Schema::get_predicate_column_ptr(const Field& fi
break;
case FieldType::OLAP_FIELD_TYPE_VARCHAR:
case FieldType::OLAP_FIELD_TYPE_STRING:
+ case FieldType::OLAP_FIELD_TYPE_JSONB:
Review Comment:
Is it practical to use dictionary encoding for JSONB?
--
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]