* Support TRUNCATE TABLE stmt User can use TRUNCATE TABLE stmt to empties a table or partitions completely. Unlike DELETE, it will drop the tablets directly, and without any performance impact. * Fix bugs that new partition should use new ID * Use equals() to compare Integer * Fix compile bug * Fix bug on single range parititon * Check table's state again after creating partition