Details
-
Documentation
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Not Applicable
-
None
-
None
-
ghx-label-9
Description
https://impala.apache.org/docs/build/html/topics/impala_default_join_distribution_mode.html states:
This option determines the join distribution that Impala uses when any of the tables involved in a join query is missing statistics.
However, I think technically, it determines the join distribution when any input of a join has unknown cardinality. Missing statistics, currently, does not always cause unknown cardinality. So we need to correct this statement.