jerryshao commented on code in PR #4055:
URL: https://github.com/apache/gravitino/pull/4055#discussion_r1768227501
##########
core/src/main/java/org/apache/gravitino/storage/relational/RelationalEntityStore.java:
##########
@@ -88,8 +89,12 @@ public void setSerDe(EntitySerDe entitySerDe) {
@Override
public <E extends Entity & HasIdentifier> List<E> list(
- Namespace namespace, Class<E> type, Entity.EntityType entityType) throws
IOException {
- return backend.list(namespace, entityType);
+ Namespace namespace,
+ Class<E> type,
+ Entity.EntityType entityType,
+ List<Field> allowMissingFields)
Review Comment:
Is this design used for skipping some unnecessary fields? @yuqi1129 please
also take a look about this design.
--
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]