There are no garantee. Use a SORT BY and LIMIT BY if you want some sort of fixed result set.
2016-07-04 12:28 GMT+02:00 Igor Kuzmenko <f1she...@gmail.com>: > If I perform query "*SELECT * FROM table t WHERE t.partition = value" *with > Hive JDBC several times is there garantee, that when I will iterate throw > result set I get records in the same order every time? > Intuitively, it feels yes, because in that query ther's no MapReduce and > hive just read data from HDFS directory. >