Arvind Shyamsundar
Arvind Shyamsundar
@dmaloo - could you clarify the eventual goal? Is it to implement syntax highlighting similar to what SSMS / ADS do? To explain why this does not work the way...
@richardgavel - this does not reproduce with [current ScriptDom nuget 161.8812.0](https://www.nuget.org/packages/Microsoft.SqlServer.TransactSql.ScriptDom/161.8812.0).  Could you please re-visit your repro and let us know if there is any other issue?
👀 on [potential regression](https://github.com/dotnet/runtime/issues/72307) in .NET 6.0 EDIT: confirmed, not a regression but a documented breaking change. To accomodate the issue, a change to only use valid file names was...
@imajaydwivedi thanks for asking - just so that I am clear, is your objective: 1. Replace whatever is passed to these special procs, as a placeholder string like `foo`? For...
> is it a user-assigned identity, or system-assigned? System-assigned doesn't need user name set. I recommend using ActiveDirectoryDefault and setting environment variables per https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/azidentity#defaultazurecredential It is a user-assigned managed identity....
I edited the issue description as previously I had mistakenly assumed that the numbers of output files produced in the insert / delete stages to be the same as the...
Thanks! My cluster config is: * Spark 3.1.2 * Hadoop 3.3.1 So I am on current latest for both. OpenJDK 8.
Thanks @dszakallas - there is no obvious configuration within ABFSS to group these. ABFSS is just a victim here, the looping is triggered by these lines: ``` at org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter.mergePaths(FileOutputCommitter.java:476) at...