You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2021/12/20 13:44:53 UTC

[GitHub] [hive] kasakrisz opened a new pull request #2899: HIVE-25818: Values query with order by position clause fails

kasakrisz opened a new pull request #2899:
URL: https://github.com/apache/hive/pull/2899


   ### What changes were proposed in this pull request?
   Return the output row resolver of an udtf when generating the select clause of the Calcite plan instead of null.
   
   ### Why are the changes needed?
   The row Resolver is required several case. One of the is when checking whether the specified column index falls into the correct range when generating the order by operator of a values query.
   
   ### Does this PR introduce _any_ user-facing change?
   Values queries don't fail with exception but provides a result when order by is specified with column indexes.
   
   ### How was this patch tested?
   ```
   mvn test -Dtest.output.overwrite -DskipSparkTests -Dtest=TestMiniLlapLocalCliDriver -Dqfile=order_by_pos.q -pl itests/qtest -Pitests
   ```
   


-- 
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: gitbox-unsubscribe@hive.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] kasakrisz merged pull request #2899: HIVE-25818: Values query with order by position clause fails

Posted by GitBox <gi...@apache.org>.
kasakrisz merged pull request #2899:
URL: https://github.com/apache/hive/pull/2899


   


-- 
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: gitbox-unsubscribe@hive.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org