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

Constant column, object columns and native columns need better interop #11

Open
Vindaar opened this issue Jul 4, 2021 · 1 comment
Open

Comments

@Vindaar
Copy link
Member

Vindaar commented Jul 4, 2021

Currently we are a bit too quick to convert constant columns into object columns. In many cases a native column as an extension would certainly be enough, e.g. stacking two constant int columns on top of another should yield an int column and not an object column.

The whole column assignment procedures need a thorough set of tests + possibly some rewrite (there's duplication in there etc).

@Vindaar
Copy link
Member Author

Vindaar commented Jan 31, 2022

To a large extent this is addressed in #24.

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