Join Slack
Powered by
Is there anyone knows how to perform temporal join...
# troubleshooting
j
Jirawech Siwawut
09/17/2023, 11:26 AM
Is there anyone knows how to perform temporal join using DataStream API or any example would be appreciate?
s
sap1ens
09/17/2023, 6:59 PM
https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/dev/datastream/operators/joining/
d
David Anderson
09/29/2023, 4:15 AM
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
Open in Slack
Previous
Next