yogeshgargmsft commented on code in PR #51211:
URL: https://github.com/apache/spark/pull/51211#discussion_r2154259807
##########
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] = {
+ if (params.contains(EVENTSTREAM_NAME_OPTION_KEY) ||
+ params.contains(EVENTSTREAM_ARTIFACT_ID_OPTION_KEY) ||
+ params.contains(EVENTSTREAM_CONSUMER_GROUP_OPTION_KEY)) {
+ validateEventStreamOptions(params)
Review Comment:
We should perform validation in eventstream jar, we should make minimal
changes in spark code base
--
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]