Skip to content

[Bug]: insert 后的 select语句无法解析出别名 #429

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

Open
qinyouzhi opened this issue Jun 6, 2025 · 0 comments
Open

[Bug]: insert 后的 select语句无法解析出别名 #429

qinyouzhi opened this issue Jun 6, 2025 · 0 comments

Comments

@qinyouzhi
Copy link

Version

v4.3.1

Which SQL?

Hive

SQL content

insert overwrite table db.tb1
select * from db.tb2 as t1;

JavaScript/TypeScript code

What happened?

entitirs无法识别db.tb2的别名

Relevant log output

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