LuciferYang commented on code in PR #40136:
URL: https://github.com/apache/spark/pull/40136#discussion_r1115273797


##########
connector/connect/client/jvm/pom.xml:
##########
@@ -125,6 +125,11 @@
       <version>${mima.version}</version>
       <scope>test</scope>
     </dependency>
+    <dependency>

Review Comment:
   Yeah, even if I make `parquet-hadoop` as the compile dependency of the 
`server` module(but exclude `parquet-` from the SBT assembly), this test will 
still fail.
   
   So I think this issue is  is related to the startup class path used for 
`SimpleSparkConnectService`.
   
   



-- 
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]

Reply via email to