xuyangzhong commented on code in PR #23620:
URL: https://github.com/apache/flink/pull/23620#discussion_r1390569239
##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/alias/ClearJoinHintsWithInvalidPropagationShuttle.java:
##########
@@ -48,19 +49,10 @@
* <p>TODO some node will be attached join hints when parse SqlNode to RelNode
such as Project and
* etc. The join hints on these node can also be cleared.
*/
-public class ClearJoinHintWithInvalidPropagationShuttle extends RelShuttleImpl
{
+public class ClearJoinHintsWithInvalidPropagationShuttle extends
JoinHintsRelShuttle {
Review Comment:
That sounds better.
--
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]