You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select min(datehour) from foo; will cause a full table scan on a table foo partitioned by datehour. Instead the query should only scan the hive table metadata.
The text was updated successfully, but these errors were encountered:
select min(datehour) from foo;
will cause a full table scan on a tablefoo
partitioned bydatehour
. Instead the query should only scan the hive table metadata.The text was updated successfully, but these errors were encountered: