sqlparser: support stream specific columns#9666
Closed
derekperkins wants to merge 3 commits intovitessio:mainfrom
Closed
sqlparser: support stream specific columns#9666derekperkins wants to merge 3 commits intovitessio:mainfrom
derekperkins wants to merge 3 commits intovitessio:mainfrom
Conversation
Signed-off-by: Derek Perkins <derek@nozzle.io>
Member
Author
|
I can't get |
Contributor
|
Yes, there is a circular dependency, unfortunately right now there is no good way to fix this other than delete those lines from the files (yes the ones which will be generated again and overwritten). |
Signed-off-by: Derek Perkins <derek@nozzle.io>
Signed-off-by: Derek Perkins <derek@nozzle.io>
Member
Author
|
Digging deeper, this doesn't provide much of a win because the whole message row is still loaded into memory, as the message manager can't guarantee that nobody will call |
Member
Author
|
Thanks to @GuptaManan100 and @systay for helping me debug the ast setup |
3 tasks
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.
Description
Enable selecting specific columns instead of only
stream * from tblRelated Issue(s)
#6306
Checklist