fangchenli commented on code in PR #54014:
URL: https://github.com/apache/spark/pull/54014#discussion_r2744849236
##########
sql/connect/common/src/main/scala/org/apache/spark/sql/connect/Dataset.scala:
##########
@@ -703,6 +703,13 @@ class Dataset[T] private[sql] (
}
}
+ /** @inheritdoc */
+ def zipWithIndex(indexColName: String): DataFrame = {
+ // Note: Column existence check is handled server-side to avoid requiring
+ // a schema fetch which needs a server connection.
Review Comment:
Classic should not have this check either. Fixed.
--
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]