There are 2 Hive avro formatted tables
Main_Table, Table_A
Main_Table already has data. Table_A avro schema has few additional columns compared to Main_Table. scenario is Table_A data has to be merged with Main_Table
columns in Table_A are dynamic, it might change after few days.
How to merge Table_A with Main_Table?