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

   Moved the * 1000 multiplication outside the extract(epoch ...) call.
   
   The SQL now reads:
   
   ```SET deleted_at = floor(extract(epoch from current_timestamp) * 1000)```
   
   This change ensures the deleted timestamp is properly recorded in 
milliseconds, providing accuracy required by downstream consumers.


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