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

apache / carbondata / 1569
76%

Build:
DEFAULT BRANCH: master
Ran 11 Mar 2019 08:47AM UTC
Jobs 1
Files 1031
Run time 53s
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
1569

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

59739 of 79249 relevant lines covered (75.38%)

1.01 hits per line

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