Releases: Azure/azure-kusto-spark
Releases · Azure/azure-kusto-spark
v3.0_3.1.9
** Bug fix **
- Bug in hidden option - did not handle well drop tags failure.
v2.4_3.1.8
** New feature **
- Expose Kusto export options as new option - 'kustoExportOptionsJson' which accepts a json map from key to value
v3.0_3.1.8
** New feature **
- Expose Kusto export options as new option - 'kustoExportOptionsJson' which accepts a json map from key to value
v3.0_3.1.7
Bug Fix
- Fix for maintaining Timestamp precision while reading
- Cast to double from decimal
- Kusto real - cast int to double
v2.4_3.1.7
Bug Fix
- Fix for maintaining Timestamp precision while reading
- Cast to double from decimal
- Kusto real - cast int to double
v2.4_3.1.6
** Bug Fix **
Bug on second retry to queue ingest which resulted in exception and then spark tasks retries for no reason.
Increase timeout to queue storage
Move extents retry logic is changed to overlook permanent errors (potentially caused partial data ingestion with certain errors).
v3.0_3.1.6
** Bug Fix **
- Bug on second retry to queue ingest which resulted in exception and then spark tasks retries for no reason.
- Increase timeout to queue storage
- Move extents retry logic is changed to overlook permanent errors (potentially caused partial data ingestion with certain errors).
v2.4_3.1.5
- Upgrade Kusto Java SDK to 3.2.1
v3.0_3.1.5
- Upgrade Kusto Java SDK to 3.2.1
v3.0_3.1.4
** Bug fix **
- Fix reading fallback from Single read mode to Distributed to occur only in case of exceptions that state "Query execution has exceeded the allowed limits" in which cases we expect to succeed in Distributed.
- Fix Kusto extension for streaming (utility)
- Fix retry exceptions logic - could throw in certain exceptions types. Exception type for retrying of commands was wrong (was hiding real error)
- Fix #260. Creates an identity mapping in CSV in the order of columns when create table and GenerateCsvMapping is specified