Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.2.0
-
Fix Version/s: 2.3.0
-
Component/s: con.hive, con.impala
-
Labels:None
-
Target Version:
Description
These queries don't show the same number of results:
- select * from alltypes where smallint_col=1;
- select count
from alltypes where smallint_col=1;
has_more_result from the fetched dataset might not be used correctly.
Current workaround: press F5 for seeing the next results