Skip to content

Conversation

@kevintang2022
Copy link
Owner

…ceManager for registering sql invoked functions

Description

Motivation and Context

Impact

Test Plan

Contributor checklist

  • Please make sure your submission complies with our contributing guide, in particular code style and commit standards.
  • PR description addresses the issue accurately and concisely. If the change is non-trivial, a GitHub Issue is referenced.
  • Documented new properties (with its default value), SQL syntax, functions, or other functionality.
  • If release notes are required, they follow the release notes guidelines.
  • Adequate tests were added if applicable.
  • CI passed.

Release Notes

Please follow release notes guidelines and fill in the release notes below.

== RELEASE NOTES ==

General Changes
* ... 
* ... 

Hive Connector Changes
* ... 
* ... 

If release note is NOT required, use:

== NO RELEASE NOTE ==

@pdabre12 pdabre12 force-pushed the sql-invoked-functions-SPI branch 3 times, most recently from da0f19e to 8d9aa5a Compare August 12, 2025 23:09
MBkkt and others added 17 commits August 13, 2025 12:35
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.
…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
@pdabre12 pdabre12 force-pushed the sql-invoked-functions-SPI branch from bd0669b to 230a997 Compare August 14, 2025 18:38
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.

10 participants