You could write your own UDF isdate().
-- Ruslan Dautkhanov On Tue, Nov 17, 2015 at 11:25 PM, Ravisankar Mani <[email protected]> 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 <[email protected]> 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 <[email protected]> >> 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 >>> >> >> >
