thatran opened a new issue, #10165:
URL: https://github.com/apache/pinot/issues/10165

   coalesce function is unable to compare the value from a String field against 
a string literal
   
   PR https://github.com/apache/pinot/pull/9958 enables coalesce to support 
string literals but still coalesce is unable to compare a string field value 
against a string literal.  For example:
   
   select coalesce(my_string_field,'1234') from my_table limit 1
   
   doesn't work, gives an error
   Caused by: java.lang.IllegalArgumentException: Argument types have to be the 
same.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to