john-bodley commented on code in PR #21937:
URL: https://github.com/apache/superset/pull/21937#discussion_r1004996318


##########
superset-frontend/src/components/Chart/chartAction.js:
##########
@@ -196,9 +198,13 @@ const v1ChartDataRequest = async (
     url,
     headers: { 'Content-Type': 'application/json' },
     body: JSON.stringify(payload),
+    parseMethod: 'text',
   };
 
-  return SupersetClient.post(querySettings);
+  return SupersetClient.post(querySettings).then(({ text, response }) => ({

Review Comment:
   @justinpark can we add a simply unit test which includes an integer with a 
value greater than 2^53 -1?



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