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

apache / carbondata / 1413
76%

Build:
DEFAULT BRANCH: master
Ran 31 Dec 2018 09:19AM UTC
Jobs 1
Files 1021
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
1413

push

jenkins

manishgupta88
[CARBONDATA-3202]update the schema to session catalog after add column, drop column and column rename

Problem:

1. For alter table rename, once we change the table name in carbon, we fire alter table rename DDL using hive client. But for add, drop and column
rename Spark does not support there features, but hive supports. so after rename, or add or drop column, the new updated schema is not updated in catalog.
2. after column rename column comment is not getting copied to renamed column

Solution:

1. We can directly call the spark API alterTableDataSchema by passing the updated schema, which in turn updates the shema in sessioncatalog. Since
this API is supported from spark2.1 onward, codes changes will be for spark 2.2 and spark2.3, behavior with spark2.1 remains the same.
2. while updating the catalog schema, if column has comment, put in column metadata

This closes #3027

61708 of 78082 relevant lines covered (79.03%)

1.05 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1413.1 31 Dec 2018 09:19AM UTC 0
79.03
Source Files on build 1413
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1413
  • b0733ecb on github
  • Prev Build on master (#1412)
  • Next Build on master (#1414)
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