blob: e572cf50cb3647bd35d12a61f3f7ec699419d58b [file] [log] [blame]
====
---- QUERY
# Basic partition key scan.
select distinct year
from alltypes
---- RESULTS
2009
2010
---- TYPES
INT
---- RUNTIME_PROFILE
# Confirm that only one row per file flows through the plan.
aggregation(SUM, RowsReturned): 48
====