You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by rednaxelafx <gi...@git.apache.org> on 2018/11/14 12:48:16 UTC

[GitHub] spark issue #23032: [WIP][SPARK-26061][SQL][MINOR] Reduce the number of unus...

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: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org