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

Iceberg compatibility with BeeJu #55

Open
thisisALPINE opened this issue Feb 17, 2023 · 1 comment
Open

Iceberg compatibility with BeeJu #55

thisisALPINE opened this issue Feb 17, 2023 · 1 comment

Comments

@thisisALPINE
Copy link

Hello,

I am trying to make Iceberg compatible with BeeJu. In order to do so I compared the implementation of ThriftHiveMetaStoreCore in BeeJu with TestHiveMetastore in Iceberg.

In TestHiveMetastore there is a .sql script that initialises the Hive MetaStore with several tables, so I copied over the script in BeeJu to run it as part of the setup in ThriftHiveMetaStoreCore. By doing so many exceptions are being thrown when running tests, such as:

Caused by: ERROR 42X05: Table/View 'VERSION' does not exist.

Regardless of the error, I was wondering if there is any specific high level reason why the ThriftHiveMetaStoreCore is implemented in a different way than the Iceberg counterpart, without a .sql script to setup the metastore

@patduin
Copy link
Contributor

patduin commented Mar 20, 2023

I don't recall if this was for a specific reason. I doubt it though, probably just an oversight on our part.

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