Skip to content

Commit

Permalink
Sql test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiXinXiaoLei committed Apr 17, 2015
1 parent c732814 commit 1550534
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ LOCATION 'file:${system:test.tmp.dir}/drop_table_removes_partition_dirs_table2/p
INSERT OVERWRITE TABLE test_table PARTITION (part = '1')
SELECT * FROM src;

dfs -ls ${system:test.tmp.dir}/drop_table_removes_partition_dirs_table2;
dfs -ls file:${system:test.tmp.dir}/drop_table_removes_partition_dirs_table2;

DROP TABLE test_table;

dfs -ls ${system:test.tmp.dir}/drop_table_removes_partition_dirs_table2;
dfs -ls file:${system:test.tmp.dir}/drop_table_removes_partition_dirs_table2;

dfs -rmr ${system:test.tmp.dir}/drop_table_removes_partition_dirs_table2;
dfs -rmr file:${system:test.tmp.dir}/drop_table_removes_partition_dirs_table2;

0 comments on commit 1550534

Please sign in to comment.