Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
update to 0d0aebe7e29658304f54c6c2d747e8db784c8f12
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Nov 29, 2022
1 parent 9dad34c commit ce073b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -108,7 +108,7 @@ ahash = { version = "0.8", features=["runtime-rng"] }
# parquet support
[dependencies.parquet2]
git = "https://github.com/jorgecarleitao/parquet2"
rev = "6acad3677964682e0f2d3051773a518fc5112a18"
rev = "0d0aebe7e29658304f54c6c2d747e8db784c8f12"
version = "0.16"
optional = true
default_features = false
Expand Down
3 changes: 1 addition & 2 deletions src/io/parquet/read/mod.rs
Expand Up @@ -22,8 +22,7 @@ pub use parquet2::{
decompress, get_column_iterator, get_page_stream,
read_columns_indexes as _read_columns_indexes, read_metadata as _read_metadata,
read_metadata_async as _read_metadata_async, read_pages_locations, BasicDecompressor,
ColumnChunkIter, Decompressor, MutStreamingIterator, PageFilter, PageReader,
ReadColumnIterator, State,
Decompressor, MutStreamingIterator, PageFilter, PageReader, ReadColumnIterator, State,
},
schema::types::{
GroupLogicalType, ParquetType, PhysicalType, PrimitiveConvertedType, PrimitiveLogicalType,
Expand Down

0 comments on commit ce073b0

Please sign in to comment.