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

apache / carbondata / 1274
76%

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

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

Jobs
ID Job ID Ran Files Coverage
1 1274.1 14 Nov 2018 07:11AM UTC 0
79.58
Source Files on build 1274
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1274
  • 4de60509 on github
  • Prev Build on master (#1273)
  • Next Build on master (#1275)
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