Skip to content

Commit

Permalink
change 'Handle' back to 'Derive' for RecordWriter macro in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Rance committed Oct 29, 2023
1 parent 767947a commit 96f71ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parquet_derive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ chunks.read_from_row_group(&mut *row_group, 1).unwrap();
- [x] Support writing `String`, `&str`, `bool`, `i32`, `f32`, `f64`, `Vec<u8>`
- [ ] Support writing dictionaries
- [x] Support writing logical types like timestamp
- [x] Handle definition_levels for `Option` for writing
- [ ] Handle definition levels for nested structures for writing
- [x] Derive definition_levels for `Option` for writing
- [ ] Derive definition levels for nested structures for writing
- [ ] Derive writing tuple struct
- [ ] Derive writing `tuple` container types

Expand Down

0 comments on commit 96f71ee

Please sign in to comment.