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

[Bug]: hive SELECT 后应该可以提示 tableName #380

Open
liuxy0551 opened this issue Dec 30, 2024 · 4 comments
Open

[Bug]: hive SELECT 后应该可以提示 tableName #380

liuxy0551 opened this issue Dec 30, 2024 · 4 comments
Assignees

Comments

@liuxy0551
Copy link
Collaborator

Version

latest

Which SQL?

Hive

SQL content

SELECT a.column1, b.column2
FROM table_a a
JOIN table_b b
ON a.id = b.id;

JavaScript/TypeScript code

No response

What happened?

SELECT 关键词后面应该能够提示表名,视图名同理

image

Relevant log output

No response

@liuxy0551 liuxy0551 self-assigned this Dec 30, 2024
@liuxy0551
Copy link
Collaborator Author

其他语言也有类似问题,已验证 spark、mysql

@JackWang032
Copy link
Collaborator

monaco-sql-languages 中解决

@JackWang032 JackWang032 assigned JackWang032 and unassigned liuxy0551 Jan 8, 2025
@liuxy0551
Copy link
Collaborator Author

讨论后认为这里提示的是 columnName,不应该直接提示 tableName,可以在 monaco-sql-languages 中通过代码解决。同时应该提供示例代码到 README.md

@JackWang032
Copy link
Collaborator

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

2 participants