[GitHub] [carbondata] KanakaKumar opened a new pull request #3246: [CARBONDATA-3404] Support CarbonFile API through FileTypeInterface to use custom FileSystem

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] KanakaKumar opened a new pull request #3246: [CARBONDATA-3404] Support CarbonFile API through FileTypeInterface to use custom FileSystem

GitBox
KanakaKumar opened a new pull request #3246: [CARBONDATA-3404] Support CarbonFile API through FileTypeInterface to use custom FileSystem
URL: https://github.com/apache/carbondata/pull/3246
 
 
   Currently CarbonData supports few set of FileSystems like HDFS,S3,VIEWFS schemes.
   If user configures table path from different file systems apart from supported, FileFactory takes CarbonLocalFile as default and causes errors.
   
   This PR proposes to support a API for user to extend CarbonFile which override the required methods from AbstractCarbonFile if a specific handling required for operations like renameForce.
   
   Be sure to do all of the following checklist to help us incorporate
   your contribution quickly and easily:
   
    - [ ] Any interfaces changed?
    - Added new Interface
    - [ ] Any backward compatibility impacted?
    -No
    - [ ] Document update required?
   -Yes
    - [ ] Testing done
           Please provide details on
           - Whether new unit test cases have been added or why no new tests are required?
   --Yes, Added
           - How it is tested? Please attach test report.
           - Is it a performance related change? Please attach the performance test report.
           - Any additional information to help reviewers in testing this change.
         
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
   
   

----------------------------------------------------------------
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