For example, sending an empty options object in createTable causes a 500 due to an internal NPE:
{"errors":[{"message":"Server failed: root cause: (java.lang.NullPointerException) Cannot invoke \"java.lang.Boolean.booleanValue()\" because the return value of \"io.stargate.sgv2.jsonapi.api.model.command.impl.CreateTableCommand$Options.ifNotExists()\" is null","errorCode":"SERVER_UNHANDLED_ERROR"}]}
dropTable & dropIndex are known to have the same issues as well, wouldn't be unlikely more commands also have the same issue
For example, sending an empty
options
object increateTable
causes a 500 due to an internal NPE:dropTable
&dropIndex
are known to have the same issues as well, wouldn't be unlikely more commands also have the same issue