Skip to content

airframe-sql: Fixes #2743 Unresolve AllColumns before applying TypeResolver#2744

Merged
xerial merged 2 commits intomasterfrom
re-resolve-allcolumn
Feb 10, 2023
Merged

airframe-sql: Fixes #2743 Unresolve AllColumns before applying TypeResolver#2744
xerial merged 2 commits intomasterfrom
re-resolve-allcolumn

Conversation

@xerial
Copy link
Copy Markdown
Member

@xerial xerial commented Feb 9, 2023

No description provided.

@github-actions github-actions Bot added the bug label Feb 9, 2023
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 9, 2023

Codecov Report

Merging #2744 (4c80f2c) into master (4ba9fd0) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2744   +/-   ##
=======================================
  Coverage   82.21%   82.22%           
=======================================
  Files         337      337           
  Lines       14125    14130    +5     
  Branches     2262     2279   +17     
=======================================
+ Hits        11613    11618    +5     
  Misses       2512     2512           
Impacted Files Coverage Δ
...cala/wvlet/airframe/sql/analyzer/CTEResolver.scala 94.11% <ø> (ø)
...ala/wvlet/airframe/sql/analyzer/TypeResolver.scala 93.29% <100.00%> (+0.21%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4ba9fd0...4c80f2c. Read the comment docs.

}

private[sql] def resolve(
def resolve(
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exposed this method if some customization (adding rules) is necessary.

@xerial xerial requested a review from takezoe February 9, 2023 18:40
Copy link
Copy Markdown
Member

@takezoe takezoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! This should be fine as we have already confirmed that clearing AllColumns.columns works.

@xerial xerial merged commit 5459c0b into master Feb 10, 2023
@xerial xerial deleted the re-resolve-allcolumn branch February 10, 2023 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants