Hi all, Currently I need to support custom UDFs with sparkSQL queries which have no parameters.
ex: now() : which returns the current time in milliseconds. Spark currently have support for UDFs having 1 or more parameters but does not contain a UDF0 Adaptor. Is there a way to implement this? Or is there a way to support custom keywords such as "now" which would act as an custom UDF with no parameters. -- Thanks, Sachith Withana