gaborgsomogyi opened a new pull request #25030: [SPARK-28232][SS][SQL] Add groupIdPrefix for Kafka batch connector URL: https://github.com/apache/spark/pull/25030 ## What changes were proposed in this pull request? According to the documentation `groupIdPrefix` should be available for `streaming and batch`. It is not the case because the batch part is missing. In this PR I've added: * Structured Streaming test for v1 and v2 to cover `groupIdPrefix` * Batch test for v1 and v2 to cover `groupIdPrefix` * Added `groupIdPrefix` usage in batch ## How was this patch tested? Additional + existing unit tests.
---------------------------------------------------------------- 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]
