Closed randomJoe211 closed 3 years ago
It seems that Status
and Host
are keywords in nebula graph. and keywords will be converted to lower case in parser, so sematic checks complain the error of not found the $-.host
when you try to use the $-.Host
.
We should avoid to use the keywords as the table header or use the lower case words as the header name, what do you think about this @CPWstatic ?
Please know that host,status,query are keywords, use $-.`Status` instead.
Nebula Graph version: 2.5.0
Nebula Graph allows ordering/filtering on the SessionID, ExecutionPlanID, StartTime, and DurationInUSec fields, but does not allow ordering/filtering on the User, Host, Status, and Query fields. Why?