blob: ed28a2d3a556c471f2186b464bebb1c98f9402e4 [file] [log] [blame]
--! qt:dataset:src
-- escaped column names in distribute by by are not working jira 3267
explain
select key, value from src distribute by key, value;
explain
select `key`, value from src distribute by `key`, value;