caiconghui commented on code in PR #8838:
URL: https://github.com/apache/incubator-doris/pull/8838#discussion_r841316788
##########
fe/fe-core/src/main/java/org/apache/doris/analysis/SlotRef.java:
##########
@@ -74,9 +74,6 @@ public SlotRef(SlotDescriptor desc) {
this.type = desc.getType();
// TODO(zc): label is meaningful
this.label = null;
- if (this.type.equals(Type.CHAR)) {
Review Comment:
already do some test, but I am not sure for all case, because the motivation
to transfer char to varchar in unknown for me
--
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]