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

apache / carbondata / 1570
76%

Build:
DEFAULT BRANCH: master
Ran 12 Mar 2019 08:55AM UTC
Jobs 1
Files 1031
Run time 52s
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
1570

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

61081 of 79249 relevant lines covered (77.07%)

1.03 hits per line

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