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

Simplify extensability of BaseHiveConnectorTest #10753

Merged
merged 1 commit into from
Jan 24, 2022

Conversation

losipiuk
Copy link
Member

No description provided.

@cla-bot cla-bot bot added the cla-signed label Jan 24, 2022
@losipiuk losipiuk changed the title Simplify extensability of BaseConnectorTest Simplify extensability of BaseHiveConnectorTest Jan 24, 2022
@losipiuk losipiuk force-pushed the lo/BaseConnectorTest-extensible branch from 2cd6a75 to d4a23c6 Compare January 24, 2022 08:22
@losipiuk
Copy link
Member Author

cc: @arhimondr

@@ -14,12 +14,15 @@
package io.trino.plugin.hive;

import com.google.common.collect.ImmutableMap;
import io.trino.testing.QueryRunner;

public class TestHivePipelinedExecutionConnectorTest
Copy link
Member

Choose a reason for hiding this comment

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

what does "pipelined execution" mean here?

it this is "test hive with defaults", let's call the class just TestHiveConnectorTest

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah - effectively it is with defaults (no failure recovery). I will rename in a separate PR after this gets merged.

@losipiuk losipiuk merged commit c36a280 into trinodb:master Jan 24, 2022
@github-actions github-actions bot added this to the 369 milestone Jan 24, 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