You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The HttpClientProperties reference in the samples/../Query.java example does not compile with the version of the kusto client in the library (3.x).
With the 3.x changes, HttpClientProperties reference is invalid:
[ERROR] /..../azure-kusto-java/samples/src/main/java/Query.java:[6,38] cannot find symbol
[ERROR] symbol: class HttpClientProperties
[ERROR] location: package com.microsoft.azure.kusto.data
[ERROR] /..../azure-kusto-java/samples/src/main/java/Query.java:[24,13] cannot find symbol
[ERROR] symbol: class HttpClientProperties
[ERROR] location: class Query
[ERROR] /..../azure-kusto-java/samples/src/main/java/Query.java:[24,47] cannot find symbol
[ERROR] symbol: variable HttpClientProperties
[ERROR] location: class Query
To Reproduce
Clone repo
Follow samples/README.md instruction to run the Query example
Expected behavior
Should run as documented
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered:
The HttpClientProperties file, the samples project's pom.xml including the dependency on kusto.data, and the reference to it in Query.java all appeared in the repo after v3.0.0 (not yet released).
Would you please try deleting the contents of your local repo, making sure you have v3.0.0 of the samples module, and trying again?
Describe the bug
The
HttpClientProperties
reference in the samples/../Query.java example does not compile with the version of the kusto client in the library (3.x).With the 3.x changes, HttpClientProperties reference is invalid:
To Reproduce
Expected behavior
Should run as documented
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: