mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-28 01:04:28 +00:00
This declares the useDataPageV2 option, which must be set to false for compatibility with the C++ (and possibly other) implementation of parquet. BigQuery, for example, does not seem to support the V2 data page. At the same time I factored out the options to an interface, to reduce duplication.