Re: expand on_error ignore error handling scope

2025-04-29 Thread Michael Paquier
On Wed, Apr 30, 2025 at 08:00:00AM +0800, jian he wrote: > Currently, (on_error ignore) only handles data type incompatibility errors. > However, we can extend its functionality to also handle errors caused by extra > data (additional columns) or missing data (fewer columns), I think. The original

expand on_error ignore error handling scope

2025-04-29 Thread jian he
hi. Currently, (on_error ignore) only handles data type incompatibility errors. However, we can extend its functionality to also handle errors caused by extra data (additional columns) or missing data (fewer columns), I think. on_error is only applicable to non-binary formats. In non-binary forma