Skip to content

Releases: Azure/azure-kusto-spark

v1.0.2

05 Dec 10:03
17284c9
Compare
Choose a tag to compare

Bugs fix:
Fix bug in ingestion, in the escaping of json strings inserted to dynamic columns

v1.0.1

13 Nov 14:42
9b9371f
Compare
Choose a tag to compare

Bugs fix:
Fix bug in ingestion, as the flush size was not retrieved right and temp table name was normalized twice

v1.0.0

12 Nov 12:01
6da979b
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

BREAKING CHANGES:

FEATURES:

  • Flush immediately if blob larger than 100 mb
  • New option for the sink writer KUSTO_CLIENT_BATCHING_LIMIT - to set the flush size

FIXES:
IngestionProperties mapping and flushImmediately are now operating on the staging table

v1.0.0-Beta-06

04 Sep 08:46
Compare
Choose a tag to compare

Please refer to the prerelease v1.0.0-beta-05

1.0.0-BETA-05

25 Aug 15:34
657f383
Compare
Choose a tag to compare
1.0.0-BETA-05 Pre-release
Pre-release

BREAKING CHANGES:

User must specify SaveMode.Append as before we just logged the specified save mode and ignored, docs were updated accordingly

FEATURES:

Reading parquet.snappy format as spark utilize it better
Ingestion is done once file is ready and not when all files are ready

FIXES:
timeout bug - was waiting - 1 second for
authentication failed when application only had reading permissions due to creation of ingestClient without
ClientRequestProperties did not work properly

v1.0.0-beta-04

25 Jun 14:44
3e63def
Compare
Choose a tag to compare
bump version (#78)

Azure Data Explorer connector for Spark, Beta-03

30 Apr 14:16
f08229f
Compare
Choose a tag to compare
  • Add heuristics to automatically decide whether to use lean (direct query) or scale (via transient blob storage) read mode. 'KUSTO_READ_MODE' option is no longer supported (there is a debug option for testing purposes)
  • Remove dependency on Jackson-core library
  • Deprecate 'KUSTO_BLOB_SET_FS_CONFIG' option. Instead, cache relevant configuration and set if needed

Spark Kusto Connector release Beta-02

25 Mar 14:51
3342daf
Compare
Choose a tag to compare
Pre-release

For details, refer to CHANGELIST.md

1.0.0-Beta-01

17 Mar 15:23
6be25aa
Compare
Choose a tag to compare
1.0.0-Beta-01 Pre-release
Pre-release

Initial preview release for Kusto Spark connector