babumahesh opened a new pull request, #10653:
URL: https://github.com/apache/gravitino/pull/10653

   ### What changes were proposed in this pull request?
   
   The PostgreSQL provider was incorrectly querying the model_meta table 
instead of the model_version_info table in the deletion subquery. This change 
corrects the table reference.
   
   ### Why are the changes needed?
   
   While deleting legacy model version information, the query should evaluate 
the legacy range using model_version_info rather than model_meta. Using the 
wrong table could lead to incorrect deletion behavior.
   
   Fixes: #10600
   
   ### How was this patch tested?
   
   Added unit tests to validate the corrected query behavior.


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