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
Caused by: java.lang.IllegalStateException: The property does not exist as it has no key, value, or associated element
at org.apache.tinkerpop.gremlin.structure.Property$Exceptions.propertyDoesNotExist(Property.java:151)
at org.apache.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty.value(EmptyVertexProperty.java:74)
at org.twilmes.sql.gremlin.processor.SingleQueryExecutor.run(SingleQueryExecutor.java:92)
at org.twilmes.sql.gremlin.processor.GremlinCompiler.execute(GremlinCompiler.java:119)
at org.twilmes.sql.gremlin.plugin.SqlRemoteAcceptor.submit(SqlRemoteAcceptor.java:94)
SingleQueryExecutor
/*
vertex does not contain attributes that are abnormal.
} else if (!(res.property(propName) instanceof EmptyProperty)
*/
} else if (res.properties(propName).hasNext()) {
The text was updated successfully, but these errors were encountered:
Thanks for reporting Zhou. Can you provide your schema file and the SQL query you ran? Or if not the whole file, at least the portions that are relevant to the query?
--exception:
Caused by: java.lang.IllegalStateException: The property does not exist as it has no key, value, or associated element
at org.apache.tinkerpop.gremlin.structure.Property$Exceptions.propertyDoesNotExist(Property.java:151)
at org.apache.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty.value(EmptyVertexProperty.java:74)
at org.twilmes.sql.gremlin.processor.SingleQueryExecutor.run(SingleQueryExecutor.java:92)
at org.twilmes.sql.gremlin.processor.GremlinCompiler.execute(GremlinCompiler.java:119)
at org.twilmes.sql.gremlin.plugin.SqlRemoteAcceptor.submit(SqlRemoteAcceptor.java:94)
Caused by: java.lang.IllegalStateException: The property does not exist as it has no key, value, or associated element
at org.apache.tinkerpop.gremlin.structure.Property$Exceptions.propertyDoesNotExist(Property.java:151)
at org.apache.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty.value(EmptyVertexProperty.java:74)
at org.twilmes.sql.gremlin.processor.SingleQueryExecutor.run(SingleQueryExecutor.java:92)
at org.twilmes.sql.gremlin.processor.GremlinCompiler.execute(GremlinCompiler.java:119)
at org.twilmes.sql.gremlin.plugin.SqlRemoteAcceptor.submit(SqlRemoteAcceptor.java:94)
SingleQueryExecutor
/*
vertex does not contain attributes that are abnormal.
} else if (!(res.property(propName) instanceof EmptyProperty)
*/
} else if (res.properties(propName).hasNext()) {
The text was updated successfully, but these errors were encountered: