- Apr 12, 2021
-
-
kyle.cao authored
add test case add test case small change Co-authored-by:
jie.wang <38901892+jievince@users.noreply.github.com>
-
- Mar 18, 2021
-
-
jimingquan authored
* add exists * fix error * rewite exists * add test case * more test case * rebase & remove header Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
jie.wang authored
Co-authored-by:
Yichen Wang <18348405+Aiee@users.noreply.github.com> Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
- Mar 16, 2021
-
-
Shylock Hg authored
* Enhance the match by id filter eval id. * Address @yixinglu's comment that for or logical with other Vertices Seek is can't deduce. * Format the feature file. * Support multiple id call in filter. And check the node alias. * Move the vid extract to visitor. * Fix the compiler warning. * Fix the size check. * Fix the variable overlap. * Fix the cases. * Add int vid cases. * Rebase. * Remove the duplicate definition. * Rebase. * Add some cases. * Check alias by anonymous * Rebase. Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com> Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
- Mar 10, 2021
-
-
kyle.cao authored
small change Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
- Mar 09, 2021
-
-
Shylock Hg authored
* Fix the ast to string format. * Fix the ast repr bug. * Rebase. * Update. * Fix the yixinglu's comments. * Format feature file.
-
- Mar 03, 2021
-
-
kyle.cao authored
small change small change Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com> Co-authored-by:
jie.wang <38901892+jievince@users.noreply.github.com>
-
- Feb 08, 2021
-
-
Yichen Wang authored
* loop body draft * fix match base cases and passThrough scheduler * clean up * refactor Union executor to support merge two versions of the same input * modify union node * use an extra Union node to append result of the first step * add UnionAllVersionVarExecutor * add UnionAllVersionVarExecutor into variable-length match plan * remove redundant code * fix UTs * address comments
-
- Jan 20, 2021
-
-
Yee authored
* Fix bug about match index selection * Fix error message * Fix failed tests
-
- Jan 19, 2021
-
-
Yichen Wang authored
* refactor code, move appendFetchVertexPlan() to MatchSolver * add implementation for match exactly 0 step * add simple tests and fix typo * add implementation for match 0..n step * fix left node expansion * add string vid tests * add int vid tests * refactor code * remove redundant code * add overloaded method appendFetchVertexPlan() * add more tests * update int vid test * address comments, fix passThrough() * fix conflicts Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
- Jan 11, 2021
-
-
Shylock Hg authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
- Jan 05, 2021
-
-
cpw authored
* Add basic match test. * Add basic match int vid test. * Add copyright. * Fix typo and add background. * Remove old test. * Fix path compare. * Add same column name test. * Remove duplicate test. * Format. * Fix rebase.
-
- 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>
-
- Dec 28, 2020
-
-
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>
-
- Dec 24, 2020
-
-
cpw authored
* Add set test in tck. * Add some error case. * Fix naming style. * Add set test int vid. * Add copyright. * Format.
-
- Dec 16, 2020
-
-
Yee authored
* Add more bdd steps * Fix session release * Fix failed cases * Add error check step * Fix CI failure
-
- Dec 10, 2020
-
-
Yee authored
* Install format gherkin * Check Gherkin feature format in workflow * Format * Fix pull request workflow * Use absolute path in makefile * Add test target * Install in user mode * Fix poetry run error * Setup python version * Improve check and fmt target cmd * Setup python version in build job * Split gherkin feature format check step * Fix python env setup in centos7 * Fix target typo
-
- Dec 09, 2020
-
-
Yee authored
* Replace behave with pytest_bdd * Add value comparator * Finish value compare * Fix set compare * Execute query and check result steps * Make parser return bytes array rather than string * Add NBA CSV data files * Add types * Generate insert stmt string * Fix row comparing * Generate create stmt string * Use pytest-mproc's global scope to init nebula servers * Fix compare bug * Add student data * Cleanup steps * Fix parser bug * Update parser * Remove pytest-mproc * Fix cleanup nebula services * Fix ci test run parallel * Replace conn pool creation with fixture * Improve the free ports get function * Fix workarround for class fixture usage * improve free port find method * Fix test spaces * Change pytest temp base dir * Improve kill nebula service logics * Update workflow * Fix github workflow step * Address comments
-