influxdata / influxdb-client-java

InfluxDB 2 JVM Based Clients
https://influxdata.github.io/influxdb-client-java/
MIT License
438 stars 129 forks source link

BucketsApiImpl.createBucket does not convey schemaType #572

Open bmaso-dw opened 1 year ago

bmaso-dw commented 1 year ago

Steps to reproduce: List the minimal actions needed to reproduce the behavior.

  1. issue a BucketsApi.createBucket request with a Bucket object having schemaType explicit
  2. verify that the created bucket has schema type implicit

Expected behavior:

Actual behavior:

Problem lines of code

bednar commented 1 year ago

Hi @bmaso-dw,

thanks for using our client.

Is this something you would be willing to help with? All PR is welcome and we will be happy to review your submission.

Regards