snazy commented on PR #1899:
URL: https://github.com/apache/polaris/pull/1899#issuecomment-2983698251

   > Given that we may eventually refactor this area to introduce a proper DAO 
layer, and that we're currently only using the transformation system for a 
single SigV4-related transformer, it might make sense to proceed with the 
current approach and revisit the refactor later. WDYT?
   
   Honestly, I think the approach is too heavyweight and too broad to target a 
very specific problem. It will be very hard for people to realize (later, by 
accident) that some entity instance does not reflect the "real" state. That 
will cause confusion and likely hard to debug issues.
   
   I propose to separate the relevant parts into APIs/implementations that deal 
with the problem/use-case at hand, and definitely outside of the metastore - 
storage credential handling doesn't belong there IMO.


-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to