-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hi!
I was gazing to the parquet parser example. Examples under README.md https://github.com/constellation-rs/amadeus/blob/master/amadeus-parquet/src/README.md has some problems. I couldn't make them run.
I have a couple of suggestions for the parquet crate:
- There is no standalone parquet reader at the outside, would be really nice to have this parquet reader as a separate non-dependent package.
- some serdes are creating different names for
List. For example with my structuresDataderivation proc-macro does this:
I got this:
REQUIRED group events (LIST) {
REPEATED group list {
REQUIRED group element {
where I expect this:
REQUIRED group events (LIST) {
REPEATED group array {
Where I simply want a structure in an array and java's arrow serializer serialized the structs with the name of array and didn't add yet another nested level. If you add a guide for this nested structure that would be nice.
Metadata
Metadata
Assignees
Labels
No labels