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

Fixing hive partition getQualifiedName, adding resolver ending point #111

Merged
merged 3 commits into from
May 4, 2017

Conversation

zhljen
Copy link
Contributor

@zhljen zhljen commented May 4, 2017

No description provided.

@zhljen zhljen changed the title Canonical types Fixing hive partition getQualifiedName, adding resolver ending point May 4, 2017
@@ -60,3 +60,7 @@ servo_version=0.8.3
spock_version=1.0-groovy-2.4
swagger_version=1.3.12
testing_mysql_server_version=0.1

## speed up the build process
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this work? cool

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it works!

* @author zhenl
* @since 1.0.0
*/
@Data
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if this is a DTO please make the variables final. That way lombok won't create setters.

@@ -519,6 +523,12 @@ class MetacatFunctionalSpec extends Specification {
database.tables.contains(tableName)

when:
def resovlerRep = resolverApi.resolveByUri(false, resolveByUridto)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a test case with prefixSearch=true

@@ -788,6 +802,16 @@ class MetacatFunctionalSpec extends Specification {
response.updated.empty

when:
def resovlerRep = resolverApi.resolveByUri(false, resolveByUridto)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here. Please add a test case with prefixSearch=true

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added the test.

@zhljen zhljen merged commit 986ebcf into Netflix:canonical-types May 4, 2017
ajoymajumdar pushed a commit that referenced this pull request May 11, 2017
…111)

* renaming enablesearchable

* fixing hive partition getqualifiedName function, adding resolver endingpoint

* adding test for resolveByUri using prefixSearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants