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

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

Build:
DEFAULT BRANCH: master
Ran 31 Dec 2018 05:27AM UTC
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

31 Dec 2018 05:27AM UTC coverage: 78.995% (-0.05%) from 79.044%
1412.1

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

61681 of 78082 relevant lines covered (79.0%)

1.05 hits per line

Source Files on job 1412.1
  • Tree
  • List 0
  • Changed 74
  • Source Changed 10
  • Coverage Changed 74
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1412
  • b0733ecb on github
  • Prev Job for on master (#10345.1)
  • Next Job for on master (#1413.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