Is there anyone knows how to perform temporal join...
# troubleshooting
j
Is there anyone knows how to perform temporal join using DataStream API or any example would be appreciate?
d
The DataStream API doesn't have a temporal join. Your best bet is to convert the datastreams to tables, and do the temporal join in SQL.
🥲 1