public static void close(PageWriteStore pageStore) throws IOException {
   ((ColumnChunkPageWriteStore) pageStore).close();
 }