Skip to content

Commit

Permalink
fix test sql
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhiwei committed Mar 29, 2019
1 parent ae82edd commit ed821b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ LogicalProject(DEPTNO=[$0], NAME=[$1], I=[$2])
</TestCase>
<TestCase name="testHiveUdtf">
<Resource name="sql">
<![CDATA[select * from (select m_table(dept.deptno) as (f0, f1) from dept)]]>
<![CDATA[select * from (select table_func(dept.deptno) as (f0, f1) from dept)]]>
</Resource>
<Resource name="plan">
<![CDATA[
Expand Down

0 comments on commit ed821b5

Please sign in to comment.