Description
GET /sessions/id/statements returns a list of statements run in a session. However the ordering of the statements are older ones first. Livy could expose a parameter (something like orderBy=latest) that will order the list of statements as latest first.
Also there seems to be pagination support for statements but it is undocumented, this could be addressed as well.