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

apache / carbondata / 671
76%

Build:
DEFAULT BRANCH: master
Ran 17 Jul 2018 09:13AM UTC
Jobs 1
Files 981
Run time 50s
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
671

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

21 of 21 new or added lines in 5 files covered. (100.0%)

56484 of 69670 relevant lines covered (81.07%)

1.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 671.1 17 Jul 2018 09:13AM UTC 0
81.07
Source Files on build 671
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #671
  • 8e789571 on github
  • Prev Build on master (#670)
  • Next Build on master (#672)
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