-
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 test for S3 and Glue metastore #17930
Conversation
plugin/trino-hive/src/test/java/io/trino/plugin/hive/TestHiveS3AndGlueMetastoreTest.java
Outdated
Show resolved
Hide resolved
52e06ba
to
5eee92f
Compare
// TODO https://github.com/trinodb/trino/issues/17803 Fix correctness issue with double slash | ||
return super.locationPatterns().stream() | ||
.filter(location -> !location.contains("double_slash")) |
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.
This is extracted from #17804
is this the only place that's different?
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.
This PR doesn't contain adaptTableLocation
, testCreateTableWithDoubleSlash
and testCtasWithDoubleSlash
.
adaptTableLocation
is an extension point when we run the test with HMS in the future.testCreateTableWithDoubleSlash
andtestCtasWithDoubleSlash
require some changes inHiveLocationService
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.
testCreateTableWithDoubleSlash
andtestCtasWithDoubleSlash
require some changes inHiveLocationService
or reverting de-hadooping of HiveLocationService?
Change AWS credential to use the same S3 bucket as other tests. Co-Authored-By: Slawomir Pajak <[email protected]>
5eee92f
to
b9cd773
Compare
Description
Add test for S3 and Glue metastore
Release notes
(x) This is not user-visible or docs only and no release notes are required.