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

Safe to add "extends HiveObject" later? #1253

Open
MLZ91 opened this issue Oct 14, 2023 · 1 comment
Open

Safe to add "extends HiveObject" later? #1253

MLZ91 opened this issue Oct 14, 2023 · 1 comment

Comments

@MLZ91
Copy link

MLZ91 commented Oct 14, 2023

I have an older project with users and a Hive database. I realized that I forgot to add "extends HiveObject" to one object when I wanted to access the key.

Is it safe to add "extends HiveObject" now?

@hamza-ezzahiry
Copy link

Yes, it is generally safe to add extends HiveObject to your class in Hive, even after you have already stored data in the database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants