1. I am trying to run explain on few queries (in sqlline) and it seems it truncates the explain output. Found this : https://issues.apache.org/jira/browse/CALCITE-150 Is there any workaround for this?
2. If I do {{ explain plan without implementation }} it shows me plan in
terms of Logical Rels, which is what I want, but it seems that plan is not
optimized, ie no rules are fired on it. Can someone confirm that? I want to
see optimized plan in terms of Logical Rels
Thanks,
Ashutosh
