ajantha-bhat opened a new pull request #3307: Fix set segment issue in adaptive execution URL: https://github.com/apache/carbondata/pull/3307 problem: Set segment doesn't work with adaptive execution. cause: For set segments, driver will check carbon property and carbon property will look for segments in session params, which is not set in current thread incase of adaptive execution. solution: Use the session params from RDD's session info, where it will be set correctly. Be sure to do all of the following checklist to help us incorporate your contribution quickly and easily: - [ ] Any interfaces changed? NA - [ ] Any backward compatibility impacted? NA - [ ] Document update required? NA - [ ] Testing done done. Updated UT. - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. NA
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
