Description
See next tajo shell dump.
tajo> select * from lineitem_100 where substr(l_shipdate, 1,4) in ('2010', '2011') limit 10; org.apache.tajo.algebra.FunctionExpr cannot be cast to org.apache.tajo.algebra.ColumnReferenceExpr
See next tajo shell dump.
tajo> select * from lineitem_100 where substr(l_shipdate, 1,4) in ('2010', '2011') limit 10; org.apache.tajo.algebra.FunctionExpr cannot be cast to org.apache.tajo.algebra.ColumnReferenceExpr