You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening the issue @ophiry ! Looks like this bit of functionality is only currently available with the Impala backend. Do you have a particular need for base conversion or were you kicking the tires?
What happened?
trying to apply the convert_base method, and it fails
code to reproduce:
ibis.memtable({'a': ['10']}).select(_.a.convert_base(10,10)).preview()
error message:
What version of ibis are you using?
10.0.0
What backend(s) are you using, if any?
memtable (the provided example) and also DuckDB
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: