[
https://issues.apache.org/jira/browse/SPARK-23665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16398706#comment-16398706
]
zhoukang commented on SPARK-23665:
----------------------------------
Add this logic so that users do not need to choose whether to set
{code:java}
spark.sql.thriftServer.incrementalCollect
{code}
or not. Does this make sense?Thanks!
> Add adaptive algorithm to select query result collect method
> ------------------------------------------------------------
>
> Key: SPARK-23665
> URL: https://issues.apache.org/jira/browse/SPARK-23665
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Affects Versions: 2.1.1, 2.3.0
> Reporter: zhoukang
> Priority: Major
>
> Currently, we use configuration like
> {code:java}
> spark.sql.thriftServer.incrementalCollect
> {code}
> to specify query result collect method.
> Actually,we can estimate the size of the result and select collect method
> automatically.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]