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

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

Build:
DEFAULT BRANCH: master
Ran 14 Nov 2018 07:11AM UTC
Files 1014
Run time 48s
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

14 Nov 2018 07:11AM UTC coverage: 79.584% (-0.03%) from 79.617%
1274.1

push

jenkins

kunal642
[CARBONDATA-3084]dataload failure fix when float value exceeds the limit

Problem:
when the float value exceeds the range and we try to insert that data, data load fails.

Analysis:
when the value exceeds the range, the max is set as Infinity, so the decimal count of that value will be 0, so when decimal count is zero we go for CodecByAlgorithmForIntegral, so it fails

Solution:
when the value exceeds, and decimal count is zero , source datatype is float, then select DirectCompressCodec

This closes #2903

61288 of 77010 relevant lines covered (79.58%)

1.05 hits per line

Source Files on job 1274.1
  • Tree
  • List 0
  • Changed 26
  • Source Changed 1
  • Coverage Changed 26
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1274
  • 4de60509 on github
  • Prev Job for on master (#1273.1)
  • Next Job for on master (#1275.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