Jackie-Jiang opened a new pull request #5501:
URL: https://github.com/apache/incubator-pinot/pull/5501


   Currently there is no way to escape single quote for SQL literal
   Support escaping single quote by using the SQL convention of double single 
quote "''"
   This is especially useful for DistinctCountThetaSketch because it stores 
expression as literal
   E.g. DistinctCountThetaSketch(..., 'foo=''bar''', ...)


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



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

Reply via email to