[BUG] Check that keys are not null when creating a map #8984
Labels
bug
Something isn't working
reliability
Features to improve reliability or bugs that severly impact the reliability of the plugin
I was able to create a map on the GPU with a null key:
That said, this is not allowed on the CPU, so we should prevent it from happening. If we allowed these maps with null keys who knows what else could break within spark in really odd ways.
CPU output example;
The text was updated successfully, but these errors were encountered: