-
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
Remove Databricks unity catalog product tests #25250
base: master
Are you sure you want to change the base?
Remove Databricks unity catalog product tests #25250
Conversation
.github/workflows/ci.yml
Outdated
@@ -900,7 +900,7 @@ jobs: | |||
- suite-delta-lake-databricks133 | |||
- suite-delta-lake-databricks143 | |||
- suite-delta-lake-databricks154 | |||
- suite-databricks-unity-http-hms | |||
# suite-databricks-unity-http-hms fails with `FEATURE_DISABLED: HMS compatibility with Unity Catalog is currently in private preview.` |
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.
Do we want to disable the tests or remove them altogether?
It is not like they'll eventually get re-enabled.
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.
@mayankvadariya Please file a GitHub issue if you plan to re-enable this test in the future.
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.
I removed unity catalog tests
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.
What's the future plan of the relevant non-test code?
Please avoid abbreviations. https://github.com/trinodb/trino/blob/master/.github/DEVELOPMENT.md#avoid-abbreviations |
b0e362b
to
74b3faf
Compare
Tests are failing with `Error from Unity Catalog service: FEATURE_DISABLED: HMS compatibility with Unity Catalog is currently in private preview. For more information, please contact your Databricks representative.` error
74b3faf
to
7abc841
Compare
DATABRICKS_LOGIN: token | ||
DATABRICKS_TOKEN: ${{ secrets.DATABRICKS_TOKEN }} |
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.
These env variables likely make sense for other Databricks tests
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.
LGTM besides the removal of variables needed by other product tests.
Description
Disable unity PT as its failing on master https://github.com/trinodb/trino/actions/runs/13719592708/job/38372369092#step:7:3003
Additional context and related issues
Release notes
(x) This is not user-visible or is docs only, and no release notes are required.