mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-29 00:16:38 +00:00
* try to fix the types again * fix test (breaking) * [breaking] only support object format for parquetReadObjects and parquetQuery * remove internal types * remove redundant test * override __index__ with original data if present Also: add comments to explain special cases. * remove the need to slice arrays * loosen the types to avoid code duplication * always write the index, because the results should be consistent * Revert "always write the index, because the results should be consistent" This reverts commit fd4e3060674fa6e81bd32fc894d7c366103e004a. |
||
|---|---|---|
| .. | ||
| files | ||
| assemble.test.js | ||
| asyncbuffer.test.js | ||
| column.test.js | ||
| convert.test.js | ||
| encoding.test.js | ||
| helpers.js | ||
| indexes.test.js | ||
| metadata.test.js | ||
| package.test.js | ||
| plain.test.js | ||
| plan.test.js | ||
| query.test.js | ||
| read.test.js | ||
| read.utf8.test.js | ||
| readFiles.test.js | ||
| schema.test.js | ||
| schemaTree.test.js | ||
| snappy.test.js | ||
| thrift.test.js | ||
| utils.test.js | ||