Skip to content

Make createDataPageSource accessible from other classes#13378

Merged
findepi merged 1 commit intotrinodb:masterfrom
homar:homar/make_iceberg_page_source_provider_public
Jul 27, 2022
Merged

Make createDataPageSource accessible from other classes#13378
findepi merged 1 commit intotrinodb:masterfrom
homar:homar/make_iceberg_page_source_provider_public

Conversation

@homar
Copy link
Copy Markdown
Member

@homar homar commented Jul 27, 2022

Description

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

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

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

Related issues, pull requests, and links

Documentation

( ) 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

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

# Section
* Fix some things. ({issue}`issuenumber`)

@cla-bot cla-bot bot added the cla-signed label Jul 27, 2022
@homar homar requested review from findepi, leveyja and wendigo July 27, 2022 14:54
@martint
Copy link
Copy Markdown
Member

martint commented Jul 27, 2022

What's the motivation for this change?

Copy link
Copy Markdown
Member

@findepi findepi left a comment

Choose a reason for hiding this comment

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

It is necessary for anyone who creates a modified page source provider.
For example, if you wanted to add indexes or some other split-handling customization you'd need that.

@martint
Copy link
Copy Markdown
Member

martint commented Jul 27, 2022

Can we add that to the commit message for future reference?

It is necessary for anyone who creates a modified page source provider,
for example with indexes, etc.
@findepi findepi force-pushed the homar/make_iceberg_page_source_provider_public branch from a492de2 to eb903b5 Compare July 27, 2022 15:41
@findepi findepi merged commit 84ec191 into trinodb:master Jul 27, 2022
@github-actions github-actions bot added this to the 392 milestone Jul 27, 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.

3 participants