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 following rasql query, executed through rasdaman results in an error:
SELECT complex(42, 73)
Here is the console output:
rasj[0] RasRNPImplementation.getResponse: type not supported: typeName:
typeID: 0
java.sql.SQLException: rasj.RasTypeNotSupportedException: Exception: Base type typeName:
typeID: 0
as RasCollectionType is not supported yet. rasj.RasTypeNotSupportedException: Exception: Base type typeName:
typeID: 0
as RasCollectionType is not supported yet.
I am assuming this is an issue with rasj, so it's not our issue.
The text was updated successfully, but these errors were encountered:
The following rasql query, executed through rasdaman results in an error:
Here is the console output:
I am assuming this is an issue with rasj, so it's not our issue.
The text was updated successfully, but these errors were encountered: