igalshilman commented on issue #51: Make PersistedTable maintain the insertion order. URL: https://github.com/apache/flink-statefun/pull/51#issuecomment-596246497 Hi @danp11, thank you for your continued interest in statefun and your contribution! However as per `Flink`'s [contribution guide ](https://flink.apache.org/contributing/contribute-code.html) any contribution starts with a JIRA issue submitted, having an issue submitted allows contributors / committers to provide an early advice and potentially save some development effort :-) Unfortunately this feature can not be efficiently implemented for the distributed case (you've only added support to the non fault tolerant accessor which is used for tests) The accessor that is used at runtime, is leveraging Flink state that is provided by a state backend, and there, there is no guarantee about the insertion order.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services