Skip to content

Handle cases where columns may have null values#27

Merged
simonw merged 1 commit intosimonw:mainfrom
alberto-salinas:handle-null-columns
Jan 23, 2021
Merged

Handle cases where columns may have null values#27
simonw merged 1 commit intosimonw:mainfrom
alberto-salinas:handle-null-columns

Conversation

@alberto-salinas
Copy link
Contributor

Ran into a case where map does not load when column values are null. The error
is triggered since null is of type object which then when we hit line 113 we have null value variable.

Screen Shot 2021-01-23 at 1 49 38 PM

@simonw
Copy link
Owner

simonw commented Jan 23, 2021

Thanks for catching this!

@simonw simonw merged commit 78bd2c9 into simonw:main Jan 23, 2021
@simonw simonw added the bug Something isn't working label Jan 23, 2021
simonw added a commit that referenced this pull request Jan 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants