Ed Elliott

Results 67 comments of Ed Elliott

> @GoEddie As part of #381, SQLTransformer class is in progress Awesome - have updated list :)

@ramanathanv awesome, have updated the list

Hi @anandsundar543 we need a bit more info, there isn't an app called `spark` - there is `spark-submit` so it could be that, but if you share any command lines...

Can you share some more details? The console output, particularly the stack traces would be useful (as well as the error message)

It sounds like the folder where spark exists %SPARK_HOME%\bin isn't on your path - you can either pass the full path to spark-submit in the bin folder or add it...

@suhsteve is there any reason not to implement this? Should be an easy fix?

Can you give more of an example, I’m a bit confused as you can read or write to oracle using the jdbc driver in spark but that won’t make its...

It might be worth re-testing this with this PR: https://github.com/dotnet/spark/pull/982 as it includes decimal support

Hi @Niharikadutta + @imback82 - is there a reason for no decimal or is just waiting for development? is this a good issue to take?

In StringIndexer there are a few calls which are missing the get* at the beginning - if I change them all to get* then the test passes for me. ```...