lincoln-lil opened a new pull request, #21433:
URL: https://github.com/apache/flink/pull/21433
This is a minor fix for test data of temporal join, the delete('-D') message
should have the same value with corresponding insert('+I') message:
```
changelogRow("+I", "RMB", "no1", 702L, "2020-08-15T00:00:04")
- changelogRow("-D", "RMB", "no1", 708L, "2020-08-16T00:02:00")
+ changelogRow("-D", "RMB", "no1", 702L, "2020-08-16T00:02:00")
```
--
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]