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/09/16 10:59:50 UTC

[GitHub] [carbondata] Indhumathi27 opened a new pull request #3388: [CARBONDATA-3520] CTAS should fail if select query contains duplicate columns

Indhumathi27 opened a new pull request #3388: [CARBONDATA-3520] CTAS should fail if select query contains duplicate columns
URL: https://github.com/apache/carbondata/pull/3388
 
 
    Problem:
   If Select query contains Duplicate columns, CTAS was creating a table with only one column, which is wrong
   
   Solution:
   Throw error message if Select query contains duplicate columns.
   
    - [ ] Any interfaces changed?
    
    - [ ] Any backward compatibility impacted?
    
    - [ ] Document update required?
   
    - [ ] Testing done
         Added
          
    - [ ] 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