akkio-97 opened a new pull request #3831:
URL: https://github.com/apache/carbondata/pull/3831


    ### Why is this PR needed?
   During data load with bucket column, boolean values were retrieved using 
wrong index.
   Issue occurs only when table has more than one column(including boolean 
type). Due to this wrong index, wrong column data was retrieved, instead of 
boolean, hence throwing ClassCastException and **data load failure**.
    
    ### What changes were proposed in this PR?
   Boolean values are now retrieved using the correct index.
       
    ### Does this PR introduce any user interface change?
    - No
   
    ### Is any new testcase added?
    - Yes
   
       
   


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


Reply via email to