Is there an existing issue for this?
Category of Bug / Issue
Converter bug
Current Behavior
Morpheus does not convert tables with default values on columns correctly, see examples below
Expected Behavior
The following table properties is not set therefore the alter commands for default values fails.
the tblproperties TBLPROPERTIES('delta.feature.allowColumnDefaults' = 'supported').
Steps To Reproduce
- use the example table code to reproduce
- run the morpheus transpiler
- try to create the table in databricks.
Relevant log output or Exception details
Converted without errors, issue is with missing functionality.
Logs Confirmation
Sample Query
Operating System
Windows
Version
latest via Databricks CLI
Is there an existing issue for this?
Category of Bug / Issue
Converter bug
Current Behavior
Morpheus does not convert tables with default values on columns correctly, see examples below
Expected Behavior
The following table properties is not set therefore the alter commands for default values fails.
the tblproperties TBLPROPERTIES('delta.feature.allowColumnDefaults' = 'supported').
Steps To Reproduce
Relevant log output or Exception details
Logs Confirmation
--debuglsp-server.logunder USER_HOME/.databricks/labs/remorph-transpilers/<converter_name>/lib/lsp-server.logSample Query
Operating System
Windows
Version
latest via Databricks CLI