jdbc field order changing
How to write into hive with the same field order as oracle source? I have 100+ tables with billions of rows. I want the same order as source. I dont want to go and use field order and do column by column for each table. Is there a better way to do this?
To clarify, are you referring to the JDBC multi table origin, or the Oracle CDC origin?