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

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

Build:
DEFAULT BRANCH: master
Ran 08 Mar 2019 03:57AM UTC
Files 1031
Run time 59s
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

08 Mar 2019 03:57AM UTC coverage: 79.226% (+1.7%) from 77.534%
1565.1

push

jenkins

ravipesala
[CARBONDATA-3301]Fix inserting null values to Array<date> columns in carbon file format data load

Problem:
When carbon datasource table contains columns like complex column with Array or Array and data is inserted and queried, it gives null data for those columns.

Solution:
In file format case before the actual load, we hwt the internal row object from spark, and we convert the internal row to carbondata understandable object, so that obejvct for date will be of Integertype, So while inserting data only long case is handled and we were passing this interger value to parse in SimpleDateFormat, which throws exception and we were inserting null. SO handled for integer. In this case directly assign the surrogate key with this value.

This closes #3133

62786 of 79249 relevant lines covered (79.23%)

1.05 hits per line

Source Files on job 1565.1
  • Tree
  • List 0
  • Changed 131
  • Source Changed 1
  • Coverage Changed 131
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1565
  • a5fc19d3 on github
  • Prev Job for on master (#1564.1)
  • Next Job for on master (#1566.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