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
The following fails when run with 24.12 libcudf debug build
$ gtests/AST_TEST --gtest_filter=TransformTest.DeeplyNestedArithmeticLogicalExpression
Note: Google Test filter = TransformTest.DeeplyNestedArithmeticLogicalExpression
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from TransformTest
[ RUN ] TransformTest.DeeplyNestedArithmeticLogicalExpression
pure virtual method called
terminate called without an active exception
Aborted (core dumped)
Can we verify if this is new since #17156 was merged?
Sorry. I've not been able to determine that.
I tried going all the way back to 24.10 and still see the error.
And I know this was passing up to about maybe two weeks ago.
I've pushed a fix for it. I feel it would be worth it to use the new ast tree in #17156 to manage the expressions instead of manually creating the expressions.
The following fails when run with 24.12 libcudf debug build
The partial stack trace looks like the following
The text was updated successfully, but these errors were encountered: