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

apache / carbondata / 1305
76%

Build:
DEFAULT BRANCH: master
Ran 22 Nov 2018 03:07PM UTC
Jobs 1
Files 1016
Run time 1min
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
1305

push

jenkins

ravipesala
[CARBONDATA-3101] Fixed dataload failure when a column is dropped and added in partition table

Problem: Data load is failing when a column in partition table is dropped and recreated because fieldConverters are created based on schemaOrdinal and this may be different than the order in which data is read from the csv.
For example --> columns = nonparcolumn string, parcolumn int
Now if the user drops and adds column the nonparcolumn then the fieldConverters would be created in the following order
fieldConverters[0] = MeasureFieldConverter
fieldConverters[1] = NonDictionaryFieldConverterImpl

The data read from the csv would be 'columndata', 1. The conversion for nonPartition column would fail i this case.

Solution: Add the partition column to the last while doing alter add column and creating fieldConverters.

This closes #2923

61571 of 77351 relevant lines covered (79.6%)

1.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1305.1 22 Nov 2018 03:07PM UTC 0
79.6
Source Files on build 1305
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1305
  • c5de10cb on github
  • Prev Build on master (#1304)
  • Next Build on master (#1306)
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