keepConcentration opened a new issue, #8073:
URL: https://github.com/apache/gravitino/issues/8073

   ### What would you like to be improved?
   
   I noticed there is a missing space in the SQL WHERE clause condition in the 
`softDeleteOwnerRelByMetalakeId` method in both `OwnerMetaBaseSQLProvider.java` 
and `OwnerMetaPostgreSQLProvider.java`.
   
   **Current code:**
   ``` java
   + " WHERE metalake_id = #{metalakeId} AND deleted_at =0";
   ```
   **Proposed change:**
   ``` java
   + " WHERE metalake_id = #{metalakeId} AND deleted_at = 0";
   ```
   
   Would it make sense to update it this way?
   If this change looks good, I’d be happy to open a PR to address it.
   
   ### How should we improve?
   
   _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]

Reply via email to