DESCRIBE EXTENDED table AS JSON
does not work in DBR<16.2
#11201
Labels
bug
Incorrect behavior inside of ibis
What happened?
Hello!
Problem:
ibis-framework[databricks]==10.5
does not work with Databricks Runtime 13.3 LTS.Later, I noted this item in 10.5's release notes:
At some point, when reading a table, it tries a
DESCRIBE EXTENDED table AS JSON
, option that is not supported by DBR < 16.2, according to Databricks docsTemporary solution:
Limiting my
ibis-framework
version to<10.5
fixed it temporarily.Parallel discussion #1:
Besides the error above, I was curious about which DBR versions
ibis-framework
is being tested against.It would be interesting to test it against all supported DBR versions. For example, the old
11.3 LTS
support is set to finish in 19/oct/2025. All more recent LTS versions still have a long life and should be supported (ideally).Parallel discussion #2:

I still don't see the
databricks
backend documentation, as reported under #10969 :(Is there some kind of "experimental" phase before being officially published?
Thank you :)
What version of ibis are you using?
10.5.0
What backend(s) are you using, if any?
databricks
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: