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

Warning messages may be inaccurate in Explorer #235

Open
mewim opened this issue Nov 12, 2024 · 3 comments
Open

Warning messages may be inaccurate in Explorer #235

mewim opened this issue Nov 12, 2024 · 3 comments
Labels
usability Issues related to usability improvements

Comments

@mewim
Copy link
Member

mewim commented Nov 12, 2024

Currently the warning messages are stored at connection level. However, Explorer uses a connection pool to allow multiple concurrent queries. If the user is running multiple queries concurrently, the result from CALL SHOW_WARNINGS() may be inaccurate. One potential workaround is to limit to one connection only (by modifying KUZU_NUM_CONNECTIONS).

@mewim mewim added the usability Issues related to usability improvements label Nov 12, 2024
@ray6080
Copy link

ray6080 commented Nov 13, 2024

hmm Can we make use of queyr_id in the returned result for this?

@mewim
Copy link
Member Author

mewim commented Nov 13, 2024

I think the issue is that in the case of multiple connections, if the CALL is sent to a different connection, it would not have the expected result.

@ray6080
Copy link

ray6080 commented Nov 13, 2024

I see. Yeah, make sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usability Issues related to usability improvements
Projects
None yet
Development

No branches or pull requests

2 participants