You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "xuyang (Jira)" <ji...@apache.org> on 2022/08/23 08:44:00 UTC

[jira] [Created] (FLINK-29081) Join Hint cannot be identified by lowercase

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)