tsungchih commented on issue #5199: URL: https://github.com/apache/gravitino/issues/5199#issuecomment-3144839737
I was wondering if I could take this one. Here's the scope and the plan for this issue. And hope my understanding is correct. The 1st PR - [ ] PartitionDTO.java - [ ] IdentityPartitionDTO.java - [ ] ListPartitionDTO.java - [ ] RangePartitionDTO.java The 2nd PR - [ ] JsonUtils.java (PartitionSerializer, PartitionDeserializer) The 3rd PR - [ ] Partitioning.java - [ ] IdentityPartitioningDTO.java - [ ] YearPartitioningDTO.java - [ ] MonthPartitioningDTO.java - [ ] DayPartitioningDTO.java - [ ] HourPartitioningDTO.java - [ ] BucketPartitioningDTO.java - [ ] ListPartitioningDTO.java - [ ] RangePartitioningDTO.java - [ ] TruncatePartitioningDTO.java - [ ] FunctionPartitioningDTO.java The 4th PR - [ ] JsonUtils.java (PartitioningSerializer, PartitioningDeserializer) The 5th PR - [ ] DistributionDTO.java - [ ] JsonUtils.java (DistributionSerializer, DistributionDeserializer) The 6th PR - [ ] SortOrderDTO.java - [ ] JsonUtils.java (SortOrderSerializer, SortOrderDeserializer) The 7th PR - [ ] Index.java - [ ] Indexes.java The 8th PR - [ ] IndexDTO.java - [ ] JsonUtils.java (IndexSerializer, IndexDeserializer) -- 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]
