xuyang created FLINK-29081: ------------------------------ Summary: Join Hint cannot be identified by lowercase Key: FLINK-29081 URL: https://issues.apache.org/jira/browse/FLINK-29081 Project: Flink Issue Type: Bug Components: Table SQL / Planner Reporter: xuyang
The following sql can reproduce this bug: select /*+ bRoadCasT(t1) */* from t1 join t1 as t3 on t1.a = t3.a; -- This message was sent by Atlassian Jira (v8.20.10#820010)