- Dec 30, 2020
-
-
kyle.cao authored
* yield tck test cases small change add cases add yield tck test cases small change * add yield int vid test cases Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
jude-zhu authored
* add orderby case * update * update * update * integrate with query/v1/test_orderby.py * udpate * update Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Shylock Hg authored
Co-authored-by:
yaphet <4414314+darionyaphet@users.noreply.github.com>
-
Shylock Hg authored
* Match by tag index. * Add the extend test cases. * Address @CPWstatic's comment that need check the index when match pattern. * Rebase the tag filter. * Fix the memory leak. * Fix the format. * Rebase. Co-authored-by:
bright-starry-sky <56461666+bright-starry-sky@users.noreply.github.com> Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
Shylock Hg authored
Co-authored-by:
bright-starry-sky <56461666+bright-starry-sky@users.noreply.github.com>
-
- Dec 29, 2020
-
-
cpw authored
* Fix the find start node logic. * Expand from node or edge. * Left expand and right expand. * Add dependecy and inputVar for Expand. * Fix all edge expand. * Join the left expand and right expand. * Fix project wrong vid column. * Project final columns. * Fix inputvar of left expand. * Fix reversely expand. * Fix mem leak and double free. * Test from middle. * Fix start from end node. * Fix return edges. * Fix return edges and add tests. * Rebase and fix. * Fix ut. * Fix mem leak. * Fix typo. * Fix match by id test and add int vid test for start from any node. * Move some test to bugfix. Co-authored-by:
Shylock Hg <33566796+Shylock-Hg@users.noreply.github.com>
-
jude-zhu authored
* add permission case * update * update * Update User.feature * format Co-authored-by:
bright-starry-sky <56461666+bright-starry-sky@users.noreply.github.com>
-
laura-ding authored
* move 2.0 mutate test to tck * add comment * remove wrong file * rebase upstream
-
jie.wang authored
* add list comprehension expression * implement visitor * implement rewrite match label visitor * remove list comprehension visitor * add test * fix FoldConstantVisitor bug * refactor list comprehension * simplify list comprehension * reserve a place for newVarName in QueryExpressionContext's unordered_map to avoid thread insecurity * fix RewriteLabelAttrVisitor * fx deduce types and props * add list comprehension tck test * fix NoSpaceChosen.feature * address yee's comment * fix format
-
laura-ding authored
* delete unuse obj * modify test * modify test * modif tests
-
jie.wang authored
* support unwind * add test for case expr in ScannerTest * add test for UnwindExecutor * fix clang copy elision warning * fix clang memory leak * fix unwind executor * support unwind return * support with return * improve MatchSolver:doRewrite * support multi-clause unwind * add CartesianProductStrategy * fix CartesianProduct addVar bug * fix RewriteMatchLabelVisitor::rewriteExprList bug * fix unwind executor * fix UnwindExecutor test * check alias existence for with/unwind * add WithUnwind.feature test * address comments
-
- Dec 28, 2020
-
-
bright-starry-sky authored
Co-authored-by:
jie.wang <38901892+jievince@users.noreply.github.com> Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
laura-ding authored
* fix time value can't set null * fix format Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Yichen Wang authored
* fix yield running constrain * add test cases for yield without chosen space * add more cases for yield with no space chosen * fix bug caused by int vid PR * fix Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Shylock Hg authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
jimingquan authored
* match by id tck * delete matchbyid pytest * address comment Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
Shylock Hg authored
* Fix the bug of datetime default value eval in metad which don't initialize the timezone. * Add null and not null field. * Add null default value. Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
Yichen Wang authored
* add test for match on tag * fix match crash * fix map comparator in test * update getNeighbor filter * fix comments Co-authored-by:
jie.wang <38901892+jievince@users.noreply.github.com> Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com> Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Yee authored
* Fix same column expect result issue * Refactor * Rename * Support scenario outline * Cleanup and finish explain test cases * Add test_tck.py * Ignore some tmp files
-
Shylock Hg authored
-
- Dec 26, 2020
-
-
jie.wang authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com> Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
- Dec 25, 2020
-
-
jimingquan authored
* support integer id * check vid type * fix error * fix error again * fix error * format code * test go tck * rebase master * Cleanup * get vid's type from vctx * Fix re.Pattern error
-
jude-zhu authored
* move 1.x fetch vertice cases to tck * resolve comments * update * change space name * change feature name * update * update fetch edges * add string ut * format * move 1.x fetch vertice cases to tck * resolve comments * update * rename * update * update * update * add skip to intvid * move 1.x fetch vertice cases to tck * resolve comments * update * change space name * change feature name * update * update fetch edges * add string ut * format * move 1.x fetch vertice cases to tck * resolve comments * update * rename * update * update * update * add skip to intvid * update * update
-
tom-chensf authored
* move 1.x lookup cases to tck * move 1.x lookup cases to tck * move 1.x lookup cases to tck * move 1.x index cases to tck * move 1.x cases to tck * move 1.x cases to tck * move 1.x cases to tck * move 1.x cases to tck * move 1.x cases to tck * move 1.x cases to tck * move 1.x cases to tck Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
panda-sheep authored
Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
- Dec 24, 2020
-
-
Doodle authored
-
Yee authored
* Check response * Support define some list variables
-
cpw authored
* Add set test in tck. * Add some error case. * Fix naming style. * Add set test int vid. * Add copyright. * Format.
-
Shylock Hg authored
* 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>
-
jimingquan authored
* add path integer vid tck test * add skip for shortestpath integer vid Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com> Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
jimingquan authored
Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com> Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
laura-ding authored
Co-authored-by:
jie.wang <38901892+jievince@users.noreply.github.com> Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
jimingquan authored
* add algo explain * fix error * fix error again Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
jie.wang authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Yee authored
* Fix error handle steps * Fix error message * Print row index * Print row index in assert msg * Fix workflow * Fix row index and cleanup * Fix Makefile * Load nba int vid space * Support int vid hash
-
- Dec 23, 2020
-
-
Shylock Hg authored
Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
cpw authored
-
jie.wang authored
Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
- Dec 22, 2020
-
-
dutor authored
* CI Added support to specify int and hash as vid * install pyhash
-
jimingquan authored
* add go tck test * add go integer vid tck test * fix error & delete go pytest
-