Mryange commented on code in PR #62713:
URL: https://github.com/apache/doris/pull/62713#discussion_r3193621046
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/CreateDictionaryInfo.java:
##########
@@ -211,9 +211,6 @@ private void validateAndSetColumns(Table table) throws
DdlException {
}
private void validateKeyColumn(Column source) throws DdlException {
- if (source.getType().isComplexType()) {
Review Comment:
这个不是字典的问题,是我们join上也会认为{2:'y', 3:'z'} 和 {3:'z', 2:'y'}是不同的map。
--
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]