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 2019/08/29 06:41:18 UTC

[GitHub] [carbondata] manishnalla1994 opened a new pull request #3368: [CARBONDATA-3507] Fix Create Table As Select Failure in Spark-2.3

manishnalla1994 opened a new pull request #3368: [CARBONDATA-3507] Fix Create Table As Select Failure in Spark-2.3
URL: https://github.com/apache/carbondata/pull/3368
 
 
   Problem: Create table as select fails with Spark-2.3.
   
   Cause: When creating the table location path the function removes the "hdfs://" part from the path and then stores it, due to which in later stages the file is treated as a Local Carbon File.
   
   Solution: Get the original table path without removing the prefix.
   
   Be sure to do all of the following checklist to help us incorporate 
   your contribution quickly and easily:
   
    - [ ] Any interfaces changed?
    
    - [ ] Any backward compatibility impacted?
    
    - [ ] Document update required?
   
    - [ ] Testing done
           Please provide details on 
           - Whether new unit test cases have been added or why no new tests are required?
           - 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:
users@infra.apache.org


With regards,
Apache Git Services