MaxGekk commented on a change in pull request #23409: [SPARK-26502][SQL] Get
rid of hiveResultString() in QueryExecution
URL: https://github.com/apache/spark/pull/23409#discussion_r244520892
##########
File path:
sql/hive/src/main/scala/org/apache/spark/sql/hive/test/TestHive.scala
##########
@@ -297,7 +298,7 @@ private[hive] class TestHiveSparkSession(
protected[hive] implicit class SqlCmd(sql: String) {
def cmd: () => Unit = {
- () => new TestHiveQueryExecution(sql).hiveResultString(): Unit
+ () => hiveResultString(new TestHiveQueryExecution(sql)): Unit
Review comment:
replaced
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]