forked from prestodb/presto
-
Notifications
You must be signed in to change notification settings - Fork 0
Introduce getSqlInvokedFunctions SPI and BuiltInPluginFunctionNamespa… #1
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
Draft
kevintang2022
wants to merge
17
commits into
kevintang2022:master
Choose a base branch
from
pdabre12:sql-invoked-functions-SPI
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Introduce getSqlInvokedFunctions SPI and BuiltInPluginFunctionNamespa… #1
kevintang2022
wants to merge
17
commits into
kevintang2022:master
from
pdabre12:sql-invoked-functions-SPI
Conversation
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
da0f19e to
8d9aa5a
Compare
When enabled, the query planner prefers sort merge join for eligible joins. A SortNode is added if input is not already sorted. This can be enabled with the ``prefer_sort_merge_join`` session property (hidden) or the ``experimental.optimizer.prefer-sort-merge-join`` configuration property.
Document IDEA-201168 and the need to disable “Use --release option for cross-compilation” in IntelliJ to avoid JDK 17 build errors.
Velox PR 14046 moved the adapter installation to a new file. This needs to be referred to for the dependency image build.
Cherry-pick of trinodb/trino@13658e2 and trinodb/trino@26f688f Co-authored-by: ebyhr
…lliJ Add `-Djdk.attach.allowAttachSelf=true` to enable self-attach in Java 17, which is required for certain debugging and monitoring tools during local Presto development. Also include the necessary `--add-opens` flags to allow access to internal JDK APIs that Presto depends on.
The action to check release notes is triggered by each edit to the description. For example, selecting the check boxes counts each as a single change. It triggers an action for each selection. Thus, up to 6 actions to check the release notes might be queued. This change cancels other queued actions for the same PR.
Upgrade netty version to 4.1.122.Final to resolve upper bound dependencies error
…ceManager for registering sql invoked functions
Co-Authored-by: Naveen Mahadevuni <[email protected]>
bd0669b to
230a997
Compare
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.
…ceManager for registering sql invoked functions
Description
Motivation and Context
Impact
Test Plan
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.
If release note is NOT required, use: