shfshihuafeng commented on PR #3001: URL: https://github.com/apache/drill/pull/3001#issuecomment-3134752908
> > > if your code introduced any new test failures or whether the failures were happening already > > > > > > This failure was not caused by my new code. The original code skipped the test cases related to the "HiveTestBase" class during MVN compilation. When I forced it to run (modified the JDK to 8), the following error was reported: mvn test -Dtest="org.apache.drill.exec.TestHiveFilterPushDown#testPushDownWithEqualForOrc" or mvn install > > ``` > > org.apache.drill.exec.TestHiveFilterPushDown Time elapsed: 0.004 sec <<< ERROR! > > java.lang.NoClassDefFoundError: Could not initialize class org.apache.drill.exec.hive.HiveTestBase > > ``` > > Do you have a full stack trace? Part of me thinks we should just merge #2995 anyway since it didn't break anything new. > > > if your code introduced any new test failures or whether the failures were happening already > > > > > > This failure was not caused by my new code. The original code skipped the test cases related to the "HiveTestBase" class during MVN compilation. When I forced it to run (modified the JDK to 8), the following error was reported: mvn test -Dtest="org.apache.drill.exec.TestHiveFilterPushDown#testPushDownWithEqualForOrc" or mvn install > > ``` > > org.apache.drill.exec.TestHiveFilterPushDown Time elapsed: 0.004 sec <<< ERROR! > > java.lang.NoClassDefFoundError: Could not initialize class org.apache.drill.exec.hive.HiveTestBase > > ``` > > Do you have a full stack trace? Part of me thinks we should just merge #2995 anyway since it didn't break anything new. -- 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: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org