We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
The method com.influxdb.client.write.WriteParameters#hashCode can produce a NullPointerException if the bucket or the org is null.
com.influxdb.client.write.WriteParameters#hashCode
NullPointerException
bucket
org
null
As we set those two properties in the InfluxDBClientOptions, we're not setting them in the WriteParameters. This should not lead to potential NPE.
InfluxDBClientOptions
WriteParameters
Specifications:
The text was updated successfully, but these errors were encountered:
Hi @frederic-pierre,
thanks for report this issue. We will take a look.
Regards
Sorry, something went wrong.
WriteParameters#hashCode
Successfully merging a pull request may close this issue.
Hi there,
The method
com.influxdb.client.write.WriteParameters#hashCode
can produce aNullPointerException
if thebucket
or theorg
isnull
.As we set those two properties in the
InfluxDBClientOptions
, we're not setting them in theWriteParameters
. This should not lead to potential NPE.Specifications:
The text was updated successfully, but these errors were encountered: