{
throw StandardException.newException(SQLState.LANG_INVALID_BULK_FETCH_WITH_JOIN_TYPE,
trulyTheBestJoinStrategy.getName());
}
// bulkFetch has no meaning for hash join, just ignore it
else if (trulyTheBestJoinStrategy.ignoreBulkFetch())
{
disableBulkFetch();
}
// bug 4431 - ignore bulkfetch property if it's 1 row resultset
else if (isOneRowResultSet())