Hi. It seems event time temporal join has a bug in version 1.14.3. the left and right side of the join are inverted.
In the this query: SELECT * FROM orders AS o LEFT OUTER JOIN products FOR SYSTEM_TIME AS OF o.updatedAt AS p ON o.pId = p.id join triggered when a new event is published to the products table. but i think join should be triggered when a new event was published in the orders table. Please help me if I am wrong. Thank you.
