snazy opened a new issue, #773: URL: https://github.com/apache/polaris/issues/773
### Describe the bug The generic property bags `properties` and `internalProperties` are persisted as strings, which contain the JSON serialized representation of both property bags. Each time a call site requests any of these property bags, the JSON representation is being parsed. This behavior is quite expensive. _How_ entities and their attributes are persisted should really be up to the actual persistence implementation. ### To Reproduce _No response_ ### Actual Behavior _No response_ ### Expected Behavior _No response_ ### Additional context _No response_ ### System information _No response_ -- 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]
