Throw a more meaningful error message instead of a AssertionError by the explicit type cast.
final SqlTableFunction operator = (SqlTableFunction) call.getOperator();
- links to
Throw a more meaningful error message instead of a AssertionError by the explicit type cast.
final SqlTableFunction operator = (SqlTableFunction) call.getOperator();