ryan-johnson-databricks commented on code in PR #43334: URL: https://github.com/apache/spark/pull/43334#discussion_r1447541033
########## sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala: ########## @@ -1572,7 +1589,9 @@ class Dataset[T] private[sql]( * @since 2.0.0 */ @scala.annotation.varargs - def select(col: String, cols: String*): DataFrame = select((col +: cols).map(Column(_)) : _*) + def select(col: String, cols: String*): DataFrame = withOrigin { Review Comment: I don't think this is helpful -- the underlying `select` already has a `withOrigin` call, no? -- 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