hvanhovell commented on code in PR #48065:
URL: https://github.com/apache/spark/pull/48065#discussion_r1752691614


##########
connector/connect/client/jvm/src/main/scala/org/apache/spark/sql/package.scala:
##########
@@ -52,4 +52,7 @@ package object sql {
     f(builder)
     column(builder.build())
   }
+
+  private[sql] def throwRddNotSupportedException(): Nothing =
+    throw new UnsupportedOperationException("RDDs are not supported in Spark 
Connect.")

Review Comment:
   Make this an actual error.



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