hililiwei commented on PR #5061:
URL: https://github.com/apache/iceberg/pull/5061#issuecomment-1161970817
1. condition :`where t1.data > t2.data or t2.data is null`
<id=6, data=20220505> hit the `t2.data is null` It will be considered new
data.
2. In general, we don't need the two join tables to be iceberg tables. In
fact, in our case, the two join tables are Kafka and a dim table, the target is
an iceberg table.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]