lsm1 opened a new issue #1880: URL: https://github.com/apache/incubator-kyuubi/issues/1880
### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar issues. ### Describe the bug The forcedMaxOutputRows extension does not work for statements with join SQL: ```sql select t1.*,t2.* from tmp_test t1 right join tmp_orc t2 on t1.a=t2.a; ``` Optimized Logical Plan ```sql Join RightOuter, (a#97 = a#99) :- Filter isnotnull(a#97) : +- HiveTableRelation [`tmp_db`.`tmp_test`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, Data Cols: [a#97, b#98], Partition Cols: []] +- Relation tmp_db.tmp_orc[a#99,b#100] orc ``` Limit rules does not work ### Affects Version(s) master ### Kyuubi Server Log Output _No response_ ### Kyuubi Engine Log Output _No response_ ### Kyuubi Server Configurations _No response_ ### Kyuubi Engine Configurations _No response_ ### Additional context _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! -- 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]
