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


##########
connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/PlanGenerationTestSuite.scala:
##########
@@ -3289,7 +3289,7 @@ class PlanGenerationTestSuite
             .setUnparsedIdentifier("id")))
       .setCustomField("abc")
       .build()
-    
simple.select(column(_.setExtension(com.google.protobuf.Any.pack(extension))))
+    
simple.select(Column(_.setExtension(com.google.protobuf.Any.pack(extension))))

Review Comment:
   It is more to illustrate that the old way works. You can actually use both.



-- 
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-unsubscr...@spark.apache.org

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


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

Reply via email to