microsoft / delta-kusto

Engine able to compute delta between ADX clusters (and/or Kusto scripts) and generate update scripts
MIT License
44 stars 14 forks source link

Upgrade Kusto SDK to Latest to Avoid a Rare Parsing Issue #168

Open tonystevenj opened 3 months ago

tonystevenj commented 3 months ago

Hi @vplauzon, we are facing an issue using this tool to parse a long function in our Kusto cluster. After troubleshooting, found this issue is from KustoCode.Parse() call. Though can't find any release notes from that package, by upgrading the NuGet version to latest (11.5.4), the issue resolved. If you want more details, please ping me internally on Teams (hongjingwang@microsoft.com) so I can share the code, thanks!

tonystevenj commented 3 months ago

Hi @vplauzon, please review this PR (https://github.com/microsoft/delta-kusto/pull/169) for the issue, thanks in advance.