AnishMahto opened a new pull request, #55836: URL: https://github.com/apache/spark/pull/55836
Approved AutoCDC SPIP: https://lists.apache.org/thread/j6sj9wo9odgdpgzlxtvhoy7szs0jplf7 -------- Introduce `ChangeArgs` as the dataclass that represents AutoCDC API parameters. In future PRs: 1.`ChangeArgs` will be constructed, populated, and propagated by SDP SQL/Python flow registration API. 2. `ChangeArgs` will be referenced by SCD1/SCD2 algorithm implementations, to respect user specified configurations. Additionally introduce ColumnSelection helper class, to encode the notion of user selecting a list of columns for inclusion/exclusion directly into a data type, rather than relying on implicit understanding of a raw string list. -- 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]
