File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/project Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ public void testProjectWithComplexWritersAndEmitOutcome_NonEmptyFirstBatch() thr
188
188
fail ();
189
189
} catch (UserException e ) {
190
190
// exception is expected because of complex writers case
191
- assertEquals (ErrorType .UNSUPPORTED_OPERATION , e .getErrorType ());
191
+ assertEquals (ErrorType .FUNCTION , e .getErrorType ());
192
192
}
193
193
}
194
194
@@ -225,7 +225,7 @@ public void testProjectWithComplexWritersAndEmitOutcome_EmptyFirstBatch() throws
225
225
fail ();
226
226
} catch (UserException e ) {
227
227
// exception is expected because of complex writers case
228
- assertEquals (ErrorType .UNSUPPORTED_OPERATION , e .getErrorType ());
228
+ assertEquals (ErrorType .FUNCTION , e .getErrorType ());
229
229
}
230
230
}
231
231
}
You can’t perform that action at this time.
0 commit comments