snuyanzin commented on code in PR #25597:
URL: https://github.com/apache/flink/pull/25597#discussion_r1824531739
##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/SourceQueryOperation.java:
##########
@@ -43,6 +41,7 @@
@Internal
public class SourceQueryOperation implements QueryOperation {
+ private final String INPUT_ALIAS = "$$T_SOURCE";
Review Comment:
```suggestion
private static final String INPUT_ALIAS = "$$T_SOURCE";
```
i guess the reason why checkstyle is complaining
--
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]