User Defined Type are throwing not found exception, if even the types and tables are present in cassandra database

52 Views Asked by At

Project Type - Multi Module Project
Database - Cassandra
Keyspaces - 2 Creations

Query:
          I am trying to create all tables & user defined types using CREATE_IF_NOT_EXISTS property & there is custom cassandra configuration where we load two keyspaces.

On load, we are trying to create default record, but the problem is with user defined type. It keeps saying "MappingException : User Type [] not exists" but in database both user defined type & its associated table is present

0

There are 0 best solutions below