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

apache / carbondata / 1976
76%

Build:
DEFAULT BRANCH: master
Ran 03 Oct 2019 08:51AM UTC
Jobs 1
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

pending completion
1976

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

11 of 11 new or added lines in 3 files covered. (100.0%)

66080 of 84173 relevant lines covered (78.5%)

1.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1976.1 03 Oct 2019 08:51AM UTC 0
78.5
Source Files on build 1976
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1976
  • 5b760625 on github
  • Prev Build on master (#1952)
  • Next Build on master (#1978)
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