Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support timestamp type #843

Merged
merged 5 commits into from
Sep 9, 2019
Merged

Support timestamp type #843

merged 5 commits into from
Sep 9, 2019

Conversation

laura-ding
Copy link
Contributor

@laura-ding laura-ding commented Aug 24, 2019

Close #808

@laura-ding laura-ding added the ready-for-testing PR: ready for the CI test label Aug 26, 2019
@laura-ding
Copy link
Contributor Author

jenkins go

@nebula-community-bot
Copy link
Member

Unit testing passed.

Copy link
Contributor

@dutor dutor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bravo!

src/graph/Executor.cpp Outdated Show resolved Hide resolved
src/graph/Executor.cpp Outdated Show resolved Hide resolved
src/graph/Executor.cpp Show resolved Hide resolved
src/graph/Executor.cpp Outdated Show resolved Hide resolved
src/graph/FetchEdgesExecutor.cpp Outdated Show resolved Hide resolved
src/graph/FetchEdgesExecutor.cpp Outdated Show resolved Hide resolved
src/graph/FetchExecutor.cpp Outdated Show resolved Hide resolved
src/graph/GoExecutor.cpp Outdated Show resolved Hide resolved
src/graph/GoExecutor.h Outdated Show resolved Hide resolved
@nebula-community-bot
Copy link
Member

Unit testing passed.

zlcook
zlcook previously approved these changes Aug 29, 2019
dutor
dutor previously approved these changes Aug 29, 2019
src/graph/InsertEdgeExecutor.cpp Outdated Show resolved Hide resolved
src/console/CmdProcessor.cpp Show resolved Hide resolved
@laura-ding laura-ding dismissed stale reviews from dutor and zlcook via 1a1c8d4 August 30, 2019 07:36
@nebula-community-bot
Copy link
Member

Unit testing passed.

Copy link
Contributor

@CPWstatic CPWstatic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

LOG(FATAL) << "Unknown VariantType: " << record[i].which();
if (colTypes[i] == SupportedType::UNKNOWN) {
switch (record[i].which()) {
case 0:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe use the macro VAR_INT64?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another pr has done it

@jude-zhu jude-zhu requested a review from critical27 September 6, 2019 00:47
@nebula-community-bot
Copy link
Member

Unit testing passed.

@dutor dutor merged commit 503fd70 into vesoft-inc:master Sep 9, 2019
yixinglu pushed a commit to yixinglu/nebula that referenced this pull request Feb 16, 2020
* Add timestamp

* fix vid

* Address dutor's comment

* Address CPWstatic's comment and Add type cast handle in TraverseExecutor
tong-hao pushed a commit to tong-hao/nebula that referenced this pull request Jun 1, 2021
* Add timestamp

* fix vid

* Address dutor's comment

* Address CPWstatic's comment and Add type cast handle in TraverseExecutor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-testing PR: ready for the CI test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fail to insert vertex
6 participants