-
Notifications
You must be signed in to change notification settings - Fork 245
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
Limbo crashes on colab #494
Comments
SQL parameters are not implemented yet. |
edit: reverted, seems i was wrong about the cause |
I just looked at Colab notebook. It is crashing on You can verify the crash by running it line by line here. |
ok seems i was too quick to jump to conclusions, just assumed |
ah yeah, I was curious about a simple POC |
This comment was marked as off-topic.
This comment was marked as off-topic.
@krishvishal was right, the panic is because it hits |
So perhaps the main task here is to gracefully handle this error & return a NotImplemented Error Is that correct? |
Commit is not implemented on the Rust side either. I think it's best to wait for that. |
… 5 places where todo macros were replaced with relevant errors
Solving issue #494 , changes made at 5 places where todo macros were replaced with relevant errors to avoid the crashes _for now_ Reviewed-by: Avinash Sajjanshetty <[email protected]> Closes #526
Ok, we can close this one and create a new one / link commit |
https://colab.research.google.com/drive/1llbFK082nh2JLDZ4Z-d0q-9j-bXtaCCE?usp=sharing
The text was updated successfully, but these errors were encountered: