akashrn5 commented on issue #3191: [CARBONDATA-3360]fix NullPointerException in delete and clean files operation
URL:
https://github.com/apache/carbondata/pull/3191#issuecomment-487341669
@QiangCai, the root cause is , this failure happened when there is no space left to append and write the updatetablestatus file in hdfs during delete table operation. Basically, we clear all the invalid files either during clean files or if it is load, then before starting the load. So i think, instead of deleting the file when the operation writing this file fails, we can do it in clean files operation. what is your opinion on this?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[hidden email]
With regards,
Apache Git Services