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

Remove unused HiveViewNotSupportedException class #5599

Closed
wants to merge 2 commits into from

Conversation

findepi
Copy link
Member

@findepi findepi commented Oct 19, 2020

Usage got removed in 47dbba4

@cla-bot cla-bot bot added the cla-signed label Oct 19, 2020

import static java.lang.String.format;

public class HiveViewNotSupportedException
Copy link
Member Author

Choose a reason for hiding this comment

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

This means we do not have a kill-switch for Coral support.
Is it intentional?

@electrum @laurachenyu @kokosing or @martint do you happen to know?

Copy link
Contributor

Choose a reason for hiding this comment

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

I intentionally remove HiveViewNotSupportedException in:
presto-hive/src/test/java/io/prestosql/plugin/hive/AbstractTestHive.java
presto-hive/src/main/java/io/prestosql/plugin/hive/metastore/thrift/ThriftHiveMetastore.java
Because these tests are no longer needed with coral integration #4661.

Copy link
Member

Choose a reason for hiding this comment

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

we do not have a kill-switch for Coral support.

What about hive.translate-hive-views?

The `HiveViewNotSupportedException` is never thrown anymore.
Usage got removed in 47dbba4
@findepi findepi changed the title Remove unused class Remove unused HiveViewNotSupportedException class Oct 19, 2020
@findepi
Copy link
Member Author

findepi commented Oct 21, 2020

Superseded by #5636

@findepi findepi closed this Oct 21, 2020
@findepi findepi deleted the findepi/unused branch October 21, 2020 19:32
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