prior to this PR null value in the data was dropped in write. This PR adds support for option preserveNullInWrite to preserve null values.
The default is false to keep the old behaviour by default.
if we read data with null value columns from source container when writing to dest container we should support preserving null values.
prior to this PR null value in the data was dropped in write. This PR adds support for option
preserveNullInWrite
to preserve null values. The default is false to keep the old behaviour by default.if we read data with null value columns from source container when writing to dest container we should support preserving null values.
This addresses this ICM: https://portal.microsofticm.com/imp/v3/incidents/details/211857363/home