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

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

Build:
DEFAULT BRANCH: master
Ran 08 Mar 2019 08:46AM UTC
Files 1031
Run time 49s
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 08:46AM UTC coverage: 77.052% (-2.2%) from 79.226%
1566.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

61063 of 79249 relevant lines covered (77.05%)

1.03 hits per line

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