mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-05 22:41:55 +00:00
Revert "Add a Binary columns section"
This reverts commit 64e1df40bceb52990ff678b0a7f387f87629aa1e.
This commit is contained in:
parent
64e1df40bc
commit
d475a85c27
@ -218,10 +218,6 @@ await parquetRead({
|
||||
|
||||
The `parquetReadObjects` function defaults to `rowFormat: 'object'`.
|
||||
|
||||
### Binary columns
|
||||
|
||||
Parquet supports binary column types, such as `BYTE_ARRAY` and `UTF8`. As many parquet files in the wild encode strings as `BYTE_ARRAY` instead of `UTF8`, by default, the `BYTE_ARRAY` values are decoded as UTF-8 strings. This behavior can be changed by setting the `utf8` option to `false` in functions such as `parquetRead`. Note that this option does not affect `UTF8` columns, which are always decoded as UTF-8 strings.
|
||||
|
||||
## Supported Parquet Files
|
||||
|
||||
The parquet format is known to be a sprawling format which includes options for a wide array of compression schemes, encoding types, and data structures.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user