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

apache / carbondata / 452
76%

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

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

7 of 7 new or added lines in 2 files covered. (100.0%)

51944 of 69372 relevant lines covered (74.88%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 452.1 18 May 2018 10:40AM UTC 0
74.88
Source Files on build 452
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #452
  • 78efc7f7 on github
  • Prev Build on master (#451)
  • Next Build on master (#453)
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