cloud-fan commented on code in PR #48999:
URL: https://github.com/apache/spark/pull/48999#discussion_r1891088505
##########
sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/procedures/ProcedureParameter.java:
##########
@@ -92,7 +92,7 @@ class Builder {
private String defaultValueExpression;
private String comment;
- private Builder(Mode mode, String name, DataType dataType) {
+ public Builder(Mode mode, String name, DataType dataType) {
Review Comment:
now this can remain private?
--
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]