Dandandan commented on code in PR #349:
URL: https://github.com/apache/arrow-ballista/pull/349#discussion_r996280836


##########
ballista/ui/scheduler/src/components/QueriesList.tsx:
##########
@@ -94,13 +94,20 @@ export const ActionsCell: (props: any) => React.ReactNode = 
(props: any) => {
   };
   return (
     <Flex>
-      <FaStop color={"red"} title={"Stop this job"} />
+      <FaStop color={"red"} title={"Stop this job"} onClick={() => {
+        fetch("api/job/" + props.value.job_id, {

Review Comment:
   This works succesfully - but has the "infinite loop" problem
   https://github.com/apache/arrow-ballista/issues/341



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

Reply via email to