(String sourceName, int sourceId)
| 577 | } |
| 578 | |
| 579 | @Override |
| 580 | public Pair<String, Integer> year(String sourceName, int sourceId) { |
| 581 | String mappingKey = getPartitionTransformMappingKey(sourceId, |
| 582 | TIcebergPartitionTransformType.YEAR); |
| 583 | return new Pair<>(mappingKey, null); |
| 584 | } |
| 585 | |
| 586 | @Override |
| 587 | public Pair<String, Integer> month(String sourceName, int sourceId) { |