Releases: Azure/azure-kusto-spark
Releases · Azure/azure-kusto-spark
3.0_v2.5.2
New Feature
- Certificate authentication didn't use the authority
2.4_v2.5.2
New Feature
- Certificate authentication didn't use the authority
3.0_v2.5.1
** Major Bug Fix **
- Ingest to existing table not working!
Changes in the service broke the existing table schema building - please do not use previous versions (less then 2.5.1 for the new artifacts or 2.3.1 in the old artifactId) unless your Kusto cluster was adjusted to return the previous behavior or you are always creating a new table with ("tableCreateOptions" option set to "CreateIfNotExist")
v2.3.1
The last release to this artifactId - please use either kusto-spark_3.0_2.12 targeting Spark 3.x and Scala 2.12 or kusto-spark_2.4_2.11 targeting spark 2.4 and scala 2.11 .
** Major Bug Fix **
- Ingest to existing table not working!
Changes in the service broke the existing table schema building - please do not use previous versions (less then 2.5.1 for the new artifacts or 2.3.1 in the old artifactId, which is this version) unless your Kusto cluster was adjusted to return the previous behavior or you are always creating a new table with ("tableCreateOptions" option set to "CreateIfNotExist")
2.4_v2.5.1
** Major Bug Fix **
- Ingest to existing table not working!
Changes in the service broke the existing table schema building - please do not use previous versions (less then 2.5.1 for the new artifacts or 2.3.1 in the old artifactId) unless your Kusto cluster was adjusted to return the previous behavior or you are always creating a new table with ("tableCreateOptions" option set to "CreateIfNotExist")
2.4_v2.5.0
New Feature
- KUSTO_DISTRIBUTED_READ_MODE_TRANSIENT_CACHE- new option to cache export command results
- KUSTO_QUERY_FILTER_PUSH_DOWN - new option to force enable/disable predicate pushdown
Changes
- temp tables now have the prefix: sparkTmpTable_ instead of _tmpTable
Bug Fix
- Bug when providing the ingest url - the complete url was not calculated right
3.0v2.5.0
New Feature
- KUSTO_DISTRIBUTED_READ_MODE_TRANSIENT_CACHE- new option to cache export command results
- KUSTO_QUERY_FILTER_PUSH_DOWN - new option to force enable/disable predicate pushdown
Changes
- temp tables now have the prefix: sparkTmpTable_ instead of _tmpTable
Bug Fix
- Bug when providing the ingest url - the complete url was not calculated right
3.0v2.4.1
2.4_v2.4.1
Merge branch 'master' into 2.4 # Conflicts: # pom.xml
3.0_v2.4.0
** New feature **
Use java sdk v 2.4.1