tsungchih commented on PR #8545: URL: https://github.com/apache/gravitino/pull/8545#issuecomment-3361967820
> > implementing RelationalTable is one of its subtask. And to complete the implementation, we need to implement SupportsPolicies since RelationalTable implements the interface. > > It's unnecessary. We can first implement the other interfaces of `RelationalTable` to ensure its core functionality works end-to-end, and leave the implementation of the `SupportsPolicies` interface for later, as it represents an auxiliary capability rather than a fundamental one. @mchades Thanks for the prompt reply. Here's the ordering for the subsequent implementation according to my understanding. - `TableDTO` and `Table` - `DTOConverters.fromDTO()` - `RelationalTable` - `PartitionNameListResponse` - `PartitionListResponse` - `PartitionResponse` - `AddPartitionsRequest` - `DropResponse` - all `SupportsXXX` and their related classes Could you please take a look to see if my understanding is correct? Thanks! -- 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]
