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

Enhance unit testing by generating the data types for tables using columnMetadataGen instead #36

Open
cbarca opened this issue May 19, 2016 · 1 comment
Assignees

Comments

@cbarca
Copy link
Contributor

cbarca commented May 19, 2016

...of which cols will map to Spark types anyways, but at least, now that we refactored the ColumnMetadata class with the addition of VectorDataTypes, we can test our serialization/deserialization starting from the Vector/SQL types in order to cover other properties (such as specific precision, scale, etc)

@cbarca cbarca self-assigned this May 19, 2016
@justinegdelta
Copy link
Contributor

This commit is the first step toward consolidating and normalizing the metadata generation of vector types.
2f2fa6f

@justinegdelta justinegdelta changed the title Enahnce unit testing by generating the data types for tables using columnMetadataGen instead Enhance unit testing by generating the data types for tables using columnMetadataGen instead Apr 24, 2018
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