-
Notifications
You must be signed in to change notification settings - Fork 621
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
bug: list_databases throws an exception with the PySpark backend #10854
Comments
Thanks for the report! This does indeed look like a bug. Working on a fix now. |
@kyrre Can you show what version of pyspark you're using? And are you using Spark Connect or is this all local pyspark? |
It failed both when using spark-connect and a local pyspark session. The version of pyspark is 3.5.2 on Databricks clusters with runtime 16.2 and 16.1. |
Ok, I managed to reproduce the problem with databricks connect: For some reason when using I can't seem to reproduce this without using |
What happened?
Executing
list_databases
using the PySpark backend throws an exception.stacktrace:
What version of ibis are you using?
10.0.0
What backend(s) are you using, if any?
PySpark
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: