c21 edited a comment on pull request #33494:
URL: https://github.com/apache/spark/pull/33494#issuecomment-888691528


   I found the root cause is after https://github.com/apache/spark/pull/33447, 
in unit test, Spark memory page byte size is changed from `67108864` to 
`33554432` [1]. So the shuffled hash join build size is also changed 
accordingly due to [memory page byte size 
change](https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/execution/joins/HashedRelation.scala#L457).
 Previously the unit test is checking the exact value of build size, so it no 
longer works. Here we change the unit test to verify the relative value of 
build size, and it should work.
   
   [1]: I printed out the memory page byte size explicitly in unit test - 
`org.apache.spark.SparkException: chengsu pageSizeBytes: 33554432!` in 
https://github.com/c21/spark/runs/3186680616?check_suite_focus=true .


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to