Why inner join creates new distinct values in other column?
I make SQL-queries in Hive using Hue. When I use inner join between two tables, one of the table’s column get new distinct values, that wasn’t in this column before join.
I make SQL-queries in Hive using Hue. When I use inner join between two tables, one of the table’s column get new distinct values, that wasn’t in this column before join.