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

fix: fix issues #355

Merged
merged 2 commits into from
Nov 15, 2022
Merged

fix: fix issues #355

merged 2 commits into from
Nov 15, 2022

Conversation

hetao92
Copy link
Contributor

@hetao92 hetao92 commented Nov 14, 2022

fix #350
fix the problem that the import task log is messed up
fix parameter in console

@@ -10,7 +10,7 @@ export const splitQuery = (query: string) => {
const { gqlList, paramList } = acc;
const line = cur.trim();
if(line.startsWith(':')) {
paramList.push(line);
paramList.push(line.replace(/;?$/gm, ''));
Copy link
Contributor

Choose a reason for hiding this comment

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

unnecessary ?

Comment on lines 153 to 154
isSErr := isSessionError(err)
if isSErr {
Copy link
Contributor

Choose a reason for hiding this comment

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

isSErr seems strange, better to make it one line

if isSessionError(err) {}

Copy link
Contributor

@huaxiabuluo huaxiabuluo left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@huaxiabuluo huaxiabuluo left a comment

Choose a reason for hiding this comment

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

LGTM

@huaxiabuluo huaxiabuluo merged commit 57f885f into vesoft-inc:master Nov 15, 2022
@hetao92 hetao92 deleted the hetao-dev branch November 15, 2022 07:22
nebula-bots pushed a commit that referenced this pull request Nov 29, 2022
* fix: issues

* mod: code review
hetao92 added a commit that referenced this pull request Nov 29, 2022
* fix: issues

* mod: code review

Co-authored-by: Nut He <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

imprimitive type data: vertex/edge/path in map will crash the backend
2 participants