Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SimpleTypeNode.TypeName returns *PathExpressionNode #38

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

kitagry
Copy link
Contributor

@kitagry kitagry commented Dec 11, 2023

fix #37

I think SimpleTypeNode.TypeName should return PathExpressionNode. https://github.com/goccy/go-zetasql/blob/main/internal/ccall/zetasql/parser/parse_tree_generated.h#L1183

Copy link
Owner

@goccy goccy left a comment

Choose a reason for hiding this comment

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

Please use newPathExpressionNode(v)

@kitagry kitagry force-pushed the fix-simple-type-node branch from 1f36fa5 to be08f3d Compare December 17, 2023 03:53
@kitagry
Copy link
Contributor Author

kitagry commented Dec 17, 2023

@goccy Thank you for the review! I fixed.

@goccy goccy merged commit d769c58 into goccy:main Dec 18, 2023
2 checks passed
@goccy
Copy link
Owner

goccy commented Dec 18, 2023

Thank you for your contribution !! LGTM 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SimpleTypeNode.TypeName returns unexpected value
2 participants