You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/06/13 03:15:19 UTC

[GitHub] [incubator-doris] kangkaisen commented on issue #3854: CaseExpr toThrift NPE

kangkaisen commented on issue #3854:
URL: https://github.com/apache/incubator-doris/issues/3854#issuecomment-643560243


   The following query has the same error:
   ```
   SELECT c,
          d-e,
          CASE a+1 WHEN b THEN 111 WHEN c THEN 222
           WHEN d THEN 333  WHEN e THEN 444 ELSE 555 END,
          a+b*2+c*3+d*4,
          e
     FROM t1
    WHERE d NOT BETWEEN 110 AND 150
       OR c BETWEEN b-2 AND d+2
       OR (e>c OR e<d)
    ORDER BY 1,5,3,2,4
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org