Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Add alter table/add column functionality #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

valdo404
Copy link

Basic alter table functionality that only add column (does not drop)
May not work with Kudu 1.1.0

@valdo404 valdo404 force-pushed the feat-alter-table branch from d9eec5b to 8c15d7f Compare May 26, 2017 10:03
/**
* Created by valdo404 on 26/05/2017.
*/
object CLiReads {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: CliReads

@valdo404 valdo404 force-pushed the feat-alter-table branch from 8c15d7f to 6318c11 Compare May 26, 2017 10:07
@sderosiaux
Copy link
Contributor

Some tests and a README update would be good.


val newTableName = config.tableName

logger.info(s"Creating table $newTableName...")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

c'est pas creating table

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants