cdmikechen commented on issue #753: when column type is decimal, should add precision and scale URL: https://github.com/apache/incubator-hudi/pull/753#issuecomment-504249248 @vinothchandar yes. I have a hive table with decimal column. When I used `run_sync_tool.sh` to sync a hoodie data to hive table, hoodie used hive jdbc to read hive schema and checked difference from hive and hoodie. I found a decimal column in hive table didn't have precision and scale, but hoodie table had, so that hoodie thought they were different column type and reported error.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
