9c80d32af5
We changed from Google timestamp (which use variable-sized integers) to our own fixed-sized integer timestamps so that the size of the parquet metadata does not depend on the timestamp. However with the introduction of compression this is the case anyways (since slightly different timestamps lead to different compression results) and we need now derministic timestamps for tests. So there is now point in using our own timestamp type. Switching back to the variable-sized type also shrinks the post-compression results a bit. |
||
---|---|---|
.. | ||
protos | ||
src | ||
.gitignore | ||
Cargo.toml | ||
build.rs |