-
Couldn't load subscription status.
- Fork 3.4k
HBASE-11262 #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HBASE-11262 #26
Conversation
|
HBase infra hasn't switched to accommodating pull request. Review board is currently used. Patch looks good. |
|
Thanks for the acknowledgement. Please let me know if I've to do something else in order to add this patch. Should I add the patch file in associated Jira? |
|
yes, please attach your patch to the jira for HBASE-11262 and close this PR. |
|
Closing this PR as patch has already been added via jira. |
In bulk import, it just stores everything in the table but some times we want to avoid empty column values to save some disk space. So, this code snippet to skip those empty columns values while bulk load based on the user's choice. By default, this feature will be disabled. User has to set SKIP_EMPTY_COLUMNS true to use this.