Vikram-Atreya3 commented on code in PR #51211:
URL: https://github.com/apache/spark/pull/51211#discussion_r2153778598
##########
connector/kafka-0-10-sql/src/main/scala/org/apache/spark/sql/kafka010/KafkaSourceProvider.scala:
##########
@@ -357,6 +358,29 @@ private[kafka010] class KafkaSourceProvider extends
DataSourceRegister
validateGeneralOptions(params)
}
+ private def translateEventStreamProperties(params:
CaseInsensitiveMap[String])
+ : CaseInsensitiveMap[String] = {
Review Comment:
Use reflection instead of import
--
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]