Open
Description
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
- issue a
BucketsApi.createBucket
request with aBucket
object havingschemaType
explicit - verify that the created bucket has schema type implicit
Expected behavior:
- Obviously one would expect the bucket to have explicit bucket schema type, not implicit
Actual behavior:
- The created bucket has implicit schema type
Problem lines of code
BucketsApiImpl.createBucket
does not correctly invokePostBucketRequest.schemaType
on the request object. (See code here.) So it is basically ignoring the schema type set on theBucket
object.
Metadata
Metadata
Assignees
Labels
Something isn't workingSomething isn't working