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
View referencing labels shared by vertex and edge tables
Add a test for view containing labels which are shared by both vertex
and edge tables. When such a label is dropped from only vertex tables or
only edge tables, the view may be rendered invalid because it does not
find any elements associated with the label. The fix depends upon how
the SQL/PGQ standard specifies the behaviour in such a case.
Author: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
0 commit comments