kfaraz commented on issue #11909:
URL: https://github.com/apache/druid/issues/11909#issuecomment-981264955


   If you are using python, you would have to escape backslash properly too.
   
   You might have to do something like this.
   
   ```
   sql_json_for_query = """
   {"query": "SELECT SUM(\\"count\\") FROM wikipedia"}
   """
   
   ```


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