deemoliu opened a new pull request, #9150: URL: https://github.com/apache/pinot/pull/9150
Instructions: - `cleanup` As we have more and more properties key in the upsertConfig, simplified UpsertConfig to avoid using the constructor with all properties as parameters. This can cause compilation backward incompatible every time a new property is added. This PR cleans up the usage of UpsertConfig constructor with all properties, and replace with empty constructor and setters. -- 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]
