()
| 621 | } |
| 622 | |
| 623 | private void writeMetadata() throws IOException { |
| 624 | // The physical writer now has the stripe statistics, so we pass a |
| 625 | // new builder in here. |
| 626 | physicalWriter.writeFileMetadata(OrcProto.Metadata.newBuilder()); |
| 627 | } |
| 628 | |
| 629 | private long writePostScript() throws IOException { |
| 630 | OrcProto.PostScript.Builder builder = |
no test coverage detected