Ed Elliott

Results 9 issues of Ed Elliott

We are excited to review your PR. So we can do the best job, please check: - [x] There's a descriptive title that will make sense to other developers some...

** These should all be implemented with https://github.com/dotnet/spark/pull/1031 ** ========================================= This is to track implementation of the ML-Features: https://spark.apache.org/docs/latest/ml-features Bucketizer has been implemented in https://github.com/dotnet/spark/pull/378 but there are more features...

enhancement
help wanted
good first issue

Hi All, It is pretty obvious that the project has come to a bit of a halt and I wondered if there was anything that we can do to get...

### What changes were proposed in this pull request? Add a new optional property to the ExecutePlanRequest object in the Connect gRPC API to allow callers to set the job...

SQL
PYTHON
CONNECT

If you have a TSqlObject like a `Column`, you can get the `Length` using: ```csharp var length = column.GetProperty(Column.Length); ``` Length is an int of the actual length. If we...

enhancement

I'm trying to document what changes and differences in comparing models cause what events to happen - for example if you change the ANSI_NULLS property on a table you will...

documentation

When publishing a dacpac it is often useful to control the publish using a publish profile xml file but the current dacpac-deploy just uses the default publish settings and doesn't...

enhancement
help wanted

If you have any feature requests, add a comment here with as much detail - when I work on the next version then I will consider them. If you want...

Azure SQL DB is showing no lines covered, seems to be that not all events are being received (need to be more aggresive in draining events after finishing a run)...