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
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: