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
PR #5494 left a few loose ends. This issue tracks them.
AST / n-ary transform need tests with larger data sizes. Often issues arise in logic with custom kernels pertaining to differences between running a kernel with a single block and with multiple blocks. Testing with enough data to cause multiple blocks to run is necessary for this reason.
This issue has been marked rotten due to no recent activity in the past 90d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.
PR #5494 left a few loose ends. This issue tracks them.
ast_plan
needs docsast_plan
initialization logic fromcompuite_column
(intransform.cu
) intoast_plan
constructor.expression
constructors need SFINAE changes for correct functionality.CC @bdice
The text was updated successfully, but these errors were encountered: