Reputation: 1
i have loaded two tables using pyflink table api from 2 different kafka topics and i want to join these two tables based on common columns. In this, i wanted my join operation to wait some time after my execution. how to do join operation to wait?
I tried temporal join but it was not working
Upvotes: 0
Views: 19