sqllineage icon indicating copy to clipboard operation
sqllineage copied to clipboard

[hive-dialect] row_number() over (distribute by fund_account sort by bus_date desc) as sort_id ; not support

Open zhengtingxue opened this issue 9 months ago • 1 comments

bad_sql: insert into table a select row_number() over (distribute by a sort by b desc) as sort_id from b;

zhengtingxue avatar Apr 30 '24 07:04 zhengtingxue