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
@riastradh-probcomp I think this was more of an issue of unexpected behavior when using %sql rather than %bql, but if we just tell users to not use %sql for anything %bql can do, then the onus is on them to not carelessly use %sql (like I guess I did by mistake). @fsaad, thoughts?
Not your fault if you were tempted to use %sql for something -- rather, a lazy omission in BQL. We should generally try to remove the temptations to use %sql; it's just sometimes not expedient in the moment.
If you drop table with %sql, then the internal cleanup that happens if it were dropped with %bql does not happen. In particular, I ran into this bug:
The text was updated successfully, but these errors were encountered: