jerryshao commented on code in PR #8975:
URL: https://github.com/apache/gravitino/pull/8975#discussion_r2485207900
##########
api/src/main/java/org/apache/gravitino/rel/expressions/distributions/Distributions.java:
##########
@@ -242,7 +242,7 @@ public Builder withExpressions(Expression[] expressions) {
*
* @return The created distribution.
*/
- public Distribution build() {
+ public DistributionImpl build() {
Review Comment:
We'd better not change the signature of the method.
--
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]