Skip to content

refator: Function call refactor#614

Open
kitalkuyo-gita wants to merge 5 commits intoapache:masterfrom
kitalkuyo-gita:function-call-refactor
Open

refator: Function call refactor#614
kitalkuyo-gita wants to merge 5 commits intoapache:masterfrom
kitalkuyo-gita:function-call-refactor

Conversation

@kitalkuyo-gita
Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

How was this PR tested?

  • Tests have Added for the changes
  • Production environment verified

@yaozhongq yaozhongq self-requested a review September 17, 2025 02:19
public static String UDF_EVAL_METHOD_NAME = "eval";

// Type degree mappings for implicit type conversion hierarchy
private static final TypeDegreeMapping[] TYPE_DEGREE_MAPPINGS = {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Arrays may be inefficient; it is recommended to use a map structure instead.

Moreover, since it is used only once here, whether it is necessary to retain this array deserves consideration."

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

Successfully merging this pull request may close these issues.

3 participants