abhs50 commented on PR #8907:
URL: https://github.com/apache/pinot/pull/8907#issuecomment-1170528563

   Single IP Request : 
   `curl --location --request POST 'http://localhost:8000/query/sql' \
   --header 'X-Forwarded-For: 103.0.113.165' \
   --header 'Content-Type: text/plain' \
   --data-raw '{"sql":"select yearID, count(*) from baseballStats group by 
yearID limit 20"}'`
   
   Response :
   <img width="1749" alt="pinot-2-log" 
src="https://user-images.githubusercontent.com/518685/176551647-6a985f2d-c358-4e42-ae94-485f36434da2.png";>
   


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