我正在阅读RowKind#UPDATE_BEFORE的javadoc,它说: * Update operation with the previous content of theoccur together with {@link #UPDATE_AFTER} for modelling an update that
* needs to retract the previous它说它对non-idempotent update有用,non-idempotent update在这里是什么意思?