Files
Dobes Vandermeer 09468f2a9d [parquetjs] Add useDataPageV2 option, deduplicate opts to interface (#40890)
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.
2019-12-10 14:05:00 -05:00
..