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 2020/07/07 12:27:08 UTC

[GitHub] [hive] WangGuangxin opened a new pull request #865: [HIVE-22634]Improperly SemanticException when filter is optimized to False on a partition table

WangGuangxin opened a new pull request #865:
URL: https://github.com/apache/hive/pull/865


   When filter is optimized to False on a partition table, it will throw improperly SemanticException reporting that there is no partition predicate found.
   
   The step to reproduce is
   ```
   set hive.strict.checks.no.partition.filter=true;
   CREATE TABLE test(id int, name string)PARTITIONED BY (`date` string);
   select * from test where `date` = '20191201' and 1<>1;
   ```
   
   The above sql will throw "Queries against partitioned tables without a partition filter"  exception.


----------------------------------------------------------------
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.

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] dengzhhu653 edited a comment on pull request #865: [HIVE-22634]Improperly SemanticException when filter is optimized to False on a partition table

Posted by GitBox <gi...@apache.org>.
dengzhhu653 edited a comment on pull request #865:
URL: https://github.com/apache/hive/pull/865#issuecomment-653355058


   +1 @WangGuangxin you can reopen the pr to trigger a new test


----------------------------------------------------------------
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.

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] WangGuangxin closed pull request #865: [HIVE-22634]Improperly SemanticException when filter is optimized to False on a partition table

Posted by GitBox <gi...@apache.org>.
WangGuangxin closed pull request #865:
URL: https://github.com/apache/hive/pull/865


   


----------------------------------------------------------------
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.

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] jcamachor commented on pull request #865: [HIVE-22634]Improperly SemanticException when filter is optimized to False on a partition table

Posted by GitBox <gi...@apache.org>.
jcamachor commented on pull request #865:
URL: https://github.com/apache/hive/pull/865#issuecomment-654920582


   @WangGuangxin , can we add the test to the 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.

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] dengzhhu653 commented on pull request #865: [HIVE-22634]Improperly SemanticException when filter is optimized to False on a partition table

Posted by GitBox <gi...@apache.org>.
dengzhhu653 commented on pull request #865:
URL: https://github.com/apache/hive/pull/865#issuecomment-653355058


   +1


----------------------------------------------------------------
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.

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] github-actions[bot] closed pull request #865: [HIVE-22634]Improperly SemanticException when filter is optimized to False on a partition table

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed pull request #865:
URL: https://github.com/apache/hive/pull/865


   


----------------------------------------------------------------
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.

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] github-actions[bot] commented on pull request #865: [HIVE-22634]Improperly SemanticException when filter is optimized to False on a partition table

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #865:
URL: https://github.com/apache/hive/pull/865#issuecomment-687681763


   This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the dev@hive.apache.org list if the patch is in need of reviews.


----------------------------------------------------------------
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.

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