[Backport 2.x] Add Support for Field Star in Nested Function#1797
Merged
forestmvey merged 1 commit into2.xfrom Jul 11, 2023
Merged
[Backport 2.x] Add Support for Field Star in Nested Function#1797forestmvey merged 1 commit into2.xfrom
forestmvey merged 1 commit into2.xfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## 2.x #1797 +/- ##
============================================
+ Coverage 97.35% 97.36% +0.01%
- Complexity 4443 4459 +16
============================================
Files 388 388
Lines 10998 11048 +50
Branches 784 789 +5
============================================
+ Hits 10707 10757 +50
Misses 284 284
Partials 7 7
Flags with carried forward coverage won't be shown. Click here to find out more.
|
0c0d04e to
13b3a76
Compare
Yury-Fridlyand
approved these changes
Jun 28, 2023
* Add Support for Field Star in Nested Function. Signed-off-by: forestmvey <forestv@bitquilltech.com> * Removing toString for NestedAllTupleFields. Signed-off-by: forestmvey <forestv@bitquilltech.com> * Adding IT test for nested all fields in invalid clause of SQL statement. Signed-off-by: forestmvey <forestv@bitquilltech.com> * Use utility function for checking is nested in NestedAnalyzer. Signed-off-by: forestmvey <forestv@bitquilltech.com> * Formatting fixes. Signed-off-by: forestmvey <forestv@bitquilltech.com> --------- Signed-off-by: forestmvey <forestv@bitquilltech.com> (cherry picked from commit fa840e0) Signed-off-by: forestmvey <forestv@bitquilltech.com>
13b3a76 to
a10dd52
Compare
GumpacG
approved these changes
Jul 11, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport fa840e0 from #1773