blob: 4396c31a4ac7d8ab59a834af586a416863f4800d [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` where l_modline=1;
alter session set `drill.exec.storage.file.partition.column.label` = 'dir';