Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
None
-
None
-
OSX and master
Description
I just tried something that I'd long forgotten about that's documented in the reference manual but basically never used - and it doesn't work. I am thinking we should disable this (and other things like it), perhaps? Here's what I did:
DROP DATAVERSE TinySocial2;
CREATE DATAVERSE TinySocial2;
USE TinySocial2;
CREATE TYPE MyUserTupleType AS CLOSED
;
CREATE TYPE RenamedType AS MyUserTupleType;
Here's what I got:
Internal error. Please check instance logs for further details. [NullPointerException]