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

a nicer error prompt in query #4830

Open
wey-gu opened this issue Nov 7, 2022 · 0 comments
Open

a nicer error prompt in query #4830

wey-gu opened this issue Nov 7, 2022 · 0 comments
Labels
type/enhancement Type: make the code neat or more efficient

Comments

@wey-gu
Copy link
Contributor

wey-gu commented Nov 7, 2022

Introduction

Things like https://segmentfault.com/a/1190000042015869?sort=newest (en: https://databend.rs/blog/new-planner )

image

Contents

This helps a lot when we are porting lagacy neo4j application queries to nebulagraph, there are some small pitfalls to avoid i.e.

  • escaping keywords like User
  • [] is not supported
  • ...

The error msg now isn't accurate, or even misleading sometimes(another case is there are some dirty data in csv, and the error through importer is also sometimes misleading), also, I have to do Binary search of the 10 MATCH/WITH long query :(

Related work

https://databend.rs/blog/new-planner

@wey-gu wey-gu added the type/enhancement Type: make the code neat or more efficient label Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

No branches or pull requests

1 participant