(String sourceName, int sourceId)
| 591 | } |
| 592 | |
| 593 | @Override |
| 594 | public Pair<String, Integer> day(String sourceName, int sourceId) { |
| 595 | String mappingKey = getPartitionTransformMappingKey(sourceId, |
| 596 | TIcebergPartitionTransformType.DAY); |
| 597 | return new Pair<>(mappingKey, null); |
| 598 | } |
| 599 | |
| 600 | @Override |
| 601 | public Pair<String, Integer> hour(String sourceName, int sourceId) { |