Skip to content

Implement missing overrides in delegating ConnectorPageSource#19929

Merged
raunaqmorarka merged 4 commits intotrinodb:masterfrom
raunaqmorarka:fix-page-source
Nov 28, 2023
Merged

Implement missing overrides in delegating ConnectorPageSource#19929
raunaqmorarka merged 4 commits intotrinodb:masterfrom
raunaqmorarka:fix-page-source

Conversation

@raunaqmorarka
Copy link
Member

Description

Implement missing overrides in delegating ConnectorPageSource implementations

Additional context and related issues

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

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

@cla-bot cla-bot bot added the cla-signed label Nov 28, 2023
@github-actions github-actions bot added tests:hive hudi Hudi connector iceberg Iceberg connector delta-lake Delta Lake connector hive Hive connector labels Nov 28, 2023
@raunaqmorarka raunaqmorarka merged commit 1a89f5e into trinodb:master Nov 28, 2023
@raunaqmorarka raunaqmorarka deleted the fix-page-source branch November 28, 2023 08:18
@github-actions github-actions bot added this to the 434 milestone Nov 28, 2023
@Test
public void testEverythingImplemented()
{
assertAllMethodsOverridden(ConnectorPageSource.class, IcebergPageSource.class);
Copy link
Member

Choose a reason for hiding this comment

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

thanks!

@Test
public void testEverythingImplementedConstantPopulatingPageSource()
{
assertAllMethodsOverridden(ConnectorPageSource.class, ConstantPopulatingPageSource.class);
Copy link
Member

Choose a reason for hiding this comment

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

Ideally that would go into TestConstantPopulatingPageSource

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed delta-lake Delta Lake connector hive Hive connector hudi Hudi connector iceberg Iceberg connector

Development

Successfully merging this pull request may close these issues.

3 participants