fix(flink): #398 fix flinksql built-in function's using#399
Merged
mumiao merged 2 commits intoDTStack:mainfrom Feb 14, 2025
Merged
fix(flink): #398 fix flinksql built-in function's using#399mumiao merged 2 commits intoDTStack:mainfrom
mumiao merged 2 commits intoDTStack:mainfrom
Conversation
a77b789 to
8dde885
Compare
liuxy0551
reviewed
Feb 14, 2025
9a63621 to
845ad8a
Compare
liuxy0551
approved these changes
Feb 14, 2025
845ad8a to
17a30a4
Compare
Collaborator
|
+1 |
JackWang032
approved these changes
Feb 14, 2025
LuckyFBB
approved these changes
Feb 14, 2025
mumiao
approved these changes
Feb 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
functionName中的保留字函数名拆分成普通保留字函数名(需要带括号加参数进行使用的)、无参数保留字函数名(无需带括号也无需带参数进行使用的)、跟随参数的保留字关键字函数名(不需要带括号,后面直接跟参数进行使用的)functionName的地方替换成functionNameWithParams(functionParam) | reservedKeywordsNoParamsUsedAsFuncName | functionNameAndParamspreferredRules除了原本的functionName规则,还需要新增1中说明的几类,并且将其都识别为FUNCTION实体类型