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
RowProject & SimpleProject actually just diffs at optimize level, there is no difference in codegen and runner. It can easily archived in single physical node for same purpose, just add a extra class method to check the difference.
it generate the physical project :
ConstProjectRunner output MemTableHandler:
OpenMLDB/hybridse/src/vm/runner.cc
Lines 467 to 469 in 7caba55
but from RowProjectRunner expect RowHandler
OpenMLDB/hybridse/src/vm/runner.cc
Lines 512 to 514 in 7caba55
The text was updated successfully, but these errors were encountered: