Description
The config value for enabling shuffled hash join is wrong in test https://github.com/apache/spark/blob/master/sql/core/src/test/resources/sql-tests/inputs/subquery/in-subquery/in-joins.sql#L8-L10, which should not be spark.sql.autoBroadcastJoinThreshold=-1. Created this Jira to fix this. This is a very minor change.