Support passing just name
and data_type
to add_columns
#3175
Labels
enhancement
New feature or request
name
and data_type
to add_columns
#3175
If you just want to add a column, but not fill it in immediately, the API makes it possible, but it is awkward.
It would be nicer if a user could use
There's an upstream issue that would support this: #3044
We could also make a hacky implementation for now that does the conversion from a field to a
cast(NULL as ____)
expression.The text was updated successfully, but these errors were encountered: