HyukjinKwon commented on code in PR #36084: URL: https://github.com/apache/spark/pull/36084#discussion_r843644862
########## sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala: ########## @@ -2001,6 +2001,7 @@ class Dataset[T] private[sql]( * @group typedrel * @since 3.0.0 */ + @varargs Review Comment: We should add this whenever it's supposed to be Java API if it uses `*` args (https://github.com/databricks/scala-style-guide#java-varargs) -- 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]
