cdmikechen opened a new pull request #753: when column type is decimal, should add precision and scale URL: https://github.com/apache/incubator-hudi/pull/753 When using HoodieHiveClient to create a hive table, I found that a decimal column just only show `DECIMAL` in schema and don't have precision and scale. So that hoodie will report error, if hoodie is analysing this schema. Try to fix this problem.
---------------------------------------------------------------- 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
