You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...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)
The text was updated successfully, but these errors were encountered:
This commit is the first step toward consolidating and normalizing the metadata generation of vector types. 2f2fa6f
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
...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)
The text was updated successfully, but these errors were encountered: