mchades opened a new issue, #7787: URL: https://github.com/apache/gravitino/issues/7787
### Version main branch ### Describe what's wrong https://github.com/apache/gravitino/blob/b52b8d42515c1ccf7df32661a7fee820b54c59a7/core/src/main/java/org/apache/gravitino/storage/relational/RelationalEntityStore.java#L207-L225 For the above cache logic, if a result with `allFields=false` is cached, a request with `allFields=true` will retrieve the incorrect cached result because the cache key does not include the `allFields` parameter. ### Error message and/or stacktrace see above description ### How to reproduce see above description ### Additional context _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]
