pushpavanthar

Results 8 comments of pushpavanthar

@jpechane thanks for reviewing. @gunnarmorling I'll make suggested changes and update it.

> @pushpavanthar Looking at MySQL docs it seems there is one more loopehole - `replicate-wild-ignore-table` Noted. Will update PR with this change as well.

@coolteddy could you please elaborate on the workaround? Will be helpful if you could mention a list of jars to include.

| | numeric.mapping = best_fit | numeric.mapping = precision_only | numeric.mapping = none | -|-|-|-| `DECIMAL(5,2)` | `100.01`|`100.01`|Bytes `'\u0011`| `NUMERIC(5,2)` | `100.01`|`100.01`|Bytes `'\u0011`| `DECIMAL(5)` |`100` | `100` | Bytes `'\u0011`|...

No. This fix is for source connectors and takes care of finding best fit for NUMERIC or DECIMAL datatypes having precision upto 18.

Thanks for the work around @BalaMahesh. Will try this out.

@danny0405 we are facing same issue in Hudi version 0.13.1 and spark version 3.2.1 and 3.3.2. Below is the command we use to run, Same command used to work fine...