Description
The error message given when a query contains an implicit cartesian product suggests rewriting the query using CROSS JOIN, but not disabling the check using spark.sql.crossJoin.enabled=true. It's sometimes easier to change a config variable than edit a query, so it would be helpful to make the user aware of their options.