Skip to content

Fix extension point in IcebergPageSourceProvider#13720

Merged
ebyhr merged 1 commit intotrinodb:masterfrom
alexjo2144:iceberg/allow-subclassing-iceberg-page-source
Aug 18, 2022
Merged

Fix extension point in IcebergPageSourceProvider#13720
ebyhr merged 1 commit intotrinodb:masterfrom
alexjo2144:iceberg/allow-subclassing-iceberg-page-source

Conversation

@alexjo2144
Copy link
Copy Markdown
Member

Description

createDataPageSource is an extension point for the page source provider, so its return type should not be private.

Is this change a fix, improvement, new feature, refactoring, or other?

Refactoring

Is this a change to the core query engine, a connector, client library, or the SPI interfaces? (be specific)

Iceberg connector

How would you describe this change to a non-technical end user or system administrator?

Allows for extending the features of the Iceberg connector

Related issues, pull requests, and links

Extension point added by #13378

Documentation

(x) No documentation is needed.
( ) Sufficient documentation is included in this PR.
( ) Documentation PR is available with #prnumber.
( ) Documentation issue #issuenumber is filed, and can be handled later.

Release notes

(x) No release notes entries required.
( ) Release notes entries required with the following suggested text:

`createDataPageSource` is an extension point for the page source
provider, so its return type should not be private.
@ebyhr ebyhr merged commit 6602cb9 into trinodb:master Aug 18, 2022
@ebyhr
Copy link
Copy Markdown
Member

ebyhr commented Aug 18, 2022

Merged, thanks!

@github-actions github-actions bot added this to the 394 milestone Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants