HeartSaVioR opened a new pull request #24942: [MINOR][SS] Use 
CaseInsensitiveStringMap for KafkaContinuousStream
URL: https://github.com/apache/spark/pull/24942
 
 
   ## What changes were proposed in this pull request?
   
   This patch addresses a missing spot which Map should be passed as 
CaseInsensitiveStringMap - KafkaContinuousStream seems to be only the missed 
one.
   
   Before this fix, it has a relevant bug where `pollTimeoutMs` is always set 
to default value, as the value of `KafkaSourceProvider.CONSUMER_POLL_TIMEOUT` 
is `kafkaConsumer.pollTimeoutMs` which key-lowercased map has been provided as 
`sourceOptions`.
   
   ## How was this patch tested?
   
   N/A.

----------------------------------------------------------------
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]

Reply via email to