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

create columns that can support multiple underlying types #34

Open
okayzed opened this issue May 11, 2018 · 0 comments
Open

create columns that can support multiple underlying types #34

okayzed opened this issue May 11, 2018 · 0 comments

Comments

@okayzed
Copy link
Collaborator

okayzed commented May 11, 2018

a current weakness in sybil is that if a column has a type beforehand (int or string), samples that come in with a different type will have that column discarded (but the rest of the sample will be retained).

this means that once a column is created, surgery is necessary to change its type. its much easier just to add a new column with the new type.

taking care of this task will make it so that this problem no longer exists, whatever solution that is.

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

1 participant