JingsongLi commented on PR #8802: URL: https://github.com/apache/paimon/pull/8802#issuecomment-5054155608
PR generates a global sequence in `PostponeUtils` based on `creationTime → fileName → line order within the file`. However, the actual behavior of Postpone should be to guarantee the file order for a given `(table, partition, writeId)`; when different writers enter the same bucket writer in parallel, the final order depends on the arrival order of the multi-input channels in Flink. -- 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]
