pq¶
This feature requires jaqy-avro
plugin. It imports
Apache Parquet
files.
This importer supports both positional and name based loading.
It also supports schema discovery when there is at least a single record. The current simple implementation requires the entire file to be scanned.
Note
- The compression codec is automatically detected. LZ4 and LZO may not be supported. See Parquet exporter for more information.
- The input path must be a file path.
Example¶
.import pq myfile.parquet.snappy
.importtable MyTable