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

apache / carbondata / 1319
76%

Build:
DEFAULT BRANCH: master
Ran 28 Nov 2018 11:43AM UTC
Jobs 1
Files 1017
Run time 54s
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
1319

push

jenkins

manishgupta88
[CARBONDATA-3134] fixed null values when cachelevel is set as blocklet

Problem:
For each blocklet an object of SegmentPropertiesAndSchemaHolder is created to store the schema used for query. This object is created only if no other blocklet has the same schema. To check the schema we are comparing List<ColumnSchema>, as the equals method in ColumnSchema does not check for columnUniqueId therefore this check is failing and the new restructured blocklet is using the schema of the old blocklet. Due to this the newly added column is being ignored as the old blocklet schema specifies that the column is delete(alter drop).

Solution:
Instead of checking the equality through equals and hashcode, write a new implementation for both and check based on columnUniqueId.

This closes #2956

58115 of 77486 relevant lines covered (75.0%)

1.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1319.1 28 Nov 2018 11:43AM UTC 0
75.0
Source Files on build 1319
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1319
  • a5f080b6 on github
  • Prev Build on master (#1321)
  • Next Build on master (#1323)
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