You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: misidentify column name as lateral alias (#540)
* fix: misidentify-column-name-as-alias (#539)
* add LATERAL_COLUMN_ALIAS_REFERENCE in SQLLineageConfig
* adjust import order
* add test_column_top_level_enable_lateral_ref_with_metadata_from_nested_subquery
* unknown
* refactor: rebase master and convert LATERAL_COLUMN_ALIAS_REFERENCE to bool type
* refactor: use as few condition as possible: SQLLineageConfig.LATERAL_COLUMN_ALIAS_REFERENCE
* refactor: rebase master and resolve conflict
* refactor: move logic from to_source_columns to end_of_query_cleanup
* refactor: rebase master and fix black format
* docs: LATERAL_COLUMN_ALIAS_REFERENCE how-to guide
* docs: starting version for each config
---------
Co-authored-by: reata <[email protected]>
.. _Amazon Redshift announces support for lateral column alias reference: https://aws.amazon.com/about-aws/whats-new/2018/08/amazon-redshift-announces-support-for-lateral-column-alias-reference/
77
+
.. _Support "lateral column alias references" to allow column aliases to be used within SELECT clauses: https://issues.apache.org/jira/browse/SPARK-27561
78
+
.. _Introducing the Support of Lateral Column Alias: https://www.databricks.com/blog/introducing-support-lateral-column-alias
0 commit comments