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

[C++][Parquet] Update parquet.thrift from https://github.com/apache/parquet-format #42523

Closed
asfimport opened this issue Sep 1, 2016 · 3 comments

Comments

@asfimport
Copy link
Collaborator

asfimport commented Sep 1, 2016

Support logical types TIME_MICROS and TIMESTAMP_MICROS

Also the current code was incorrect. Parquet reserved the LogicalTypes 8 and 10, but those were completely omitted in types.h. So types with greater indices were mapped incorrectly.

Reporter: Florian Scheibner / @flode
Assignee: Deepak Majeti / @majetideepak

Related issues:

Note: This issue was originally created as PARQUET-699. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Wes McKinney / @wesm:
Issue resolved by pull request 147
apache/parquet-cpp#147

@asfimport
Copy link
Collaborator Author

Deepak Majeti / @majetideepak:
Support recent format changes including

  1. PARQUET-906: Add LogicalType annotation (yet to commit)
  2. PARQUET-686: Add Order to store the order used for min/max stats

@asfimport
Copy link
Collaborator Author

Wes McKinney / @wesm:
Can you open a new JIRA? Thanks

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

No branches or pull requests

2 participants