InvisibleProgrammer commented on code in PR #5777:
URL: https://github.com/apache/hive/pull/5777#discussion_r2053373346
##########
ql/src/test/org/apache/hadoop/hive/ql/udf/generic/TestGenericUDTFGetSQLSchema.java:
##########
@@ -87,9 +87,6 @@ public void testWithSimpleTypes() throws Exception {
@Test
public void testWithDDL() throws Exception {
- // Set the execution engine to mr to avoid the NPE exception in stats flow
- // TODO: HIVE-28618: TestGenericUDTFGetSQLSchema to run on Tez
- conf.set("hive.execution.engine", "mr");
Review Comment:
As far as I know, MR is still supported. Can you add a new test instead of
modifying an existing one? Now we don't know if it works with MR.
--
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]