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

The backticks do not match. #5092

Closed
veezhang opened this issue Dec 22, 2022 · 1 comment
Closed

The backticks do not match. #5092

veezhang opened this issue Dec 22, 2022 · 1 comment
Labels
affects/none PR/issue: this bug affects none version. process/done Process of bug severity/trivial Severity of bug type/bug Type: something is unexpected wontfix Solution: this will not be worked on recently
Milestone

Comments

@veezhang
Copy link
Contributor

veezhang commented Dec 22, 2022

Please check the FAQ documentation before raising an issue

Describe the bug (required)

There are many places in the code where the backticks don't match.

Can use grep -ri "\"'" ./src to find it.

For examples:

(root@nebula) [nba]> """
                  ->       MATCH (v1:player{name: "Danny Green"}) -[:like_not_exists]- (v2)
                  ->       RETURN v1.player.name AS Name, v2.player.name AS Friend
                  ->       """
[ERROR (-1009)]: SemanticError: `like_not_exists': Unknown edge type

It's should be

[ERROR (-1009)]: SemanticError: `like_not_exists': Unknown edge type
=>
[ERROR (-1009)]: SemanticError: `like_not_exists`: Unknown edge type

Your Environments (required)

  • OS: uname -a
  • Compiler: g++ --version or clang++ --version
  • CPU: lscpu
  • Commit id (e.g. a3ffc7d8)

How To Reproduce(required)

Steps to reproduce the behavior:

  1. Step 1
  2. Step 2
  3. Step 3

Expected behavior

Additional context

@veezhang veezhang added the type/bug Type: something is unexpected label Dec 22, 2022
@github-actions github-actions bot added affects/none PR/issue: this bug affects none version. severity/none Severity of bug labels Dec 22, 2022
@Sophie-Xie Sophie-Xie added this to the v3.4.0 milestone Dec 22, 2022
@HarrisChu HarrisChu added the severity/trivial Severity of bug label Dec 27, 2022
@github-actions github-actions bot removed the severity/none Severity of bug label Dec 27, 2022
@HarrisChu HarrisChu added the wontfix Solution: this will not be worked on recently label Jan 3, 2023
@HarrisChu
Copy link
Contributor

won't fix

@github-actions github-actions bot added the process/fixed Process of bug label Jan 3, 2023
@Hester-Gu Hester-Gu added the process/done Process of bug label Jan 13, 2023
@github-actions github-actions bot removed the process/fixed Process of bug label Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/none PR/issue: this bug affects none version. process/done Process of bug severity/trivial Severity of bug type/bug Type: something is unexpected wontfix Solution: this will not be worked on recently
Projects
None yet
Development

No branches or pull requests

4 participants