Dooyoung-Hwang commented on issue #22347: [SPARK-25353][SQL] executeTake in 
SparkPlan is modified to avoid unnecessary decoding.
URL: https://github.com/apache/spark/pull/22347#issuecomment-507511257
 
 
   Maybe this test code in DataFrameSuite causes OOM.
   
   ```
      // SPARK-12340: overstep the bounds of Int in SparkPlan.executeTake
       checkAnswer(
         spark.range(2).toDF().limit(2147483638),
         Row(0) :: Row(1) :: Nil
       )
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to