Re: ISDATE Function

2015-11-18 Thread Ruslan Dautkhanov
You could write your own UDF isdate().



-- 
Ruslan Dautkhanov

On Tue, Nov 17, 2015 at 11:25 PM, Ravisankar Mani <rrav...@gmail.com> wrote:

> Hi Ted Yu,
>
> Thanks for your response. Is any other way to achieve in Spark Query?
>
>
> Regards,
> Ravi
>
> On Tue, Nov 17, 2015 at 10:26 AM, Ted Yu <yuzhih...@gmail.com> wrote:
>
>> ISDATE() is currently not supported.
>> Since it is SQL Server specific, I guess it wouldn't be added to Spark.
>>
>> On Mon, Nov 16, 2015 at 10:46 PM, Ravisankar Mani <rrav...@gmail.com>
>> wrote:
>>
>>> Hi Everyone,
>>>
>>>
>>>  In MSSQL server suppprt "ISDATE()" function is used to fine current
>>> column values date or not?.  Is any possible to achieve current column
>>> values date or not?
>>>
>>>
>>> Regards,
>>> Ravi
>>>
>>
>>
>


Re: ISDATE Function

2015-11-17 Thread Ted Yu
ISDATE() is currently not supported.
Since it is SQL Server specific, I guess it wouldn't be added to Spark.

On Mon, Nov 16, 2015 at 10:46 PM, Ravisankar Mani <rrav...@gmail.com> wrote:

> Hi Everyone,
>
>
>  In MSSQL server suppprt "ISDATE()" function is used to fine current
> column values date or not?.  Is any possible to achieve current column
> values date or not?
>
>
> Regards,
> Ravi
>


ISDATE Function

2015-11-16 Thread Ravisankar Mani
Hi Everyone,


 In MSSQL server suppprt "ISDATE()" function is used to fine current column
values date or not?.  Is any possible to achieve current column values date
or not?


Regards,
Ravi