- Jul 20, 2020
-
-
Yee authored
-
CPWstatic authored
* Add data join op. * Add data join exec. * Add test. * Add logical rows and join iter. * Build index for join iter. * Update data join with logical row and test. * Add join iter test. * Refactor with self defined hash table and add test. * Fix compile. * Clear members when exit the executor. * Improve hash table with multimap and address comment. * Address comment. * Fix compile. * Rebase and address comment. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Shylock Hg authored
* Fit the new tag expression. * Reduce the duplicate logic.
-
Yee authored
Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Shylock Hg authored
* Add node/executor about get edges/vertices. * Remove the node checking. * Skip the invalid input vertices/edges. * Remove the extra headers. * Remove the unused header. * Remove some unused code. * Remove the unused header. * Fix the eq logic. * Using the var name as node label now. * Correct the logic. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Jul 17, 2020
-
-
laura-ding authored
* add 1.0 insert test * support test * rebase upstream * update
-
Yee authored
-
laura-ding authored
Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
* Limit allowed max number of nGQL statements * Add test cases * Fix typo
-
- Jul 16, 2020
-
-
nevermore authored
* Support runtime input. * n steps * add test case * fix error * delete buildSubGraphPlan not finish * space indent * modify code * remove redundant line Co-authored-by:
William Chen <13495049+CPWstatic@users.noreply.github.com> Co-authored-by:
jimingquan <mingquan.ji@vesoft.com> Co-authored-by:
laura-ding <48548375+laura-ding@users.noreply.github.com>
-
- Jul 15, 2020
-
-
laura-ding authored
* add 1.0 test * fix test_schema.py * rebase upstream * add test * update * modify fileName
-
Simon Liu authored
* Added the import of nba data. * address yixinglu's comment. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
* Fix CI Add nebula test logs dir env var Add test bash script Always stop nebula services Add toolset dir Build common and storage separately Fix job format of make * Use aliyun mirror to download pip3 packages
-
- Jul 14, 2020
-
-
Yee authored
-
- Jul 13, 2020
-
-
Yee authored
* Fix cmake and some interfaces cleanup * Remove storage dependency * Cleanup cmake modules path * Add cmake options for dependent project * Use cmake_parse_arguments to refactor AddDepdendentProject * Add clone dir * Make moveValue private in execution context * Fix storage cmake configure parameter
-
laura-ding authored
* fix insert edge and build error * add build storage enable
-
nevermore authored
* add go_validator's dedup &filter * add more test case * fix error * remove redundance lines * fix compile error Co-authored-by:
jimingquan <mingquan.ji@vesoft.com> Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Jul 10, 2020
-
-
CPWstatic authored
* Add aggregate and test. * Save. * Update test. * Add distinct test. * Rebase and address comment. * Delete count distinct. * Fix yield validator. * Address comment. * Fix clang compiling problem.
-
Simon Liu authored
* Added the nebula-test. Usage : Compile nebula first, assuming the build directory is build, then go to build/nebula- test, then execute './ntr query/stateless/*.py query/bugs/*.py'. Summary: Now every time nebula-graph was compiled it will compile nebula-storage at the same time, after compilation is complete calling ntr will automatically create a single replica of the nebula cluster and start the test. * 1 Modify the nebula-test documentation. 2 Adding dependencies for nebula-python 2.0. * 1 Fix possible crashes. 2 Add some logs for Nebula-test. * Change the nebula-test directory to tests. * Temporarily uses a fixed delay to wait for schema synchronization. * format some code style. * Adding environment variables to drone CI. * Fix the clang build problem in drone CI. * Fix the clang compilation problem in CI. * Adding python dependencies to drone CI. * Use the correct pip3 path. * Enable CI to automatically update the latest nebula-dev image. * Adding dependencies to setuptools. * Fix set-uptools dependency issue. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
* Add yield validator * Test yield distinct * Fix comments * Fix outputs rebuild * Add aggregate node in plan for agg functions * Fix comments
-
- Jul 09, 2020
-
-
laura-ding authored
* Add show and drop executor about space and schema * add snapshot executor * update * use new common * Add show create executor * update * address Shylock-Hg's comment * rebase upstream * rebase upstream * rebase upstream * rebase upstream * rebase upstream * rebase upstream * address comment * fix test failed * rebase upsream
-
Shylock Hg authored
* Split the inputs and deps for plan node. * Trigger. * Trigger. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Shylock Hg authored
* Don't allow label as expression. It's not a value. * Add the name label with ``. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Jul 08, 2020
-
-
laura-ding authored
-
Shylock Hg authored
* Using the definition of vid. * Change the naming flavor of reserved property. * Update. Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com> Co-authored-by:
laura-ding <48548375+laura-ding@users.noreply.github.com>
-
Yee authored
-
Yee authored
* Fix Set Validator * Add tests for set validator * Fix comment
-
laura-ding authored
* add limit and sort * delete extra space * add sort validate * add test * rebase upstream * update * add null test * rebase upstream * add union iterator eraseRange * address dutor's comment * address comment * update * address comments * rebase upstream Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
laura-ding authored
* Add alter executor * rebase upstream * rebase upstream * rebase upstream * rebase upstream Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
CPWstatic authored
* Collect values from sequential iter. * Update. * Add comment.
-
- Jul 07, 2020
-
-
Shylock Hg authored
* Add the auth and permission checking to graph service. * Fix something not nice. * Fix link error. * Remove the ValidatorTest.cpp. * Fix link. * Fix link. * Fix link. * Fix link. * Fix link.
-
- Jul 03, 2020
-
-
Yee authored
Disable GetNeighbors Iterator Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
laura-ding authored
* fix iterator getTagprop and add hasher for row* * modify test * add filter and dedup executor * rebase upstream * rebase upstream * rebase upstream * use row* * add test * address comment * modify YieldSentence * address comment * address comment * address comment Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Jul 02, 2020
-
-
Shylock Hg authored
Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Jul 01, 2020
-
-
laura-ding authored
* Support DML,DDL to use inputNode * address comment * rebase upstream * reabse upstream * update * address comments * add test Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
CPWstatic authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
-
Yee authored
Fix comment Move statusOr Replace hard code vid string Rename processList function
-
- Jun 30, 2020
-
-
CPWstatic authored
* Base implement. * Deduce the props needed. * Deduce type for expression. * Validate the srcs. * Add prop type to value type method. * Add test. * Implement one step plan. * Fix require space. * Adapt the operator. * Report error for the unsuppoted feature. * Fix test. * Fix only tag props. * Verify the plan. * Address comment. * Rebase and fic conflict.
-
laura-ding authored
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com> Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Yee authored
* Add set executors and get row interface of iterator * Cleanup * Handle right empty data set * Fix data set column names * Add more tests * Add all empty tests
-