(long timestamp)
| 426 | } |
| 427 | |
| 428 | public void setMinTimestamp(long timestamp) { |
| 429 | recordStructureVersion++; |
| 430 | minTimestamp = timestamp; |
| 431 | if (prevMinTimestamp == Long.MAX_VALUE) { |
| 432 | prevMinTimestamp = minTimestamp; |
| 433 | } |
| 434 | } |
| 435 | |
| 436 | public void setPartitionParquetFormat(long timestamp, long fileLength) { |
| 437 | setPartitionParquetFormat(timestamp, fileLength, true); |
no outgoing calls
no test coverage detected