ixtza commented on code in PR #92:
URL:
https://github.com/apache/doris-kafka-connector/pull/92#discussion_r3380932366
##########
src/main/java/org/apache/doris/kafka/connector/converter/RecordDescriptor.java:
##########
@@ -161,6 +184,7 @@ public static class Builder {
private Map<String, Type> typeRegistry;
// Internal build state
+ private final Set<String> keyFieldNames = new HashSet<>();
private final List<String> nonKeyFieldNames = new ArrayList<>();
private final Map<String, FieldDescriptor> allFields = new
LinkedHashMap<>();
Review Comment:
`LinkedHashSet` implemented!
--
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]