Github user xuchuanyin commented on the issue:
https://github.com/apache/carbondata/pull/2833
yes. I add another commit to fix this error.
```
For a CarbonWriter, it will clean the temp store at closure. If we clean
it for multiple times, error will occurs, because the corresponding
property key has already been cleaned.
In this commit, we remove the unnecessary clean outside the closure.
```---
