normal table rollup translate, and condition rewrite

This commit is contained in:
Xiaoyu Wang 2022-04-06 19:59:27 +08:00
parent 3c7927d2b4
commit ead76ab6d2
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ int32_t parse(SParseContext* pParseCxt, SQuery** pQuery) {
}
default:
Parse(pParser, t0.type, t0, &cxt);
ParseTrace(stdout, "");
// ParseTrace(stdout, "");
if (!cxt.valid) {
goto abort_parse;
}