Skip to content
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

[CARBONDATA-36]fix dictionary exception when data column count less then schema #21

Closed
wants to merge 2 commits into from

Conversation

eason-lyx
Copy link
Contributor

when csv head is id,name,age,city
if the data record like as the following:
1,a,10,china
2,b
3,c,11,usa
then,when read this row:2,b,generating dicionary will failure,and the remain record (3,c,11,usa)will no generate dictionary.

this pr to prevent put null value to Set,and let it continue.
@ravipesala can u please help to check this pr?
thank u.

@eason-lyx eason-lyx changed the title [CARBONDATA-36]fix dictionary exception when data column count less then schema [WIP][CARBONDATA-36]fix dictionary exception when data column count less then schema Jul 5, 2016
@eason-lyx eason-lyx changed the title [WIP][CARBONDATA-36]fix dictionary exception when data column count less then schema [CARBONDATA-36]fix dictionary exception when data column count less then schema Jul 5, 2016
@ravipesala
Copy link
Contributor

LGTM

@asfgit asfgit closed this in beb0c9f Jul 5, 2016
@chenliang613
Copy link
Contributor

LGTM +1

@eason-lyx
Copy link
Contributor Author

This closes #21

@eason-lyx eason-lyx deleted the fix_dictionary_null branch July 7, 2016 11:37
Beyyes pushed a commit to Beyyes/carbondata that referenced this pull request Jul 12, 2018
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.

3 participants