Describe the bug
Unnest cannot be used in a distributed environment because the physical plan node doesn't support serialization.
To Reproduce
Try to encode a physical plan with Unnest to Protobuf
Expected behavior
This should be supported out of the box.
Additional context
As a workaround, one could implement an extension codec for it.