@Ignore
@Test
public void format_timestamp() throws Exception {
ModelInput<WithDateTime> input = load(WithDateTime.class, "impala-timestamp.bin");
try {
WithDateTime buf = new WithDateTime();
assertThat(input.readTo(buf), is(true));
// TODO check
assertThat(input.readTo(buf), is(false));
} finally {