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

apache / carbondata / 811
76%

Build:
DEFAULT BRANCH: master
Ran 01 Aug 2018 10:13AM UTC
Jobs 1
Files 985
Run time 53s
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
811

push

jenkins

manishgupta88
[CARBONDATA-2805] Fix the ordering mismatch of segment numbers during cutom compaction

Problem:
when we have segments from 0 to 6 and i give 1, 2, 3 for custom compaction, then it should create 1.1 as compacted segment, but sometimes
it will create 3.1 as compacted segment which is wrong. This is beacuse custom Segment IDs were passing in hashset and finally inserted in
hashmap, while identifying segments to be merged. hashmap and hashset does not guarantee the insertion order which may lead to missmatch of segment numbers.

Solution:
Use LinkedHashSet and LinkedHashMap which always sure about the insertion order.

This closes #2585

56959 of 70345 relevant lines covered (80.97%)

1.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 811.1 01 Aug 2018 10:13AM UTC 0
80.97
Source Files on build 811
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #811
  • c29aef88 on github
  • Prev Build on master (#809)
  • Next Build on master (#812)
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