zhenlineo commented on code in PR #40160:
URL: https://github.com/apache/spark/pull/40160#discussion_r1119457815
##########
connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/client/util/RemoteSparkSession.scala:
##########
@@ -69,6 +69,10 @@ object SparkConnectServerUtils {
jar,
"--conf",
s"spark.connect.grpc.binding.port=$port",
+ "--conf",
Review Comment:
I tried this locally. With sbt It looks like I am missing the hive
dependency:
```
io.grpc.StatusRuntimeException: INTERNAL: Error while instantiating
'org.apache.spark.sql.hive.HiveExternalCatalog':
```
Tried with
`build/sbt "testOnly org.apache.spark.sql.ClientE2ETestSuite"`
`build/sbt "connect-client-jvm/test"`
If this also does not work for you, pls use some other way to test `sql`
command for now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]