You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to make Iceberg compatible with BeeJu. In order to do so I compared the implementation of
ThriftHiveMetaStoreCore
in BeeJu withTestHiveMetastore
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
The text was updated successfully, but these errors were encountered: