Azure / azure-kusto-spark

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

Added shading to dependencies #367

Closed asaharn closed 2 months ago

asaharn commented 6 months ago

Pull Request Description

[Add a description of your pull request here]


Future Release Comment

[Add description of your change, to include in the next release] [Delete any or all irrelevant sections, e.g. if your change does not warrant a release comment at all]

Breaking Changes:

Features:

Fixes:

github-actions[bot] commented 6 months ago

Test Results

15 tests   - 60   15 :white_check_mark:  - 60   4s :stopwatch: - 2m 38s  8 suites  - 14    0 :zzz: ± 0   8 files    - 14    0 :x: ± 0 

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

This pull request removes 60 tests. ``` com.microsoft.kusto.spark.KustoFilterTests ‑ And expression should construct inner filters and than construct the and expression com.microsoft.kusto.spark.KustoFilterTests ‑ Empty columns filter should construct an empty string com.microsoft.kusto.spark.KustoFilterTests ‑ EqualNullSafe expression should translate to equality when value is not null com.microsoft.kusto.spark.KustoFilterTests ‑ EqualNullSafe expression should translate to isnull when value is null com.microsoft.kusto.spark.KustoFilterTests ‑ EqualTo expression should construct equality filter correctly for date type com.microsoft.kusto.spark.KustoFilterTests ‑ EqualTo expression should construct equality filter correctly for double type com.microsoft.kusto.spark.KustoFilterTests ‑ EqualTo expression should construct equality filter correctly for string type com.microsoft.kusto.spark.KustoFilterTests ‑ EqualTo expression should construct equality filter correctly for string with tags com.microsoft.kusto.spark.KustoFilterTests ‑ EqualTo expression should construct equality filter correctly for timestamp type com.microsoft.kusto.spark.KustoFilterTests ‑ Filter clause should be empty if filters list is empty … ```
github-actions[bot] commented 6 months ago

Test Results

15 tests   - 60   15 :white_check_mark:  - 60   4s :stopwatch: - 2m 38s  8 suites  - 14    0 :zzz: ± 0   8 files    - 14    0 :x: ± 0 

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

This pull request removes 60 tests. ``` com.microsoft.kusto.spark.KustoFilterTests ‑ And expression should construct inner filters and than construct the and expression com.microsoft.kusto.spark.KustoFilterTests ‑ Empty columns filter should construct an empty string com.microsoft.kusto.spark.KustoFilterTests ‑ EqualNullSafe expression should translate to equality when value is not null com.microsoft.kusto.spark.KustoFilterTests ‑ EqualNullSafe expression should translate to isnull when value is null com.microsoft.kusto.spark.KustoFilterTests ‑ EqualTo expression should construct equality filter correctly for date type com.microsoft.kusto.spark.KustoFilterTests ‑ EqualTo expression should construct equality filter correctly for double type com.microsoft.kusto.spark.KustoFilterTests ‑ EqualTo expression should construct equality filter correctly for string type com.microsoft.kusto.spark.KustoFilterTests ‑ EqualTo expression should construct equality filter correctly for string with tags com.microsoft.kusto.spark.KustoFilterTests ‑ EqualTo expression should construct equality filter correctly for timestamp type com.microsoft.kusto.spark.KustoFilterTests ‑ Filter clause should be empty if filters list is empty … ```