Github user Dooyoung-Hwang commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22219#discussion_r214818478
  
    --- Diff: 
sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkExecuteStatementOperation.scala
 ---
    @@ -120,10 +120,11 @@ private[hive] class SparkExecuteStatementOperation(
             resultList = None
             result.toLocalIterator.asScala
           } else {
    -        if (resultList.isEmpty) {
    -          resultList = Some(result.collect())
    --- End diff --
    
    Yea, I'll change this feature as boolean. Thank you for review.


---

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

Reply via email to