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

feat: improve hive keywords rule #154

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

HaydenOrz
Copy link
Collaborator

简介

拆分关键字,便于后续实现关键字自动提示 #151

主要变更

  • 拆分词法规则文件文件中关键字相关的复杂规则,比如将 KW_DAY: 'DAY' 'S'? 拆分为 KW_DAYKW_DAYS 两条规则
  • 语法规则文件中对应的规则同步修改

@HaydenOrz HaydenOrz added the improvement Improve existing feature label Sep 5, 2023
@mumiao mumiao merged commit ded9f28 into DTStack:main Sep 5, 2023
3 checks passed
@HaydenOrz HaydenOrz deleted the improve/hive_keywords branch October 10, 2023 08:39
@HaydenOrz HaydenOrz self-assigned this Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improve existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants