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 5afefcc commit b54e51a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ LOCATION 'file:${system:test.tmp.dir}/drop_database_removes_partition_dirs_table
INSERT OVERWRITE TABLE test_table PARTITION (part = '1')
SELECT * FROM default.src;

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

USE default;

DROP DATABASE test_database CASCADE;

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

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

0 comments on commit b54e51a

Please sign in to comment.