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 wish we can avoid below CPU fallback which is related to AST + isNull
!Exec <BroadcastHashJoinExec> cannot run on GPU because not all expressions can be replaced
!Expression <IsNull> isnull(xxx) cannot run on GPU because AST is required and this expression does not support AST
The text was updated successfully, but these errors were encountered:
The we just need to update GpuIsNull so that it provides a way to convert it to AST and that we can properly tag it for AST support. As a part of that we need to test to see what CUDF actually does, or does not support for AST isNull
I wish we can avoid below CPU fallback which is related to AST + isNull
The text was updated successfully, but these errors were encountered: