Description
Calling pcol.filter(row => row.x == 1) results in java.lang.IllegalStateException: anon$2 named 'null' cannot be serialized.
Calling pcol.filter(row => row.x == 1) results in java.lang.IllegalStateException: anon$2 named 'null' cannot be serialized.