Venkata Sai Akhil Gudesa created SPARK-47341:
------------------------------------------------
Summary: Replace commands with relations in a few tests in
SparkConnectClientSuite
Key: SPARK-47341
URL: https://issues.apache.org/jira/browse/SPARK-47341
Project: Spark
Issue Type: Improvement
Components: Connect
Affects Versions: 4.0.0
Reporter: Venkata Sai Akhil Gudesa
A few
[tests|https://github.com/apache/spark/blob/master/connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/client/SparkConnectClientSuite.scala#L481-L527]
in SparkConnectClientSuite attempt to test the result collection of a
reattachable execution through the use of a SQL command. The SQL command, on a
real server, is not executed eagerly (since it is a select command) and thus,
is not entirely accurate. The test itself is non-problematic since a dummy
server with dummy responses is used but a small improvement here would be to
construct a relation rather than a command.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]