Jackie-Jiang opened a new pull request, #8743: URL: https://github.com/apache/pinot/pull/8743
As we add more and more optional properties into the `IngestionConfig`, using the constructor with all properties as parameters is not very readable (most of the values are `null`). Also, this can cause compilation backward incompatible every time a new property is added. This PR cleans up the usage of 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]
