We have recently upgraded from SAS 9.4 M4 to M6 version.
We are using SAS/Access to Hadoop to load data from CAG server to HIVE DB on EAP edge nodes.
With M4 version, loads were all successful and all the values displayed correctly.
But we observed a strange issue with M6 version, all numeric values which have odd numbers are getting incremented by 1 in HIVE tables and they are displayed in even numbers. All loads are successful but the values are displayed incorrectly.
For example, if we have account value as 1234567, it's displayed as 1234568 in HIVE tables.
I tested with both M4 and M6 versions for few partitions and issue is occurring with M6 version alone.
Any quick assistance is highly appreciated.