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

[POC] function reg full use arg type lookup #92

Conversation

walterddr
Copy link
Owner

No description provided.

Rong Rong added 5 commits December 12, 2023 11:50
1. FunctionRegistry keeps the old FUNCTION_INFO_MAP only
2. moved Calcite Catalog-based schema.Function registry to its own package; along with a SqlOperator based PinotOperatorTable
3. both CatalogReader and OperatorTable utilizes ground truth function from PinotFunctionRegistry --> will be default once deprecate FunctionRegistry
4. PinotFunctionRegistry provides argument-type based lookup via the same method SqlValidator utilize to lookup routine (and lookup operator overload)
5. clean up multi-stage engine side accordingly
@walterddr walterddr changed the title POC function reg full use arg type lookup [POC] function reg full use arg type lookup Dec 18, 2023
@walterddr walterddr changed the base branch from master to poc_function_reg_full January 4, 2024 23:11
@walterddr walterddr force-pushed the poc_function_reg_full branch from 5f65e91 to 89c8335 Compare January 5, 2024 17:39
@walterddr
Copy link
Owner Author

this has been merged into apache#12229

@walterddr walterddr closed this Jan 22, 2024
@walterddr
Copy link
Owner Author

reopen this POC b/c it is not 100% merged as we are not going with apache#12229 but with apache#12302

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.

1 participant