gaborgsomogyi commented on issue #24967: [SPARK-28163][SS] Use CaseInsensitiveMap for KafkaOffsetReader URL: https://github.com/apache/spark/pull/24967#issuecomment-508523410 @HeartSaVioR I've converted `Map` to `CaseInsensitiveMap` where the mentioned bug required it to make the code less error prone. I know there are places which not yet touched but I didn't want to mix up 2 intentions, namely solve this bug and making parameter handling more robust on v1 side. Going to file another jira + PR for the second... @gatorsmile Added tests which cover not only the problematic parts.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
