TuroczyX commented on code in PR #4249:
URL: https://github.com/apache/hive/pull/4249#discussion_r1171859302
##########
itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcGenericUDTFGetSplits2.java:
##########
@@ -24,13 +24,17 @@
*/
public class TestJdbcGenericUDTFGetSplits2 extends
AbstractTestJdbcGenericUDTFGetSplits {
- @Test(timeout = 200000)
- @Ignore("HIVE-23394")
+ @Test(timeout = 100000)
public void testGenericUDTFOrderBySplitCount1() throws Exception {
- super.testGenericUDTFOrderBySplitCount1("get_llap_splits", new int[]{12,
3, 1, 4, 4, 4, 3, 12});
+ super.testGenericUDTFOrderBySplitCount1("get_llap_splits", new int[] { 12,
7, 1 });
Review Comment:
Same as above.
--
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]