xueyumusic commented on issue #7281: bump calcite version to 1.19.0 in druid-sql
URL: https://github.com/apache/incubator-druid/pull/7281#issuecomment-486639591
 
 
   Hi, @gianm , I updated the PR to upgrade to calcite-1.19.0. Adding 
`DruidRewriteEqualNullRule` to process `a=null` as `a=''` and adding 
`cast(BIGINT NOT NULL) as BIGINT` process logic in DruidQuery to make query 
`SUM(CASE WHEN dim1 <> '1' THEN 1 ELSE 0 END)`  which will be rewrote by 
`CaseFilteredAggregatorRule` pass test

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to