- Aug 03, 2020
-
-
laura-ding authored
* add update executor and test * address yixinglu's comment * update expression * rebase upstream * update * rebase upstream * modify common url * rebase upstream * add test * update tests * Compatible with 1.0 syntax * update test * address comment * rebase upstream * rebase upstream * add test * address comment * address comment
-
- Jul 30, 2020
-
-
Yee authored
* Add nebula manager for nebula test Rename common folder * Fix path * Try fix import path * Fix import error for query dir * Fix license Co-authored-by:
laura-ding <48548375+laura-ding@users.noreply.github.com>
-
Shylock Hg authored
* Validator about fetch. * Simplify the pointer object equal check logic. * Fix some bug. * Determine the symbol property expression when validate. * Remove the duplicate sentence_ field. * Add case about inoput output. * Fix the mistake change. * Fix the mock scheam comment. * Fix the visiable of the validator test base fixture. * Fix the test. * Add inline to extend the isAnyKind when compiling. * Add comment about symbol property expression type deduce. * Cast expression with check. * Add the reserved properties for get edges/vertices for compatible with 1.0. The fetch vertices need vid expression to eval vid in project. * Using ng return error. * Initialize the pointer to null default. * Optimize the tag check logic. * Simplify the query expression context definition. * Fix the typo. * Fix the isAnyKind name. * Optimize the input check logic. * Set the input variable when using variable. * Avoid nullptr ref for symbol property expression. * Fix the node name. * Remove the push-down expression now the storage not supported. * Using the set instead of varidic parameter for expression kind checking. * Let parser set the default rank to zero constant expression. * Using std::conditional_t to replace const non-const cast overload. * Fix the expression push-down optimization, do it in optimizer. * Fix the header guard. * Fix the compiler error. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
laura-ding authored
* support empty and null value * fix ci failed * update * modify type name * support regex * remove test code Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
laura-ding authored
* add storage mock interface * add test * add delete executor * add test * rebase upstream * rebase upstream * rebase upstream * support pipe * remove unuse code * rebase upstream * delete code * address comment * add test * address comment * rebase upstream * address comment and add test * rebase upstream * rebase upstream
-
Yee authored
* Cleanup and rename Rename addDependent to dependsOn Split plan node to different files Move the execution of validation and optimization of plan into thread pool Improve iterator Rename ReadIndex to IndexScan Restore validate and optimize work thread Rename setDep * Rename subclass of LogicalRow
-
laura-ding authored
-
Yee authored
* Add explain and profile syntax parser * Implement explain and profile * Put plan description in query context * Add profiling data * Add executor total time cost * Add scoped timer test * Add explain test * Fix crash bug * Refactor profiling data in executor and add exec time for each executor * Count storage interface run time Fix compile error Fix @dutor comments Fix dep error * Fix compile error.
-
laura-ding authored
* add test * rebase upstream Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
CPWstatic authored
* Set variable for the tail in pipe if variable was not set. * Add test. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
laura-ding authored
-
- Jul 29, 2020
-
-
CPWstatic authored
-
laura-ding authored
* support to set build proc * address comment
-
- Jul 28, 2020
-
-
CPWstatic authored
* Support ref dst props in where and yield clause. * Fix test. * Fix test. * Joint debug. * Replace the magic words. * Add test. * Fix join dst props. * Fix variable input. * Fix n steps reversely. * Fix bidirect. * Fix get edge for get neighbor iter. * Address comment. * Add test. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Jul 27, 2020
-
-
laura-ding authored
Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
nevermore authored
* add functioncall deduce * print err msg * add error status * add more test case * modify code * fix functioncall * validator typecast & test case * pre-allocated memory for vector * add typecast deduceprop & more test case * rewrite deduce typecast * process null Co-authored-by:
jimingquan <mingquan.ji@vesoft.com> Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Jul 24, 2020
-
-
CPWstatic authored
* Add interface of extracting prop exprs and rewriting. * Build new columns. * Suppoer reference input props and joint debug. * Support ref input props in yield and where clause when go n steps. * Rebase and set output var for project. * Refactor. * Replace the magic words column names with generated column names. * Refactor. * Add test and fix nullptr. * Adapt the expr interface. * Fix mem leak. * Address @dutor's comment. * Update. * Address @laura's comment. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
Shylock Hg authored
* Add some debug check in the unimplemented iterator. * Fix the log message. Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
nevermore authored
* release type cast * add test case: * fix error * fix compiler error * fix error * fix compiler error Co-authored-by:
jimingquan <mingquan.ji@vesoft.com> Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
-
- Jul 21, 2020
-
-
laura-ding authored
* fix go validate bug * address comment
-
- 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
-