(String sourceName, int sourceId)
| 598 | } |
| 599 | |
| 600 | @Override |
| 601 | public Pair<String, Integer> hour(String sourceName, int sourceId) { |
| 602 | String mappingKey = getPartitionTransformMappingKey(sourceId, |
| 603 | TIcebergPartitionTransformType.HOUR); |
| 604 | return new Pair<>(mappingKey, null); |
| 605 | } |
| 606 | |
| 607 | @Override |
| 608 | public Pair<String, Integer> alwaysNull(int fieldId, String sourceName, |
no test coverage detected