Github user rednaxelafx commented on the issue:

    https://github.com/apache/spark/pull/23032
  
    Ha, it's failing an Avro test case due to:
    ```
    Cause: org.codehaus.commons.compiler.CompileException: File 
'generated.java', Line 65, Column 33: failed to compile: 
org.codehaus.commons.compiler.CompileException: File 'generated.java', Line 65, 
Column 33: Expression "serializefromobject_isNull_1" is not an rvalue
    ```
    Can be reproduced by `build/sbt -Pavro "avro/test-only *AvroSuite -- -z 
partitioned"`
    
    So there must have been something that mutated the state, that moving the 
`prepareRowVar()` call down by a few lines stomped on some side effects.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to