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

Avoid overriding public Result visit(Values e) by backporting fixes to linkedin-calcite #370

Open
ljfgem opened this issue Mar 20, 2023 · 0 comments

Comments

@ljfgem
Copy link
Collaborator

ljfgem commented Mar 20, 2023

In PR #368, we added override on public Result visit(Values e) to avoid duplicated alias t. But this override is only needed with linkedin-calcite, and apache-calcite won't bring the duplicated alias even without this override. So we need to identify and backport the corresponding fix from apache-calcite to linkedin-calcite.

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

No branches or pull requests

1 participant