Azure / azure-kusto-spark

Apache Spark Connector for Azure Kusto
Apache License 2.0
77 stars 34 forks source link

Dependency issues after update to maven kusto-spark_3.0_2.12:5.0.7 #381

Closed LHERMELB closed 3 months ago

LHERMELB commented 3 months ago

Describe the bug Connector of updating from 3.0_2.12:5.0.6 to maven 3.0_2.12:5.0.7 not working anymore. msal installed before, msal4j requested after update. After installing msal4j writing data worked, but reading still not worked. Installing of jar instead of maven fixed the problem as a workaround.

To Reproduce Could be reproduced by Microsoft support, TrackingID#2406050050003680

Expected behavior Connector working independing how it is installed

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

LHERMELB commented 3 months ago

Installing from maven com.microsoft.azure.kusto:kusto-spark_3.0_2.12:5.0.7 plus com.azure:azure-identity:1.10.4 library from maven solved the problem.

ag-ramachandran commented 3 months ago

Hello @LHERMELB , 5.0.8 is released with this fix : https://mvnrepository.com/artifact/com.microsoft.azure.kusto/kusto-spark_3.0_2.12/5.0.8

You can try it too without adding dependencies