blob: 91d6ad486c945dfc66ee98dc240fcdcec2ad7cd8 [file] [log] [blame]
alter session set `drill.exec.storage.file.partition.column.label` = 'partition_string1';
explain plan for select distinct l_modline, l_moddate from `tpch_multiple_partitions/lineitem_twopart_ordered2` where l_moddate=date '1992-01-01';
alter session set `drill.exec.storage.file.partition.column.label` = 'dir';