grundprinzip commented on PR #84: URL: https://github.com/apache/spark-connect-go/pull/84#issuecomment-2466764558
@imvtsl Golang does not have the concept of default parameters or method overloading. The idiomatic way of dealing with this is to provide different methods. Using an int pointer to indicate optionality is not common. For example, `Show()` does not have optional parameters in spark-connect-go. -- 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