Unless overridden, Hive will prevent users from running queries on partitioned data without any partition predicates in their WHERE clauses.
https://wikitech.wikimedia.org/wiki/Analytics/Systems/Cluster/Hive/Queries#Use_partitions
I can run queries in Presto without partition predicates, and it will attempt to read all data for the table.
If possible, we should make it so Presto users can't run (or are at least warned about) queries without partition predicates.