Azure / azure-kusto-spark

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

Feature/add binary type support #376

Closed ag-ramachandran closed 4 months ago

ag-ramachandran commented 4 months ago

Pull Request Description Today BinaryType columns get written as a string by just using .toString on a byte array resulting in a value similar to [B@7fdcec67. This PR updates the handling of this column type to write a base64 encoded string instead.

Original PR: https://github.com/Azure/azure-kusto-spark/pull/370 , just cherrypicked the commits

github-actions[bot] commented 4 months ago

Test Results

76 tests  +1   76 :white_check_mark: +1   2m 35s :stopwatch: -7s 22 suites ±0    0 :zzz: ±0  22 files   ±0    0 :x: ±0 

Results for commit cdec998c. ± Comparison against base commit 2750c0eb.