[Hive] rand() should be ignored by input pruning
------------------------------------------------
Key: HIVE-325
URL: https://issues.apache.org/jira/browse/HIVE-325
Project: Hadoop Hive
Issue Type: Bug
Components: Query Processor
Reporter: Namit Jain
select * from T where rand() < 0.5
may return 0 rows because all partitions may simply be eliminated by partition
pruning if rand() < 0.5 happens to be false
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.