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
I believe this is a bug on the database side. The ResultSetMetaData#getColumnTypeName method returns null for such a column.
Is there a way to obtain a type name for complex columns? If PostgreSQL's JDBC driver is incompatible with your database, could you offer a different solution?
Describe the bug
select array[(1,2)]::struct<a integer, b integer>[] as measurements;
returns
Cannot invoke "String.hashCode()" because "typeName" is null
in DBeaver SQL consoledbeaver/dbeaver#36198
Error message/log
No response
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: