Allow printing plans in compilation phases from other projects
Closed this issue · 0 comments
szarnyasg commented
The part of the CompilerTest
class that prints various plans (qplan...fplan) would be very useful when testing the engine as well. We should refactor it and move it to the src/main/scala
source directory (of some project) so that tests in other projects, e.g. ire-adapter
, can call it if required.