fabio-rizzo-01 commented on PR #1596:
URL: https://github.com/apache/polaris/pull/1596#issuecomment-2891014413

   > > Taking PolarisEntityCore as an example, to convert that to an immutable 
object I'd have to create an interface (something like PolarisEntityCoreInt) 
that uses PolarisImmutable annotation, that would generate a class called 
Immutable PolarisEntityCoreInt. So all the code that is using PolarisEntityCore 
object it needs to be updated to use the new immutable object.
   > > Is this what you guys are suggesting ? @snazy @singhpk234
   > 
   > Yes.
   
   Ok. In doing so every entity object in Polaris will need to change because 
every entity (catalog, namespace, etc.) extends PolarisEntity that extends 
PolarisBaseEntity.  Correct?
   I just want to be sure before I start rewriting the code  that I'm not going 
down the wrong path.
   


-- 
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]

Reply via email to