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

apache / carbondata / 1568
76%

Build:
DEFAULT BRANCH: master
Ran 10 Mar 2019 09:01AM UTC
Jobs 1
Files 1031
Run time 43s
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
1568

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

61460 of 79249 relevant lines covered (77.55%)

1.03 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1568.1 10 Mar 2019 09:01AM UTC 0
77.55
Source Files on build 1568
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1568
  • a5fc19d3 on github
  • Prev Build on master (#1567)
  • Next Build on master (#1569)
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