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

Add alter table/add column functionality#1

Open
valdo404 wants to merge 3 commits intomasterfrom
feat-alter-table
Open

Add alter table/add column functionality#1
valdo404 wants to merge 3 commits intomasterfrom
feat-alter-table

Conversation

@valdo404
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
Contributor

Some tests and a README update would be good.


val newTableName = config.tableName

logger.info(s"Creating table $newTableName...")
Copy link
Copy Markdown

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