Columns without data (nulls) doesn't propagated in output schema
Description
It's not possible to propagate a column that has no values at all (null) when import a table from mysql. When replacing the null values to some default value ,It can be seen in the output schema.
Empty columns (nulls) should be preserved in the output schema.
Release Notes
None
Attachments
2
Activity
Show:
Pinned fields
Click on the next to a field label to start pinning.
It's not possible to propagate a column that has no values at all (null) when import a table from mysql.
When replacing the null values to some default value ,It can be seen in the output schema.
Empty columns (nulls) should be preserved in the output schema.