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

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

Build:
DEFAULT BRANCH: master
Ran 03 Oct 2019 08:51AM UTC
Files 1069
Run time 2min
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

03 Oct 2019 08:51AM UTC coverage: 78.505% (+0.03%) from 78.471%
1976.1

push

jenkins

Jacky Li
[CARBONDATA-3501] Fix update table with varchar column

Problem
Update on table with varchar column will throw exception

Analyse
In the loading part of update operation, it gets the isVarcharTypeMapping for each column in the order when table created. And this gives a hint for checking string length. It does not allow to exceeds 32000 char for a column which is not varchar type.

However when changing the plan for updating in CarbonIUDRule, it first deletes the old expression and appends the new one, which makes the order differ to table created. Such that the string length checking fail.

Solution
Keep the order as table created when modify update plan

This closes #3398

66080 of 84173 relevant lines covered (78.5%)

1.04 hits per line

Source Files on job 1976.1
  • Tree
  • List 0
  • Changed 41
  • Source Changed 34
  • Coverage Changed 38
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1976
  • 5b760625 on github
  • Prev Job for on master (#1952.1)
  • Next Job for on master (#1978.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