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.

Reply via email to