Fix some issue about lookup the yield and the outputs. (#480)
* Fix some issue about lookup the yield and the outputs. * Add invalid yield expression case. * Fix feature file format. * Rename the variable isColNames_. * Remove the unused schema ngql. * Support yield clause when lookup on index only. Co-authored-by:bright-starry-sky <56461666+bright-starry-sky@users.noreply.github.com> Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
Showing
- src/parser/Clauses.h 8 additions, 0 deletionssrc/parser/Clauses.h
- src/validator/CMakeLists.txt 1 addition, 1 deletionsrc/validator/CMakeLists.txt
- src/validator/LookupValidator.cpp 125 additions, 97 deletionssrc/validator/LookupValidator.cpp
- src/validator/LookupValidator.h 6 additions, 2 deletionssrc/validator/LookupValidator.h
- src/validator/Validator.cpp 2 additions, 2 deletionssrc/validator/Validator.cpp
- src/validator/test/CMakeLists.txt 1 addition, 0 deletionssrc/validator/test/CMakeLists.txt
- src/validator/test/LookupValidatorTest.cpp 84 additions, 0 deletionssrc/validator/test/LookupValidatorTest.cpp
- tests/data/nba/config.yaml 1 addition, 0 deletionstests/data/nba/config.yaml
- tests/data/nba_int_vid/config.yaml 1 addition, 0 deletionstests/data/nba_int_vid/config.yaml
- tests/query/stateless/test_lookup.py 87 additions, 32 deletionstests/query/stateless/test_lookup.py
- tests/tck/features/lookup/ByIndex.feature 396 additions, 0 deletionstests/tck/features/lookup/ByIndex.feature
- tests/tck/features/lookup/Output.feature 96 additions, 0 deletionstests/tck/features/lookup/Output.feature
- tests/tck/features/lookup/WithYield.feature 46 additions, 0 deletionstests/tck/features/lookup/WithYield.feature
Please register or sign in to comment