Skip to content

v1.5.0

Compare
Choose a tag to compare
@reata reata released this 07 Jan 13:00
· 34 commits to master since this release
0326b59

Great thanks to @lixxvsky for contributing on MetaData-awareness lineage. Now we're able to generate more accurate
column lineage result for select * or select unqualified columns in case of table join through a unified
MetaDataProvider interface.

Also a breaking change is made to make ansi the default dialect in v1.5.x release as we target ultimately deprecating
non-validating dialect in v1.6.x release.

Breaking Change

  • Make ansi the Default Dialect (#518)

Feature

Enhancement

  • Add a Configuration for Default Schema (#523)
  • Silent Mode Option to Suppress UnsupportedStatementException (#513) @kkozhakin
  • Support Lateral Column Alias Reference Analyzing (#507) @maoxingda
  • Skip Lineage Analysis for SparkSQL Function Related Statement (#500)
  • update statement column lineage (#487) @maoxingda

Bugfix

  • subquery mistake alias as table name in visualization (#512)
  • InvalidSyntaxException When SQL Statement Ends with Multiple Semicolons (#502)
  • Misidentify Binary Operator * As Wildcard (#485)
  • adding type cast operator produces different results for redshift dialect (#455)