how to process data having complex datatypes in hive source table to flattened table?
how to process data having complex datatypes in hive source table to flattened table?
We can process table contains complex datatypes by using explode option in source instance for all types of complex datatypes like struct, array, map in hive. If we enable this option, the extraction from source table will explode all complex datatype columns to flattened columns.