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

Rename table function SPI package #17774

Merged
merged 1 commit into from Jun 8, 2023
Merged

Conversation

martint
Copy link
Member

@martint martint commented Jun 6, 2023

Avoid use of obscure abbreviations and move to a more appropriate location.

Release notes

(x) Release notes are required, with the following suggested text:

# SPI
* Move table function infrastructure to the `io.trino.spi.function.table` package.

@cla-bot cla-bot bot added the cla-signed label Jun 6, 2023
@github-actions github-actions bot added bigquery BigQuery connector delta-lake Delta Lake connector mongodb MongoDB connector labels Jun 6, 2023
@martint martint force-pushed the ptf-package branch 2 times, most recently from 9a69059 to c1e7b91 Compare June 6, 2023 21:19
Avoid use of obscure abbreviations and move to a more appropriate location.
@martint martint merged commit 96f9655 into trinodb:master Jun 8, 2023
84 checks passed
@martint martint deleted the ptf-package branch June 8, 2023 15:34
@github-actions github-actions bot added this to the 420 milestone Jun 8, 2023
@@ -41,7 +40,7 @@
public DescriptorArgument(@JsonProperty("descriptor") Optional<Descriptor> descriptor)
{
this.descriptor = requireNonNull(descriptor, "descriptor is null");
descriptor.ifPresent(descriptorValue -> checkArgument(
descriptor.ifPresent(descriptorValue -> Preconditions.checkArgument(
Copy link
Member

Choose a reason for hiding this comment

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

Is it intentional change?

Copy link
Member Author

Choose a reason for hiding this comment

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

No, it's not. It must have been an artifact introduced by IntelliJ when doing automatic package rename. Fix here: #17811

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bigquery BigQuery connector cla-signed delta-lake Delta Lake connector mongodb MongoDB connector
Development

Successfully merging this pull request may close these issues.

None yet

2 participants