TuroczyX commented on code in PR #4249:
URL: https://github.com/apache/hive/pull/4249#discussion_r1171859038
##########
itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcGenericUDTFGetSplits.java:
##########
@@ -38,9 +38,13 @@
public class TestJdbcGenericUDTFGetSplits extends
AbstractTestJdbcGenericUDTFGetSplits {
@Test(timeout = 200000)
- @Ignore("HIVE-23394")
public void testGenericUDTFOrderBySplitCount1() throws Exception {
- super.testGenericUDTFOrderBySplitCount1("get_splits", new int[]{10, 1, 0,
2, 2, 2, 1, 10});
+ super.testGenericUDTFOrderBySplitCount1("get_splits", new int[] { 10, 5, 0
});
Review Comment:
Why some splits removed here? If the dataset is not the same, won't hide the
actual issue?
--
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]