Cheng Lian created SPARK-3269:
---------------------------------

             Summary: SparkSQLOperationManager.getNextRowSet OOMs when a large 
maxRows is set
                 Key: SPARK-3269
                 URL: https://issues.apache.org/jira/browse/SPARK-3269
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.1.0, 1.2.0
            Reporter: Cheng Lian


{{SparkSQLOperationManager.getNextRowSet}} allocates an {{ArrayBuffer[Row]}} as 
large as {{maxRows}}, which can lead to OOM if {{maxRows}} is large.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to