liuml07 opened a new pull request #4048: URL: https://github.com/apache/iceberg/pull/4048
The DataWriter::add is deprecated in 0.13 and will be removed in 0.14. BaseRollingWriter should stop using the deprecated add() method. Moreover, if a subclass of BaseRollingWriter only overrides the write() method, add() should honor that. In this patch I did not remove all calls to `DataWriter::add` in tests. May update that as well? -- 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]
