Closed alberto-salinas closed 3 years ago
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.
Thanks for catching this!
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.