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


##########
connector/connect/client/jvm/src/main/scala/org/apache/spark/sql/Column.scala:
##########
@@ -1312,6 +1312,10 @@ private[sql] object Column {
     new Column(builder.build())
   }
 
+  def apply(extension: com.google.protobuf.Any): Column = {
+    apply { builder => builder.setExtension(extension) }

Review Comment:
   does this pass style checks?
   
   OCD: this also works: `apply(_.setExtension(extension))`



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