-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add Hive connector test with HMS #14743
Conversation
- assert that schema is not being implicitly created - assert also for connectors that do not support table creation
eed57f1
to
054b4e8
Compare
The test should be runnable in an environment with shared resources, so test objects need to have randomized names.
The method exists to allow running tests in environments that require a schema to have certain properties (e.g. location pointing to an S3 bucket). Apply `createSchemaSql()` to places where it was still missing.
054b4e8
to
991a7b1
Compare
// TODO (https://github.com/trinodb/trino/issues/14745) adding columns may overwrite concurrent addition of columns (or some other operations) | ||
// because adding columns currently consist of "read table, derive new table object, persist" with no locking (pessimistic nor optimistic) | ||
throw new SkipException("The test may or may not fail, because there is a concurrency issue"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
991a7b1
to
9bdf085
Compare
prefix extracted to #14771
:( |
It looks like the
generally grep logs for |
Is this still in progress @findepi ? |
Will fix #14741