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

apache / carbondata / 452 / 1
76%
master: 76%

Build:
DEFAULT BRANCH: master
Ran 18 May 2018 10:40AM UTC
Files 1020
Run time 35s
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

18 May 2018 10:40AM UTC coverage: 74.877% (-0.008%) from 74.885%
452.1

push

jenkins

ravipesala
[CARBONDATA-2467] sdk writer log shouldnot print null

issue :

Logger prints the threadname along with log. In case of sdk writer we are assigning null for dbname and table name and table name is used to assign the thread name in CarbonTableOutputFormat and DataWriterProcessStepImpl. which leads to add null in many logs.
Comparision of two array type was being wrong.
Solution :

assign temp value with current time in millisec to tablename instead of null.
ArrayType class donot contains equls method. Hence it goes to Object.equals() which will perform == operation to compare both the object which is wrong . so add equals method to ArrayType class .

This closes #2292

51944 of 69372 relevant lines covered (74.88%)

1.0 hits per line

Source Files on job 452.1
  • Tree
  • List 0
  • Changed 8
  • Source Changed 2
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 452
  • 78efc7f7 on github
  • Prev Job for on master (#451.1)
  • Next Job for on master (#453.1)
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