snazy commented on PR #282: URL: https://github.com/apache/polaris/pull/282#issuecomment-2353394976
@flyrain immutables does _not_ have a runtime dependency. Java records are different - immutables and records are not exclusive. BTW: Java records are still "plain/ordinary" Java objects - rather syntactic sugar. In terms of runtime performance and footprint both are rather equal - just that immutables offers much richer functionalities. (What we're all waiting for are value objects that can be "properly flattened" ;) ) -- 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]
