You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2020/12/16 06:15:13 UTC

[GitHub] [carbondata] vikramahuja1001 commented on pull request #4051: [CARBONDATA-4081] Fix multiple issues with clean files command

vikramahuja1001 commented on pull request #4051:
URL: https://github.com/apache/carbondata/pull/4051#issuecomment-745790657


   @ajantha-bhat , so in the case of partition table, we have a tmp directory in the segment folder. In this case, while we check for stale segments, we are blindly reading all the files in the segment folder and collecting the name of it and then based on that we read the segment files, since it is not a file, thus it cannot be read and would give an exception. In this fix, we just need to filter if the file ends with ".segment"


----------------------------------------------------------------
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:
users@infra.apache.org