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.
- Does HIVE JDBC return same sequence of records? Igor Kuzmenko
- Re: Does HIVE JDBC return same sequence of records? Damien Carol