when column type is decimal, should add precision and scale#753
when column type is decimal, should add precision and scale#753vinothchandar merged 1 commit intoapache:masterfrom
Conversation
|
@cdmikechen thanks for the fix. does this happen when hive syncing a DECIMAL column? |
|
@vinothchandar yes. I have a hive table with decimal column. |
|
I found this problem when I revised a change about not using |
|
sg. In parallel, let me try to fully understand these gaps. overall lg otherwise |
|
@cdmikechen have not been able to spend time on this much.. any updates from your testing? |
|
This timestamp handling has dogged us for a while. :( if you understand it fully, can you please put up a HIP with your suggestions.. we can then divvy up the actual impl.. |
|
@vinothchandar add a pr: #770 |
|
@cdmikechen - @n3nash or myself will review this in couple of days and will get back to you |
|
@cdmikechen finally understood :) .. Thanks. merging! |
… and Adding guards to catch spurious data files with clustering (apache#753) Co-authored-by: Sagar Sumit <sagarsumit09@gmail.com>
When using HoodieHiveClient to create a hive table, I found that a decimal column just only show
DECIMALin 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.