tsungchih opened a new issue, #8795: URL: https://github.com/apache/gravitino/issues/8795
### Describe the subtask We need to implement the following methods / classes to complete DTOConverters.fromDTO(TableDTO tableDTO) - [ ] DTOConverters.fromDTOs(IndexDTO[] indexDTOs) - [ ] DTOConverters.fromDTOs(SortOrderDTO[] sortOrderDTO) - [ ] DTOConverters.fromDTOs(Partitioning[] partitioning) - [ ] DTOConverters.fromDTOs(ColumnDTO[] columns) - [ ] DTOConverters.fromDTO(DistributionDTO distributionDTO) - [ ] DTOConverters.fromDTO(TableDTO tableDTO) - [ ] Implement Class TableImpl(Table) in table.py that will be used in DTOConverters.fromDTO(TableDTO tableDTO) ### Parent issue #8591 -- 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]
