Skip to content

Commit 035307e

Browse files
dawidwysafedulov
authored andcommitted
[hotfix] Mark Column#rename internal
1 parent 4d357c0 commit 035307e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/Column.java

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
package org.apache.flink.table.catalog;
2020

21+
import org.apache.flink.annotation.Internal;
2122
import org.apache.flink.annotation.PublicEvolving;
2223
import org.apache.flink.table.expressions.ResolvedExpression;
2324
import org.apache.flink.table.types.DataType;
@@ -136,6 +137,7 @@ public String asSummaryString() {
136137
public abstract Column copy(DataType newType);
137138

138139
/** Returns a copy of the column with a replaced name. */
140+
@Internal
139141
public abstract Column rename(String newName);
140142

141143
@Override

0 commit comments

Comments
 (0)