wecharyu commented on code in PR #5198:
URL: https://github.com/apache/hive/pull/5198#discussion_r1583373805
##########
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/TestMetaStoreLimitPartitionRequest.java:
##########
@@ -160,7 +160,7 @@ public void testMoreComplexQueryWithDirectSql() throws
Exception {
@Test
public void testSimpleQueryWithDirectSqlTooManyPartitions() throws Exception
{
String queryString = "select value from %s where ds>'2008-04-20'";
- executeQueryExceedPartitionLimit(queryString, 8);
+ executeQueryExceedPartitionLimit(queryString, 5);
Review Comment:
because we will try to get at most `limit + 1` (i.e 4 + 1 = 5) partitions
after this patch.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]