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
I am trying to run the following query in Ballista:
>>> ctx.sql("SELECT CASE WHEN x > 5 THEN x ELSE NULL END from y limit 10").show()
It fails with:
Exception: Internal error: failed to serialize logical plan: Plan("NULL is invalid as a DataFusion scalar value"). This was likely caused by a bug in DataFusion's code and we would welcome that you file an bug report in our issue tracker
The same query is working for me with DataFusion 11.0.0
To Reproduce
See above
Expected behavior
Should work
Additional context
None
The text was updated successfully, but these errors were encountered:
Describe the bug
I am trying to run the following query in Ballista:
It fails with:
The same query is working for me with DataFusion 11.0.0
To Reproduce
See above
Expected behavior
Should work
Additional context
None
The text was updated successfully, but these errors were encountered: