You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "bogao007 (via GitHub)" <gi...@apache.org> on 2023/08/18 18:45:38 UTC

[GitHub] [spark] bogao007 commented on a diff in pull request #42563: [SPARK-44877][CONNECT] Support python protobuf functions for Spark Connect

bogao007 commented on code in PR #42563:
URL: https://github.com/apache/spark/pull/42563#discussion_r1298758843


##########
assembly/pom.xml:
##########
@@ -166,6 +166,12 @@
           <version>${project.version}</version>
           <scope>provided</scope>
         </dependency>
+        <dependency>

Review Comment:
   This is needed to avoid `java.lang.NoClassDefFoundError: org/apache/spark/sql/protobuf/CatalystDataToProtobuf`. Similar issue was also mentioned in Avro support [PR](https://github.com/apache/spark/pull/40535/files#r1150299249).



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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