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
The class then has a switch statement that uses the string constants for "map" etc, these should be reference to the API names on the ApiDataType implementations no duplicated here
then the error at the bottom uses the list from the top as below:
In io.stargate.sgv2.jsonapi.api.model.command.table.definition.datatype.ColumnType
there is this list which duplicates the API names from the APIDataType
The class then has a switch statement that uses the string constants for "map" etc, these should be reference to the API names on the ApiDataType implementations no duplicated here
then the error at the bottom uses the list from the top as below:
This looks like the only place are tracking the support for the different types, and I am guessing this for the createTable use
We should add a APISupport type to the ApiDataType type so we can iterate all the types and filter for the level of support we need
we can use that in tests to iterate all of the types and only select the ones that can be used in createTable.
The text was updated successfully, but these errors were encountered: