Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Add support for Apache Parquet #2

Open
jasonwalsh opened this issue Aug 8, 2017 · 1 comment
Open

Add support for Apache Parquet #2

jasonwalsh opened this issue Aug 8, 2017 · 1 comment

Comments

@jasonwalsh
Copy link
Contributor

jasonwalsh commented Aug 8, 2017

Currently, aptos supports converting JSON Schema documents into the Apache Avro data-interchange format.

A proposed class in the visitor module (e.g ParquetSchemaVisitor) should yield the converted Parquet document.

lvde21 pushed a commit to lvde21/aptos that referenced this issue Oct 9, 2020
…et schema.

Related to issue: pennsignals#2
Objective: hoping to get advice about approach.

Simple test:
$ aptos convert -format parquet tests/schema/person
message ParquetSchema {
  Person {
    required binary firstName (UTF8);
    optional binary lastName (UTF8);
    required int32 age;
    Address {
      optional binary street_name (UTF8);
      optional int32 zipcode;
    }
  }
}
@lvde21
Copy link

lvde21 commented Oct 9, 2020

Hello. I am looking for guidance on the approach and implementation of this issue. I have submitted a draft PR. This will be my first contribution. Thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants