Skip to content

Examples under amadeus-parquet have some problems #22

@vertexclique

Description

@vertexclique

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 structures Data derivation 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions