Skip to content

Commit

Permalink
Add support for truncate table
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos authored Dec 4, 2018
1 parent 4da4f13 commit a22a480
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ public void visit(Drop drop) {

@Override
public void visit(Truncate truncate) {
throw new UnsupportedOperationException(NOT_SUPPORTED_YET);
visit(truncate.getTable());
}

@Override
Expand Down

0 comments on commit a22a480

Please sign in to comment.