This check to ensure that the collection that is passed in is ordered does not work for a java List. List or ArrayList do not implement sequential which forces a user to use PersistantVector.create(...) in order to pass a collection into eva. This is not an intentional requirement and should be fixed.
https://github.com/Workiva/eva/blob/e6196d5e2a215e69dc6dce0651867067ba677cba/core/src/eva/v2/database/core.clj#L447
This check to ensure that the collection that is passed in is ordered does not work for a java List. List or ArrayList do not implement sequential which forces a user to use PersistantVector.create(...) in order to pass a collection into eva. This is not an intentional requirement and should be fixed.