Skip to content

Releases: Azure/azure-kusto-spark

v3.0_3.1.9

01 Jan 12:34
a8c2f0b
Compare
Choose a tag to compare

** Bug fix **

  • Bug in hidden option - did not handle well drop tags failure.

v2.4_3.1.8

27 Dec 08:02
Compare
Choose a tag to compare

** New feature **

  • Expose Kusto export options as new option - 'kustoExportOptionsJson' which accepts a json map from key to value

v3.0_3.1.8

27 Dec 07:59
Compare
Choose a tag to compare

** New feature **

  • Expose Kusto export options as new option - 'kustoExportOptionsJson' which accepts a json map from key to value

v3.0_3.1.7

14 Dec 15:55
40a0790
Compare
Choose a tag to compare

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

14 Dec 15:54
Compare
Choose a tag to compare

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

02 Dec 08:14
Compare
Choose a tag to compare

** 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

01 Dec 17:15
4ab9276
Compare
Choose a tag to compare

** 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

30 Nov 11:52
Compare
Choose a tag to compare
  • Upgrade Kusto Java SDK to 3.2.1

v3.0_3.1.5

30 Nov 09:46
2378d64
Compare
Choose a tag to compare
  • Upgrade Kusto Java SDK to 3.2.1

v3.0_3.1.4

01 Nov 21:22
Compare
Choose a tag to compare

** 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