JingsongLi commented on a change in pull request #19007: URL: https://github.com/apache/flink/pull/19007#discussion_r827592695
########## File path: flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/hint/OptionsHintTest.scala ########## @@ -142,9 +143,12 @@ class OptionsHintTest(param: Param) def testOptionsHintOnTableApiView(): Unit = { val view1 = util.tableEnv.sqlQuery("select * from t1 join t2 on t1.a = t2.d") util.tableEnv.createTemporaryView("view1", view1) - // The table hints on view expect to be ignored. Review comment: It appears that the previous behavior was by design, so we need to ensure that it is fully corrected. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org