The incorrect operation has detected the possible error and throwed the following warning:
UnsupportedOperationChecker: Detected pattern of possible 'correctness' issue due to global watermark. The query contains stateful operation which can emit rows older than the current watermark plus allowed late record delay, which are "late rows" in downstream stateful operations and these rows can be discarded. Please refer the programming guide doc for more details.;
Since I am pretty sure the join operation is correct, how can I suppress the warning?