Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
See the title. So, the following statement does not work in Tajo.
select true; select * from table where true;
This patch adds boolean literal support. In addition, this patch contains some trivial bug fixes about parsing and logical planning.