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
188188 fail ();
189189 } catch (UserException e ) {
190190 // exception is expected because of complex writers case
191- assertEquals (ErrorType .UNSUPPORTED_OPERATION , e .getErrorType ());
191+ assertEquals (ErrorType .FUNCTION , e .getErrorType ());
192192 }
193193 }
194194
@@ -225,7 +225,7 @@ public void testProjectWithComplexWritersAndEmitOutcome_EmptyFirstBatch() throws
225225 fail ();
226226 } catch (UserException e ) {
227227 // exception is expected because of complex writers case
228- assertEquals (ErrorType .UNSUPPORTED_OPERATION , e .getErrorType ());
228+ assertEquals (ErrorType .FUNCTION , e .getErrorType ());
229229 }
230230 }
231231}
You can’t perform that action at this time.
0 commit comments