• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

apache / carbondata / 670
76%

Build:
DEFAULT BRANCH: master
Ran 16 Jul 2018 09:31PM UTC
Jobs 1
Files 981
Run time 3min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
670

push

jenkins

ravipesala
[CARBONDATA-2649] Fixed arrayIndexOutOfBoundException while loading Blocklet DataMap after alter add column operation

Things done as part of this PR

Fixed arrayIndexOutOfBoundException while loading Blocklet DataMap after alter add column operation
Problem:
Array Index out of bound exception was thrown after alter add column operation.

Analysis:
After alter add column operation if COLUMN_META_CACHE is set on the newly added columns, then on executing select query on the data loaded before alter operation threw exception. This was because minMaxCache caching columns were fetched irrespective of the segmentProperties. Data loaded before alter add column operation will not have the newly added columns in its columnSchemaList and hence can throw exception if non existent column are not removed from min/max column cache. Solution:
Fetch the min/max cache columns based on segmentProperties

This closes #2510

56482 of 69670 relevant lines covered (81.07%)

1.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 670.1 16 Jul 2018 09:31PM UTC 0
81.07
Source Files on build 670
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #670
  • 8e789571 on github
  • Prev Build on master (#668)
  • Next Build on master (#671)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc