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

Improvements #1

Merged

Conversation

nastra
Copy link

@nastra nastra commented Oct 31, 2023

No description provided.

@nastra
Copy link
Author

nastra commented Oct 31, 2023

@nk1506 FYI


public HiveMetastoreExtension(Map<String, String> hiveConfOverride) {
public HiveMetastoreExtension(String databaseName, Map<String, String> hiveConfOverride) {
Copy link
Owner

Choose a reason for hiding this comment

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

Thanks for looking into it. I had plan to do the same with followup patch .
But I was more considering like multiple constructor one with only hive config, other with db and table name. The same can help to intialize the extended classed of HiveTableBaseTest

Copy link
Owner

Choose a reason for hiding this comment

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

I think it makes sense now to do the setup only with HiveMetastoreExtension all the other catalog initialisation or default table creation can happen with usage basis.

@nk1506 nk1506 merged commit c9ef7d9 into nk1506:hive_tests_refactor Oct 31, 2023
1 check passed
@nastra nastra deleted the review_hive_tests_refactor branch October 31, 2023 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants