Skip to content

NIFI-7142: Automatically handle schema drift in the PutKudu processor#4053

Closed
granthenke wants to merge 1 commit intoapache:masterfrom
granthenke:drift
Closed

NIFI-7142: Automatically handle schema drift in the PutKudu processor#4053
granthenke wants to merge 1 commit intoapache:masterfrom
granthenke:drift

Conversation

@granthenke
Copy link
Member

Adds a boolean property to the PutKudu processor to optionally
enable automatic schema drift handling.

If set to true, when fields with names that are not in the target
Kudu table are encountered, the Kudu table will be altered to
include new columns for those fields.

@granthenke granthenke force-pushed the drift branch 2 times, most recently from ee1d03d to 1e508bd Compare February 14, 2020 21:42
Adds a boolean property to the PutKudu processor to optionally
enable automatic schema drift handling.

If set to true, when fields with names that are not in the target
Kudu table are encountered, the Kudu table will be altered to
include new columns for those fields.
@granthenke
Copy link
Member Author

I rebased onto the latest master changes.

@asfgit asfgit closed this in 268ba1d Feb 18, 2020
@pvillard31
Copy link
Contributor

Merged to master, thanks @granthenke

@granthenke granthenke deleted the drift branch February 18, 2020 20:59
asfgit pushed a commit that referenced this pull request Feb 21, 2020
Adds a boolean property to the PutKudu processor to optionally
enable automatic schema drift handling.

If set to true, when fields with names that are not in the target
Kudu table are encountered, the Kudu table will be altered to
include new columns for those fields.

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #4053.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants