blob: 67942ec2982bb7186531f0c4829dcd841edaa869 [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_moddate=date '1992-01-01' and l_shipdate=date'1992-01-01';
alter session set `drill.exec.storage.file.partition.column.label` = 'dir';