You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/02/09 06:23:36 UTC

[GitHub] [incubator-kyuubi] lsm1 opened a new issue #1880: [Bug] The forcedMaxOutputRows extension does not work for statements with join

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: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-kyuubi] ulysses-you closed issue #1880: [Bug] The forcedMaxOutputRows extension does not work for statements with join

Posted by GitBox <gi...@apache.org>.
ulysses-you closed issue #1880:
URL: https://github.com/apache/incubator-kyuubi/issues/1880


   


-- 
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: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-kyuubi] github-actions[bot] commented on issue #1880: [Bug] The forcedMaxOutputRows extension does not work for statements with join

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #1880:
URL: https://github.com/apache/incubator-kyuubi/issues/1880#issuecomment-1033395092


   Hello @lsm1,
   Thanks for finding the time to report the issue!
   We really appreciate the community's efforts to improve Apache Kyuubi (Incubating).


-- 
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: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org