Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infereing schema based on data #12

Open
tenstriker opened this issue Jun 19, 2018 · 1 comment
Open

Infereing schema based on data #12

tenstriker opened this issue Jun 19, 2018 · 1 comment

Comments

@tenstriker
Copy link

Hi, Is there a way to infer schema based on data? I was looking at parquet-compatibility/parquet-compat/src/test/java/parquet/compat/test/ConvertUtils.java to convert CSV to parquet but I don't have schema (data types) information. Thanks

@danielcompton
Copy link

Hi @tenstriker, there are lots of CSV parsers that will try and do basic inference of data (string, float, int, e.t.c.). This repository is much more limited in scope and is just for testing Parquet compatibility, I don't think it's meant for general purpose CSV handling.

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

No branches or pull requests

2 participants