[GitHub] [carbondata] Indhumathi27 opened a new pull request #3463: [CARBONDATA-3584] Fix Select Query failure for Boolean dictionary column when Codegen is diasbled

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

[GitHub] [carbondata] Indhumathi27 opened a new pull request #3463: [CARBONDATA-3584] Fix Select Query failure for Boolean dictionary column when Codegen is diasbled

GitBox
Indhumathi27 opened a new pull request #3463: [CARBONDATA-3584] Fix Select Query failure for Boolean dictionary column when Codegen is diasbled
URL: https://github.com/apache/carbondata/pull/3463
 
 
   Problem:
   Select query fails for boolean dictionary column with CastException when codegen is disabled, because boolean case was not handled, in case if scan is CarbonDictionaryDecoder.
   
   Solution:
   Added Boolean case in getDataBasedOnDataType
   
    - [ ] Any interfaces changed?
   
    - [ ] Any backward compatibility impacted?
   
    - [ ] Document update required?
   
    - [ ] Testing done
         
    - [ ] 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