- Jan 21, 2021
-
-
jie.wang authored
-
- Jan 20, 2021
-
-
Yee authored
* Fix bug about match index selection * Fix error message * Fix failed tests
-
jie.wang authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
jimingquan authored
Co-authored-by:
jie.wang <38901892+jievince@users.noreply.github.com> Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
jimingquan authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Yee authored
* Move optimizer cases * Profiling query step * Fix profiling steps * Delete optimizer pytest case
-
jude-zhu authored
* add fetch empty props * remove v1 file * update * update * classify test cases * rebase * format * update * classify test case * update Co-authored-by:
Shylock Hg <33566796+Shylock-Hg@users.noreply.github.com> Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
kyle.cao authored
* implement match groupby tmp rewrite ahead rollback to unrewrited abstract into yieldClauseCtx refactoring add rewrite visitor handle nested agg * add test cases add validator test add validator test add test cases fix test small change small change add test cases small change small change small change small change add cypher test case Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
- Jan 19, 2021
-
-
kyle.cao authored
small change Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
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>
-
kyle.cao authored
small change Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
laura-ding authored
* Support multi indexes * add test Co-authored-by:
yaphet <4414314+darionyaphet@users.noreply.github.com> Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
laura-ding authored
* modify error msg * update
-
- Jan 15, 2021
-
-
Yichen Wang authored
* add support for tags() * add flattenTags() to retrieve empty tags * add basic test * refactor * refactor match planner * modify iterator * add test cases with tags() * format changes * refactor code with getAllLatestTagSchema() * address comments * modify tck frame and add tests for int vid * replace getAllVerTagSchema() with getAllLatestVerTagSchema() in graph * address comments Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com> Co-authored-by:
Shylock Hg <33566796+Shylock-Hg@users.noreply.github.com>
-
Shylock Hg authored
-
- Jan 14, 2021
-
-
jimingquan authored
* Add row to logicalRow, regardless of whether there are edges * add noEdgeRows_ to getNeighborIter * remove comment Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
jie.wang authored
* add predicate expression * fix test * fix deduce props and types * add predicate tck test * fix typo * format * fix predicate mem leak * fix predicate
-
- Jan 12, 2021
-
-
Shylock Hg authored
-
- Jan 11, 2021
-
-
Shylock Hg authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
cpw authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Yee authored
Co-authored-by:
jie.wang <38901892+jievince@users.noreply.github.com>
-
Yee authored
-
kyle.cao authored
* refactor groupBy impl tmp commit modify parser modify subgraph graphd compiled complied fix empty collect fix UT add bug fix count add visitors add projCol compiled add parser ut fix ut plan validated add pushUp flag small change fix ut memory leak fix memory leak handle yield validator implicit groupby impl add check fix memory leak fix memory leak small change fix memory leak add agg check * implicit groupBy refactoring bak add tck test cases fix ut implicit agg refactoring fix agg Project * small change * fix memory leak * add agg checks fix agg check small change add test cases * add tck test cases add tck test cases add group by tck test small change * fix test modify visitors small change small change fix avg small change small change small change * review * delete AggFun cmake * small change * small change * add multiVar check * fix conflict refactor implicit groupBy fix * add implicit groupBy where test cases * fix ci fix ci * add case * refactor GroupByValidator fix case small change small change small change small change small change fix memory leak fmt small change * review fix ut small change * modify group by list check * move test_groupby.py cases to tck * add multiple user var check multiple user var check Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
- Jan 09, 2021
-
-
Shylock Hg authored
Co-authored-by:
cpw <13495049+CPWstatic@users.noreply.github.com>
-
- Jan 08, 2021
-
-
tom-chensf authored
* add vid int case * move 1.x case : add Int Vid cases oflookup and index * move 1.x case : add Int Vid cases oflookup and index * add vid int case * move 1.x case : add Int Vid cases oflookup and index * move 1.x case : add Int Vid cases oflookup and index * move 1.x TTL tck case * move 1.x TTL tck case * move 1.x case * move 1.x case * move 1.xtck case Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
- Jan 06, 2021
-
-
jude-zhu authored
* add groupby * update * add integer id cases * in order * integrate query/v1/test_groupby.py * update Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Shylock Hg authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
laura-ding authored
* move schema test to tck * format Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Yee authored
* Check address sanitizer in github action * Add some descriptions when memory leak * Split steps of pytest and sanitizer * Show ccache stats * Increase ccache max size * restore git info sha changes * check all stderr log * Split tck and general test cases for speeding up time-cost * Support output feature file location * Fix tck parallelism error * Change build type for sanitizer
-
- Jan 05, 2021
-
-
cpw authored
* Set the outputs when validate match. * Add test. * Fix deduce type of listcomprehension expression.
-
kyle.cao authored
* fix limit/offset small change * fix * small change * small change Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
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 31, 2020
-
-
Shylock Hg authored
Co-authored-by:
laura-ding <48548375+laura-ding@users.noreply.github.com> Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
cpw authored
* Fix yield. * Add test. * Set var for tail. * Add more yield test. * Skip update minloglevel test.
-
Shylock Hg authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
- 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
* 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>
-
- 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>
-