-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Description
string conversion to time might be costly operation which could be moved to private final class member field. the same goes for the timeFormat which is unlikely to differ across the calls to the Ctime udf.
Notes:
- timeformat is final and set in
AbstractConvertStepand can be moved to the class - Conversion could possibly be done using
functions.from_unixtimefrom spark without the need to use custom function - time format is non-standard we should consider switching to use ISO8061
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels