Hey @tenkatim could you share the query profile for the failing query before and after enabling the flag? Would have expected that to work (although not performant/recommended for mid-large datasets).
@tenkatim there is no exact number but, since it’s a cartesian join, it’ll get really big really fast.
Looks like the option is not getting picked up. How are you setting the flag? Since Dremio doesn’t support session variables, you’d do this by going to “Admin” > Advanced Settings, adding this flag under “Dremio Support” and clicking Save.
The result of the following query ‘SELECT name, num_val, string_val, bool_val, float_val FROM sys.options WHERE type in (‘SYSTEM’,‘SESSION’) order by name;’ shows that the flag is ‘false’.
Just to rule out any osx specific stuff and old clutter, I even did a fresh centos install (os + dremio) and the end result is exactly the same.