snuyanzin commented on code in PR #27292:
URL: https://github.com/apache/flink/pull/27292#discussion_r2576907800
##########
flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/ddl/SqlAlterTableDistribution.java:
##########
@@ -28,12 +28,15 @@
import java.util.ArrayList;
import java.util.List;
-/** ALTER Distribution DDL sql call for tables and materialized tables. */
-public abstract class SqlAlterDistribution extends SqlAlterTable {
+/**
+ * SqlNode to describe the ALTER TABLE [catalogName.][dataBasesName.]tableName
(ADD|MODIFY)
+ * DISTRIBUTION statement.
+ */
+public abstract class SqlAlterTableDistribution extends SqlAlterTable {
private final SqlDistribution distribution;
- public SqlAlterDistribution(
+ public SqlAlterTableDistribution(
Review Comment:
rename in a way to reflect it is related to tables
--
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]