eldenmoon commented on code in PR #26749: URL: https://github.com/apache/doris/pull/26749#discussion_r1393596356
########## fe/fe-core/src/main/java/org/apache/doris/analysis/SlotDescriptor.java: ########## @@ -44,6 +44,9 @@ public class SlotDescriptor { // for SlotRef.toSql() in the absence of a path private String label; + // for variant column's sub column lables + private List<String> subColLabels; + private String materializedColumnnName; Review Comment: materializedColumnnName is the target name of a slot, it could be either column name or a composed name for a variant, subcolumn like `a.b.c` ########## fe/fe-core/src/main/java/org/apache/doris/analysis/SlotDescriptor.java: ########## @@ -44,6 +44,9 @@ public class SlotDescriptor { // for SlotRef.toSql() in the absence of a path private String label; + // for variant column's sub column lables + private List<String> subColLabels; + private String materializedColumnnName; Review Comment: materializedColumnnName is the target name of a slot, it could be either column name or a composed name for a variant, subcolumn like `a.b.c` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org