Elon
03/31/2021, 4:53 AMselect foo from table
where
and case bar when 1,2,3 then 4 when 4,5,6 then 5 when 7 then 6 when 8 then 7 else 17 end = 6
limit 10
org.apache.pinot.common.request.transform.TransformExpressionTree
use the calcite compiler instead of the pql2 compiler if the endpoint is the "sql" endpoint?Kishore G
Mayank
Elon
03/31/2021, 5:05 AMJackie
03/31/2021, 5:09 AMTransformExpressionTree
is for PQL BrokerRequest
only. Once we deprecate PQL, we can remove this class0.7
, we can already only compile PinotQuery
for SQL query and leave BrokerRequest
emptyElon
03/31/2021, 5:14 AM