icexelloss commented on PR #13771: URL: https://github.com/apache/arrow/pull/13771#issuecomment-1203250184
Can you print thread id and see if input received is called by different thread?( for the same input table). Also I think we can check when queue is not empty too, we just need to remember the current timestamp in the input state. On Tue, Aug 2, 2022 at 5:36 PM Ivan Chau ***@***.***> wrote: > I think I found the issue, doesn't seem like it passes always? > > EDIT: seems like some sort of race condition. We only run the check when > are sure the queue has batches in it, however, it seems like in the cases > in which the tests fails, it is always empty. The execution context is > setup with nullptr as well. Any ideas here @icexelloss > <https://github.com/icexelloss> ? > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/arrow/pull/13771#issuecomment-1203227263>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAGBXLDCYVT3PCXTQLUBSOLVXGIEZANCNFSM55I6LW6A> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> > -- 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]
