HHoflittlefish777 commented on code in PR #32098:
URL: https://github.com/apache/doris/pull/32098#discussion_r1520951488
##########
fe/fe-core/src/main/java/org/apache/doris/load/routineload/KafkaRoutineLoadJob.java:
##########
@@ -93,6 +95,7 @@ public class KafkaRoutineLoadJob extends RoutineLoadJob {
// kafka properties ,property prefix will be mapped to kafka custom
parameters, which can be extended in the future
private Map<String, String> customProperties = Maps.newHashMap();
private Map<String, String> convertedCustomProperties = Maps.newHashMap();
+ private Map<String, Map<String, String>> convertedRackCustomProperties =
Maps.newHashMap();
Review Comment:
why do you use a new property "convertedRackCustomProperties" to store rack
info rather than in convertedCustomProperties?
--
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]